socket 0.14.69 → 0.14.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -914,7 +914,7 @@ function emitBanner(name) {
914
914
  logger.logger.error(getAsciiHeader(name))
915
915
  }
916
916
  function getAsciiHeader(command) {
917
- const cliVersion = '0.14.69:2aebac3:ca167d28:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
917
+ const cliVersion = '0.14.70:1042a5b:4da5d68d:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
918
918
  const nodeVersion = process$1.version
919
919
  const apiToken = shadowNpmInject.getDefaultToken()
920
920
  const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
@@ -3120,13 +3120,13 @@ function runAgentInstall(pkgEnvDetails, options) {
3120
3120
  }
3121
3121
  return spawn.spawn(agentExecPath, ['install', ...args], {
3122
3122
  spinner,
3123
- stdio: debug.isDebug() ? 'inherit' : 'ignore',
3123
+ stdio: debug.isDebug() ? 'inherit' : 'inherit',
3124
3124
  ...spawnOptions,
3125
3125
  env: {
3126
3126
  ...process.env,
3127
3127
  NODE_OPTIONS: cmdFlagsToString([
3128
3128
  // Lazily access constants.nodeHardenFlags.
3129
- ...constants.nodeHardenFlags,
3129
+ // ...constants.nodeHardenFlags,
3130
3130
  // Lazily access constants.nodeNoWarningsFlags.
3131
3131
  ...constants.nodeNoWarningsFlags
3132
3132
  ]),
@@ -11010,7 +11010,7 @@ void (async () => {
11010
11010
  await updateNotifier({
11011
11011
  name: SOCKET_CLI_BIN_NAME,
11012
11012
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
11013
- version: '0.14.69',
11013
+ version: '0.14.70',
11014
11014
  ttl: 86_400_000 /* 24 hours in milliseconds */
11015
11015
  })
11016
11016
  try {
@@ -11081,5 +11081,5 @@ void (async () => {
11081
11081
  await shadowNpmInject.captureException(e)
11082
11082
  }
11083
11083
  })()
11084
- //# debugId=aabf095d-4c7e-4f8b-86c6-75307bc026c5
11084
+ //# debugId=ce720272-fd4e-4252-885f-3e13921f473f
11085
11085
  //# sourceMappingURL=cli.js.map