@socketsecurity/cli-with-sentry 0.14.55 → 0.14.57

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 (40) hide show
  1. package/bin/cli.js +8 -10
  2. package/bin/npm-cli.js +1 -1
  3. package/bin/npx-cli.js +3 -1
  4. package/dist/constants.d.ts +21 -11
  5. package/dist/constants.js +47 -33
  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/cli.js +760 -497
  10. package/dist/module-sync/cli.js.map +1 -1
  11. package/dist/module-sync/color-or-markdown.d.ts +16 -0
  12. package/dist/module-sync/edge.d.ts +1 -1
  13. package/dist/module-sync/index.d.ts +3 -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/path-resolve.d.ts +2 -3
  17. package/dist/module-sync/shadow-bin.d.ts +1 -1
  18. package/dist/module-sync/shadow-bin.js +16 -24
  19. package/dist/module-sync/shadow-bin.js.map +1 -1
  20. package/dist/module-sync/{index.js → shadow-npm-inject.js} +46 -41
  21. package/dist/module-sync/shadow-npm-inject.js.map +1 -0
  22. package/dist/module-sync/{npm-paths.js → shadow-npm-paths.js} +5 -16
  23. package/dist/module-sync/shadow-npm-paths.js.map +1 -0
  24. package/dist/module-sync/socket-url.d.ts +3 -0
  25. package/dist/require/cli.js +760 -497
  26. package/dist/require/cli.js.map +1 -1
  27. package/dist/require/shadow-npm-inject.js +3 -0
  28. package/dist/require/shadow-npm-paths.js +3 -0
  29. package/package.json +41 -63
  30. package/dist/module-sync/index.js.map +0 -1
  31. package/dist/module-sync/npm-injection.js +0 -26
  32. package/dist/module-sync/npm-injection.js.map +0 -1
  33. package/dist/module-sync/npm-paths.js.map +0 -1
  34. package/dist/module-sync/proc-log.d.ts +0 -3
  35. package/dist/module-sync/reify.d.ts +0 -1018
  36. package/dist/require/index.js +0 -3
  37. package/dist/require/npm-injection.js +0 -3
  38. package/dist/require/npm-paths.js +0 -3
  39. /package/dist/module-sync/{npm-injection.d.ts → shadow-npm-inject.d.ts} +0 -0
  40. /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')