socket 0.15.57 → 0.15.59
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 +2 -3
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/types/commands/fix/npm-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -1
- package/dist/types/commands/scan/scan-reachability.d.mts.map +1 -1
- package/dist/types/utils/purl.d.mts +12 -94
- package/dist/types/utils/purl.d.mts.map +1 -1
- package/dist/types/utils/socket-package-alert.d.mts.map +1 -1
- package/dist/types/utils/socket-url.d.mts.map +1 -1
- package/dist/utils.js +2 -1
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +2 -2
- package/package.json +13 -13
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
|
-
|
|
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=
|
|
14648
|
+
//# debugId=858f0ee1-e2b9-482a-bf53-f0c50425ff4
|
|
14650
14649
|
//# sourceMappingURL=cli.js.map
|