socket 1.0.101 → 1.0.102

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
@@ -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=a4903131-9deb-4ec0-b986-17c43c335d82
15526
+ //# debugId=3c044a06-e0dd-4f21-8310-181cc22dc4c0
15527
15527
  //# sourceMappingURL=cli.js.map