@socketsecurity/cli-with-sentry 0.15.43 → 0.15.45

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 (58) hide show
  1. package/dist/cli.js +617 -467
  2. package/dist/cli.js.map +1 -1
  3. package/dist/constants.js +3 -3
  4. package/dist/constants.js.map +1 -1
  5. package/dist/shadow-inject.js +10 -3
  6. package/dist/shadow-inject.js.map +1 -1
  7. package/dist/types/commands/fix/git.d.mts +12 -5
  8. package/dist/types/commands/fix/git.d.mts.map +1 -1
  9. package/dist/types/commands/fix/npm-fix.d.mts.map +1 -1
  10. package/dist/types/commands/fix/open-pr.d.mts +2 -4
  11. package/dist/types/commands/fix/open-pr.d.mts.map +1 -1
  12. package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -1
  13. package/dist/types/commands/package/output-purls-shallow-score.d.mts +2 -2
  14. package/dist/types/commands/package/output-purls-shallow-score.d.mts.map +1 -1
  15. package/dist/types/commands/scan/cmd-scan-reach.d.mts +10 -0
  16. package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -0
  17. package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -1
  18. package/dist/types/commands/scan/fetch-report-data.d.mts +2 -2
  19. package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -1
  20. package/dist/types/commands/scan/fetch-scan.d.mts +2 -2
  21. package/dist/types/commands/scan/fetch-scan.d.mts.map +1 -1
  22. package/dist/types/commands/scan/generate-report.d.mts +2 -2
  23. package/dist/types/commands/scan/generate-report.d.mts.map +1 -1
  24. package/dist/types/commands/scan/handle-reach-scan.d.mts +3 -0
  25. package/dist/types/commands/scan/handle-reach-scan.d.mts.map +1 -0
  26. package/dist/types/commands/scan/output-scan-reach.d.mts +3 -0
  27. package/dist/types/commands/scan/output-scan-reach.d.mts.map +1 -0
  28. package/dist/types/commands/scan/output-scan-report.d.mts +2 -2
  29. package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -1
  30. package/dist/types/commands/scan/output-scan-view.d.mts +2 -2
  31. package/dist/types/commands/scan/output-scan-view.d.mts.map +1 -1
  32. package/dist/types/commands/scan/scan-reachability.d.mts +3 -0
  33. package/dist/types/commands/scan/scan-reachability.d.mts.map +1 -0
  34. package/dist/types/commands/wrapper/add-socket-wrapper.d.mts.map +1 -1
  35. package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts.map +1 -1
  36. package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -1
  37. package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts.map +1 -1
  38. package/dist/types/shadow/npm/arborist-helpers.d.mts +2 -2
  39. package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -1
  40. package/dist/types/utils/alert/artifact.d.mts +1 -0
  41. package/dist/types/utils/alert/artifact.d.mts.map +1 -1
  42. package/dist/types/utils/alerts-map.d.mts +3 -3
  43. package/dist/types/utils/alerts-map.d.mts.map +1 -1
  44. package/dist/types/utils/api.d.mts.map +1 -1
  45. package/dist/types/utils/fs.d.mts.map +1 -1
  46. package/dist/types/utils/glob.d.mts.map +1 -1
  47. package/dist/types/utils/purl.d.mts +95 -1
  48. package/dist/types/utils/purl.d.mts.map +1 -1
  49. package/dist/types/utils/socket-package-alert.d.mts +7 -6
  50. package/dist/types/utils/socket-package-alert.d.mts.map +1 -1
  51. package/dist/types/utils/socket-url.d.mts +4 -6
  52. package/dist/types/utils/socket-url.d.mts.map +1 -1
  53. package/dist/types/utils/spec.d.mts +2 -1
  54. package/dist/types/utils/spec.d.mts.map +1 -1
  55. package/dist/utils.js +167 -149
  56. package/dist/utils.js.map +1 -1
  57. package/dist/vendor.js +11381 -7009
  58. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "0.15.43",
3
+ "version": "0.15.45",
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",
@@ -85,7 +85,7 @@
85
85
  "@babel/preset-typescript": "7.27.1",
86
86
  "@babel/runtime": "7.27.4",
87
87
  "@biomejs/biome": "1.9.4",
88
- "@coana-tech/cli": "14.9.15",
88
+ "@coana-tech/cli": "14.9.17",
89
89
  "@cyclonedx/cdxgen": "11.3.2",
90
90
  "@dotenvx/dotenvx": "1.44.1",
91
91
  "@eslint/compat": "1.2.9",
@@ -111,7 +111,7 @@
111
111
  "@socketregistry/is-interactive": "1.0.5",
112
112
  "@socketregistry/packageurl-js": "1.0.6",
113
113
  "@socketsecurity/config": "3.0.1",
114
- "@socketsecurity/registry": "1.0.202",
114
+ "@socketsecurity/registry": "1.0.203",
115
115
  "@socketsecurity/sdk": "1.4.41",
116
116
  "@types/blessed": "0.1.25",
117
117
  "@types/cmd-shim": "5.0.2",
@@ -124,9 +124,9 @@
124
124
  "@types/semver": "7.7.0",
125
125
  "@types/which": "3.0.4",
126
126
  "@types/yargs-parser": "21.0.3",
127
- "@typescript-eslint/parser": "8.33.0",
128
- "@typescript/native-preview": "7.0.0-dev.20250531.1",
129
- "@vitest/coverage-v8": "3.1.4",
127
+ "@typescript-eslint/parser": "8.33.1",
128
+ "@typescript/native-preview": "7.0.0-dev.20250603.1",
129
+ "@vitest/coverage-v8": "3.2.0",
130
130
  "blessed": "0.1.81",
131
131
  "blessed-contrib": "4.11.0",
132
132
  "browserslist": "4.25.0",
@@ -138,7 +138,7 @@
138
138
  "eslint": "9.28.0",
139
139
  "eslint-import-resolver-typescript": "4.4.2",
140
140
  "eslint-plugin-import-x": "4.15.0",
141
- "eslint-plugin-n": "17.18.0",
141
+ "eslint-plugin-n": "17.19.0",
142
142
  "eslint-plugin-sort-destructure-keys": "2.0.0",
143
143
  "eslint-plugin-unicorn": "56.0.1",
144
144
  "globals": "16.2.0",
@@ -165,9 +165,9 @@
165
165
  "tiny-updater": "3.5.3",
166
166
  "tinyglobby": "0.2.14",
167
167
  "type-coverage": "2.29.7",
168
- "typescript-eslint": "8.33.0",
168
+ "typescript-eslint": "8.33.1",
169
169
  "unplugin-purge-polyfills": "0.1.0",
170
- "vitest": "3.1.4",
170
+ "vitest": "3.2.0",
171
171
  "which": "5.0.0",
172
172
  "yaml": "2.8.0",
173
173
  "yargs-parser": "22.0.0",
@@ -233,6 +233,6 @@
233
233
  "strict": true
234
234
  },
235
235
  "dependencies": {
236
- "@sentry/node": "9.24.0"
236
+ "@sentry/node": "9.25.0"
237
237
  }
238
238
  }