@socketsecurity/cli-with-sentry 1.0.39 → 1.0.40

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
@@ -4004,7 +4004,7 @@ async function agentFix(pkgEnvDetails, actualTree, alertsMap, installer, {
4004
4004
  continue infosLoop;
4005
4005
  }
4006
4006
  const branch = getSocketBranchName(oldPurl, newVersion, workspace);
4007
- if (seenBranches.has(newVersion)) {
4007
+ if (seenBranches.has(branch)) {
4008
4008
  continue infosLoop;
4009
4009
  }
4010
4010
  const pr = noPrCheck ? undefined : prs.find(p => p.headRefName === branch);
@@ -14305,5 +14305,5 @@ void (async () => {
14305
14305
  await utils.captureException(e);
14306
14306
  }
14307
14307
  })();
14308
- //# debugId=87862000-d157-410a-ab83-7488bd4cfc60
14308
+ //# debugId=3ce082f3-7ea0-4639-948c-06f3fe9c1b80
14309
14309
  //# sourceMappingURL=cli.js.map