socket 0.14.79 → 0.14.80

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.
@@ -915,7 +915,7 @@ function emitBanner(name) {
915
915
  logger.logger.error(getAsciiHeader(name))
916
916
  }
917
917
  function getAsciiHeader(command) {
918
- const cliVersion = '0.14.79:a3df48b:dfff0bac:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
918
+ const cliVersion = '0.14.80:4ef7be7:b1e38d93:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
919
919
  const nodeVersion = process$1.version
920
920
  const apiToken = shadowNpmInject.getDefaultToken()
921
921
  const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
@@ -4298,7 +4298,7 @@ async function pnpmFix(
4298
4298
  vulnerableVersionRange
4299
4299
  } of infos) {
4300
4300
  const node = shadowNpmInject.findPackageNode(
4301
- arb.idealTree,
4301
+ arb.actualTree,
4302
4302
  name,
4303
4303
  oldVersion
4304
4304
  )
@@ -11301,7 +11301,7 @@ void (async () => {
11301
11301
  await updateNotifier({
11302
11302
  name: SOCKET_CLI_BIN_NAME,
11303
11303
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
11304
- version: '0.14.79',
11304
+ version: '0.14.80',
11305
11305
  ttl: 86_400_000 /* 24 hours in milliseconds */
11306
11306
  })
11307
11307
  try {
@@ -11369,5 +11369,5 @@ void (async () => {
11369
11369
  await shadowNpmInject.captureException(e)
11370
11370
  }
11371
11371
  })()
11372
- //# debugId=b660eaf5-1e09-4d0e-9a7d-a1d707ccafed
11372
+ //# debugId=f131712e-ac85-45fe-875e-138713213556
11373
11373
  //# sourceMappingURL=cli.js.map