@socketsecurity/cli-with-sentry 0.15.8 → 0.15.9

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
@@ -4161,11 +4161,6 @@ async function npmFix(
4161
4161
  logger.logger.warn(
4162
4162
  `Unexpected condition: Lockfile entries not found for ${name}.\n`
4163
4163
  )
4164
- if (debug.isDebug()) {
4165
- console.dir(actualTree, {
4166
- depth: 999
4167
- })
4168
- }
4169
4164
  continue
4170
4165
  }
4171
4166
 
@@ -4559,11 +4554,6 @@ async function pnpmFix(
4559
4554
  logger.logger.warn(
4560
4555
  `Unexpected condition: Lockfile entries not found for ${name}.\n`
4561
4556
  )
4562
- if (debug.isDebug()) {
4563
- console.dir(actualTree, {
4564
- depth: 999
4565
- })
4566
- }
4567
4557
  continue
4568
4558
  }
4569
4559
 
@@ -12366,5 +12356,5 @@ void (async () => {
12366
12356
  await utils.captureException(e)
12367
12357
  }
12368
12358
  })()
12369
- //# debugId=74a80f74-c3fe-4491-ac5e-46b5e6dfdec
12359
+ //# debugId=dea4f491-8a2b-49bf-8e18-2cf5743e0432
12370
12360
  //# sourceMappingURL=cli.js.map