@socketsecurity/cli-with-sentry 0.14.55 → 0.14.56
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.
- package/dist/constants.d.ts +2 -5
- package/dist/constants.js +2 -14
- package/dist/constants.js.map +1 -1
- package/dist/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/module-sync/cli.js +478 -275
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/index.d.ts +1 -2
- package/dist/module-sync/index.js +18 -20
- package/dist/module-sync/index.js.map +1 -1
- package/dist/module-sync/npm-paths.js +2 -13
- package/dist/module-sync/npm-paths.js.map +1 -1
- package/dist/module-sync/path-resolve.d.ts +2 -3
- package/dist/module-sync/reify.d.ts +4 -2
- package/dist/module-sync/shadow-bin.d.ts +1 -1
- package/dist/module-sync/shadow-bin.js +9 -17
- package/dist/module-sync/shadow-bin.js.map +1 -1
- package/dist/require/cli.js +478 -275
- package/dist/require/cli.js.map +1 -1
- package/package.json +39 -62
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli-with-sentry",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.56",
|
|
4
4
|
"description": "CLI tool for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
|
|
5
5
|
"homepage": "http://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,6 +58,8 @@
|
|
|
58
58
|
"lint-staged": "lint-staged",
|
|
59
59
|
"precommit": "lint-staged",
|
|
60
60
|
"prepare": "husky",
|
|
61
|
+
"bs": "npm run build:dist; npm exec socket --",
|
|
62
|
+
"s": "npm exec socket --",
|
|
61
63
|
"test": "run-s check test:*",
|
|
62
64
|
"test:prepare": "cross-env VITEST=1 npm run build",
|
|
63
65
|
"test:unit": "vitest --run",
|
|
@@ -69,44 +71,42 @@
|
|
|
69
71
|
"update:deps": "npx --yes npm-check-updates"
|
|
70
72
|
},
|
|
71
73
|
"dependencies": {
|
|
72
|
-
"@apideck/better-ajv-errors": "
|
|
73
|
-
"@
|
|
74
|
-
"@octokit/rest": "^21.1.1",
|
|
74
|
+
"@apideck/better-ajv-errors": "0.3.6",
|
|
75
|
+
"@octokit/rest": "21.1.1",
|
|
75
76
|
"@sentry/node": "9.3.0",
|
|
76
|
-
"@socketregistry/hyrious__bun.lockb": "
|
|
77
|
-
"@socketregistry/indent-string": "
|
|
78
|
-
"@socketregistry/is-interactive": "
|
|
79
|
-
"@socketregistry/is-unicode-supported": "
|
|
80
|
-
"@socketregistry/packageurl-js": "
|
|
81
|
-
"@socketsecurity/config": "
|
|
82
|
-
"@socketsecurity/registry": "
|
|
83
|
-
"@socketsecurity/sdk": "
|
|
84
|
-
"blessed": "
|
|
85
|
-
"blessed-contrib": "
|
|
77
|
+
"@socketregistry/hyrious__bun.lockb": "1.0.13",
|
|
78
|
+
"@socketregistry/indent-string": "1.0.10",
|
|
79
|
+
"@socketregistry/is-interactive": "1.0.1",
|
|
80
|
+
"@socketregistry/is-unicode-supported": "1.0.1",
|
|
81
|
+
"@socketregistry/packageurl-js": "1.0.2",
|
|
82
|
+
"@socketsecurity/config": "2.1.3",
|
|
83
|
+
"@socketsecurity/registry": "1.0.113",
|
|
84
|
+
"@socketsecurity/sdk": "1.4.5",
|
|
85
|
+
"blessed": "0.1.81",
|
|
86
|
+
"blessed-contrib": "4.11.0",
|
|
86
87
|
"browserslist": "4.24.4",
|
|
87
|
-
"chalk-table": "
|
|
88
|
-
"cmd-shim": "
|
|
89
|
-
"common-tags": "
|
|
90
|
-
"fast-content-type-parse": "
|
|
88
|
+
"chalk-table": "1.0.2",
|
|
89
|
+
"cmd-shim": "7.0.0",
|
|
90
|
+
"common-tags": "1.8.2",
|
|
91
|
+
"fast-content-type-parse": "2.0.1",
|
|
91
92
|
"has-flag": "4.0.0",
|
|
92
|
-
"hpagent": "
|
|
93
|
-
"ignore": "
|
|
94
|
-
"meow": "
|
|
95
|
-
"micromatch": "
|
|
96
|
-
"ndjson": "
|
|
97
|
-
"npm-package-arg": "
|
|
98
|
-
"open": "
|
|
99
|
-
"pony-cause": "
|
|
100
|
-
"semver": "
|
|
101
|
-
"simple-git": "
|
|
102
|
-
"synp": "^1.9.14",
|
|
93
|
+
"hpagent": "1.2.0",
|
|
94
|
+
"ignore": "7.0.3",
|
|
95
|
+
"meow": "13.2.0",
|
|
96
|
+
"micromatch": "4.0.8",
|
|
97
|
+
"ndjson": "2.0.0",
|
|
98
|
+
"npm-package-arg": "12.0.2",
|
|
99
|
+
"open": "10.1.0",
|
|
100
|
+
"pony-cause": "2.1.11",
|
|
101
|
+
"semver": "7.7.1",
|
|
102
|
+
"simple-git": "3.27.0",
|
|
103
103
|
"terminal-link": "2.1.1",
|
|
104
|
-
"tiny-updater": "
|
|
105
|
-
"tinyglobby": "
|
|
106
|
-
"which": "
|
|
107
|
-
"yaml": "
|
|
108
|
-
"yargs-parser": "
|
|
109
|
-
"yoctocolors-cjs": "
|
|
104
|
+
"tiny-updater": "3.5.3",
|
|
105
|
+
"tinyglobby": "0.2.12",
|
|
106
|
+
"which": "5.0.0",
|
|
107
|
+
"yaml": "2.7.0",
|
|
108
|
+
"yargs-parser": "21.1.1",
|
|
109
|
+
"yoctocolors-cjs": "2.1.2"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@babel/core": "^7.26.9",
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
"@babel/preset-typescript": "^7.26.0",
|
|
119
119
|
"@babel/runtime": "^7.26.9",
|
|
120
120
|
"@biomejs/biome": "^1.9.4",
|
|
121
|
+
"@cyclonedx/cdxgen": "^11.2.0",
|
|
121
122
|
"@eslint/compat": "^1.2.7",
|
|
122
123
|
"@eslint/js": "^9.21.0",
|
|
123
124
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
@@ -160,9 +161,11 @@
|
|
|
160
161
|
"nock": "^14.0.1",
|
|
161
162
|
"npm-run-all2": "^7.0.2",
|
|
162
163
|
"oxlint": "0.15.13",
|
|
164
|
+
"pg-hstore": "^2.3.4",
|
|
163
165
|
"read-package-up": "^11.0.0",
|
|
164
166
|
"rollup": "4.34.9",
|
|
165
167
|
"rollup-plugin-ts": "^3.4.5",
|
|
168
|
+
"synp": "^1.9.14",
|
|
166
169
|
"type-coverage": "^2.29.7",
|
|
167
170
|
"typescript": "5.4.5",
|
|
168
171
|
"typescript-eslint": "^8.26.0",
|
|
@@ -179,7 +182,7 @@
|
|
|
179
182
|
"has-proto": "npm:@socketregistry/has-proto@^1",
|
|
180
183
|
"has-symbols": "npm:@socketregistry/has-symbols@^1",
|
|
181
184
|
"hasown": "npm:@socketregistry/hasown@^1",
|
|
182
|
-
"indent-string": "
|
|
185
|
+
"indent-string": "npm:@socketregistry/indent-string@^1",
|
|
183
186
|
"is-core-module": "npm:@socketregistry/is-core-module@^1",
|
|
184
187
|
"isarray": "npm:@socketregistry/isarray@^1",
|
|
185
188
|
"npm-package-arg": "$npm-package-arg",
|
|
@@ -198,32 +201,6 @@
|
|
|
198
201
|
"xml2js": "^0.5.0",
|
|
199
202
|
"yaml": "$yaml"
|
|
200
203
|
},
|
|
201
|
-
"resolutions": {
|
|
202
|
-
"aggregate-error": "npm:@socketregistry/aggregate-error@^1",
|
|
203
|
-
"es-define-property": "npm:@socketregistry/es-define-property@^1",
|
|
204
|
-
"function-bind": "npm:@socketregistry/function-bind@^1",
|
|
205
|
-
"globalthis": "npm:@socketregistry/globalthis@^1",
|
|
206
|
-
"gopd": "npm:@socketregistry/gopd@^1",
|
|
207
|
-
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
|
|
208
|
-
"has-proto": "npm:@socketregistry/has-proto@^1",
|
|
209
|
-
"has-symbols": "npm:@socketregistry/has-symbols@^1",
|
|
210
|
-
"hasown": "npm:@socketregistry/hasown@^1",
|
|
211
|
-
"indent-string": "npm:@socketregistry/indent-string@^1",
|
|
212
|
-
"is-core-module": "npm:@socketregistry/is-core-module@^1",
|
|
213
|
-
"isarray": "npm:@socketregistry/isarray@^1",
|
|
214
|
-
"npm-package-arg": "^12.0.0",
|
|
215
|
-
"packageurl-js": "npm:@socketregistry/packageurl-js@^1",
|
|
216
|
-
"path-parse": "npm:@socketregistry/path-parse@^1",
|
|
217
|
-
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
|
|
218
|
-
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
|
|
219
|
-
"semver": "^7.6.3",
|
|
220
|
-
"set-function-length": "npm:@socketregistry/set-function-length@^1",
|
|
221
|
-
"shell-quote": "npm:shell-quote@^1",
|
|
222
|
-
"side-channel": "npm:@socketregistry/side-channel@^1",
|
|
223
|
-
"tiny-colors": "npm:yoctocolors-cjs@^2.1.2",
|
|
224
|
-
"typedarray": "npm:@socketregistry/typedarray@^1",
|
|
225
|
-
"yaml": "^2.6.0"
|
|
226
|
-
},
|
|
227
204
|
"engines": {
|
|
228
205
|
"node": "^18.20.4 || ^20.9.0 || >=22.0.0"
|
|
229
206
|
},
|