@socketsecurity/cli-with-sentry 1.1.50 → 1.1.51

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 (32) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cli.js +96 -509
  3. package/dist/cli.js.map +1 -1
  4. package/dist/constants.js +6 -4
  5. package/dist/constants.js.map +1 -1
  6. package/dist/tsconfig.dts.tsbuildinfo +1 -1
  7. package/dist/types/commands/ci/handle-ci.d.mts.map +1 -1
  8. package/dist/types/commands/patch/cmd-patch.d.mts +1 -1
  9. package/dist/types/commands/patch/cmd-patch.d.mts.map +1 -1
  10. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -1
  11. package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -1
  12. package/dist/types/commands/scan/perform-reachability-analysis.d.mts +1 -0
  13. package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -1
  14. package/dist/types/commands/scan/reachability-flags.d.mts.map +1 -1
  15. package/dist/types/commands.d.mts +1 -1
  16. package/dist/types/constants.d.mts +1 -0
  17. package/dist/types/constants.d.mts.map +1 -1
  18. package/dist/types/utils/config.d.mts +6 -0
  19. package/dist/types/utils/config.d.mts.map +1 -1
  20. package/dist/types/utils/editable-json.d.mts +63 -0
  21. package/dist/types/utils/editable-json.d.mts.map +1 -0
  22. package/dist/types/utils/package-environment.d.mts.map +1 -1
  23. package/dist/utils.js +482 -50
  24. package/dist/utils.js.map +1 -1
  25. package/dist/vendor.js +13495 -3663
  26. package/package.json +3 -2
  27. package/dist/types/commands/patch/handle-patch.d.mts +0 -12
  28. package/dist/types/commands/patch/handle-patch.d.mts.map +0 -1
  29. package/dist/types/commands/patch/manifest-schema.d.mts +0 -34
  30. package/dist/types/commands/patch/manifest-schema.d.mts.map +0 -1
  31. package/dist/types/commands/patch/output-patch-result.d.mts +0 -5
  32. package/dist/types/commands/patch/output-patch-result.d.mts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
+ ## [1.1.51](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.51) - 2025-12-23
8
+
9
+ ### Added
10
+ - Added internal `--reach-lazy-mode` flag for reachability analysis.
11
+
12
+ ### Changed
13
+ - Updated the Coana CLI to v `14.12.138`.
14
+
7
15
  ## [1.1.50](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.50) - 2025-12-19
8
16
 
9
17
  ### Fixed