@socketsecurity/cli-with-sentry 1.0.101 → 1.0.103
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 -2
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/types/commands/fix/coana-fix.d.mts.map +1 -1
- package/dist/utils.js +2 -2
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3930,8 +3930,8 @@ async function coanaFix(fixConfig) {
|
|
|
3930
3930
|
}
|
|
3931
3931
|
require$$8.debugFn('notice', `fetch: ${ids.length} GHSA details for ${arrays.joinAnd(ids)}`);
|
|
3932
3932
|
const ghsaDetails = await fetchGhsaDetails(ids);
|
|
3933
|
-
require$$8.debugFn('notice', `found: ${ghsaDetails.size} GHSA details`);
|
|
3934
3933
|
const scanBaseNames = new Set(scanFilepaths.map(p => path.basename(p)));
|
|
3934
|
+
require$$8.debugFn('notice', `found: ${ghsaDetails.size} GHSA details`);
|
|
3935
3935
|
let count = 0;
|
|
3936
3936
|
let overallFixed = false;
|
|
3937
3937
|
|
|
@@ -15523,5 +15523,5 @@ void (async () => {
|
|
|
15523
15523
|
await utils.captureException(e);
|
|
15524
15524
|
}
|
|
15525
15525
|
})();
|
|
15526
|
-
//# debugId=
|
|
15526
|
+
//# debugId=3c044a06-e0dd-4f21-8310-181cc22dc4c0
|
|
15527
15527
|
//# sourceMappingURL=cli.js.map
|