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