socket 0.15.57 → 0.15.58

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.
package/dist/cli.js CHANGED
@@ -12862,8 +12862,7 @@ async function scanReachability(argv, cwd) {
12862
12862
  cwd,
12863
12863
  env: {
12864
12864
  ...process.env,
12865
- // Lazily access constants.ENV.SOCKET_CLI_API_TOKEN
12866
- SOCKET_CLI_API_TOKEN: constants.ENV.SOCKET_CLI_API_TOKEN
12865
+ SOCKET_CLI_API_TOKEN: utils.getDefaultToken()
12867
12866
  }
12868
12867
  });
12869
12868
  return {
@@ -14646,5 +14645,5 @@ void (async () => {
14646
14645
  await utils.captureException(e);
14647
14646
  }
14648
14647
  })();
14649
- //# debugId=a6016faa-33fb-4a2d-9347-cd24206bcb99
14648
+ //# debugId=858f0ee1-e2b9-482a-bf53-f0c50425ff4
14650
14649
  //# sourceMappingURL=cli.js.map