@socketsecurity/cli-with-sentry 0.14.56 → 0.14.58

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.
Files changed (39) hide show
  1. package/bin/cli.js +10 -10
  2. package/bin/npm-cli.js +1 -1
  3. package/bin/npx-cli.js +3 -1
  4. package/dist/constants.d.ts +20 -8
  5. package/dist/constants.js +54 -25
  6. package/dist/constants.js.map +1 -1
  7. package/dist/instrument-with-sentry.js +3 -3
  8. package/dist/instrument-with-sentry.js.map +1 -1
  9. package/dist/module-sync/artifact.d.ts +75 -0
  10. package/dist/module-sync/cli.js +1372 -1062
  11. package/dist/module-sync/cli.js.map +1 -1
  12. package/dist/module-sync/edge.d.ts +1 -1
  13. package/dist/module-sync/index.d.ts +5 -173
  14. package/dist/module-sync/node.d.ts +1 -1
  15. package/dist/module-sync/override-set.d.ts +37 -0
  16. package/dist/module-sync/shadow-bin.js +10 -8
  17. package/dist/module-sync/shadow-bin.js.map +1 -1
  18. package/dist/module-sync/{index.js → shadow-npm-inject.js} +1436 -1302
  19. package/dist/module-sync/shadow-npm-inject.js.map +1 -0
  20. package/dist/module-sync/{npm-paths.js → shadow-npm-paths.js} +4 -4
  21. package/dist/module-sync/shadow-npm-paths.js.map +1 -0
  22. package/dist/module-sync/socket-package-alert.d.ts +46 -0
  23. package/dist/module-sync/types.d.ts +11 -3
  24. package/dist/require/cli.js +1372 -1062
  25. package/dist/require/cli.js.map +1 -1
  26. package/dist/require/shadow-npm-inject.js +3 -0
  27. package/dist/require/shadow-npm-paths.js +3 -0
  28. package/package.json +14 -11
  29. package/dist/module-sync/index.js.map +0 -1
  30. package/dist/module-sync/npm-injection.js +0 -26
  31. package/dist/module-sync/npm-injection.js.map +0 -1
  32. package/dist/module-sync/npm-paths.js.map +0 -1
  33. package/dist/module-sync/proc-log.d.ts +0 -3
  34. package/dist/module-sync/reify.d.ts +0 -1020
  35. package/dist/require/index.js +0 -3
  36. package/dist/require/npm-injection.js +0 -3
  37. package/dist/require/npm-paths.js +0 -3
  38. /package/dist/module-sync/{npm-injection.d.ts → shadow-npm-inject.d.ts} +0 -0
  39. /package/dist/module-sync/{npm-paths.d.ts → shadow-npm-paths.d.ts} +0 -0
@@ -1,3 +0,0 @@
1
- 'use strict'
2
-
3
- module.exports = require('../module-sync/index.js')
@@ -1,3 +0,0 @@
1
- 'use strict'
2
-
3
- module.exports = require('../module-sync/npm-injection.js')
@@ -1,3 +0,0 @@
1
- 'use strict'
2
-
3
- module.exports = require('../module-sync/npm-paths.js')