@socketsecurity/cli-with-sentry 1.1.93 → 1.1.94

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 (29) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/cli.js +247 -24
  3. package/dist/cli.js.map +1 -1
  4. package/dist/constants.js +3 -3
  5. package/dist/constants.js.map +1 -1
  6. package/dist/socket-completion.bash +2 -2
  7. package/dist/tsconfig.dts.tsbuildinfo +1 -1
  8. package/dist/types/commands/ci/handle-ci.d.mts.map +1 -1
  9. package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +1 -1
  10. package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts.map +1 -1
  11. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -1
  12. package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -1
  13. package/dist/types/commands/scan/exclude-paths.d.mts +47 -0
  14. package/dist/types/commands/scan/exclude-paths.d.mts.map +1 -0
  15. package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -1
  16. package/dist/types/commands/scan/handle-scan-reach.d.mts.map +1 -1
  17. package/dist/types/commands/scan/output-scan-reach.d.mts.map +1 -1
  18. package/dist/types/commands/scan/perform-reachability-analysis.d.mts +1 -0
  19. package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -1
  20. package/dist/types/commands/scan/reachability-flags.d.mts +1 -0
  21. package/dist/types/commands/scan/reachability-flags.d.mts.map +1 -1
  22. package/dist/types/utils/glob.d.mts +14 -0
  23. package/dist/types/utils/glob.d.mts.map +1 -1
  24. package/dist/types/utils/path-resolve.d.mts +5 -0
  25. package/dist/types/utils/path-resolve.d.mts.map +1 -1
  26. package/dist/utils.js +273 -244
  27. package/dist/utils.js.map +1 -1
  28. package/dist/vendor.js +8181 -8181
  29. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "1.1.93",
3
+ "version": "1.1.94",
4
4
  "description": "CLI for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
5
5
  "homepage": "https://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT AND OFL-1.1",
@@ -88,7 +88,7 @@
88
88
  "update:socket": "pnpm update '@socketsecurity/*' '@socketregistry/*' --latest"
89
89
  },
90
90
  "dependencies": {
91
- "@sentry/node": "10.52.0",
91
+ "@sentry/node": "10.53.1",
92
92
  "@socketsecurity/socket-patch": "2.0.0"
93
93
  },
94
94
  "devDependencies": {