@socketsecurity/cli-with-sentry 0.14.53 → 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 +6 -5
- package/dist/constants.js +11 -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 +926 -450
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/index.d.ts +7 -8
- package/dist/module-sync/index.js +20 -15
- 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 +6 -4
- package/dist/module-sync/settings.d.ts +1 -1
- package/dist/module-sync/shadow-bin.d.ts +1 -1
- package/dist/module-sync/shadow-bin.js +7 -7
- package/dist/module-sync/shadow-bin.js.map +1 -1
- package/dist/require/cli.js +926 -450
- package/dist/require/cli.js.map +1 -1
- package/package.json +47 -68
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,54 +58,55 @@
|
|
|
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",
|
|
64
|
-
"test:unit:update": "vitest --update",
|
|
66
|
+
"test:unit:update": "vitest --run --update",
|
|
65
67
|
"test:unit:coverage": "vitest run --coverage",
|
|
66
68
|
"test-ci": "run-s test:*",
|
|
67
|
-
"testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare test:unit:update",
|
|
69
|
+
"testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare; npm run test:unit:update --",
|
|
68
70
|
"update": "run-p --aggregate-output update:**",
|
|
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
|
-
"
|
|
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",
|
|
90
92
|
"has-flag": "4.0.0",
|
|
91
|
-
"hpagent": "
|
|
92
|
-
"ignore": "
|
|
93
|
-
"meow": "
|
|
94
|
-
"micromatch": "
|
|
95
|
-
"ndjson": "
|
|
96
|
-
"npm-package-arg": "
|
|
97
|
-
"open": "
|
|
98
|
-
"pony-cause": "
|
|
99
|
-
"semver": "
|
|
100
|
-
"simple-git": "
|
|
101
|
-
"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",
|
|
102
103
|
"terminal-link": "2.1.1",
|
|
103
|
-
"tiny-updater": "
|
|
104
|
-
"tinyglobby": "
|
|
105
|
-
"which": "
|
|
106
|
-
"yaml": "
|
|
107
|
-
"yargs-parser": "
|
|
108
|
-
"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"
|
|
109
110
|
},
|
|
110
111
|
"devDependencies": {
|
|
111
112
|
"@babel/core": "^7.26.9",
|
|
@@ -117,6 +118,7 @@
|
|
|
117
118
|
"@babel/preset-typescript": "^7.26.0",
|
|
118
119
|
"@babel/runtime": "^7.26.9",
|
|
119
120
|
"@biomejs/biome": "^1.9.4",
|
|
121
|
+
"@cyclonedx/cdxgen": "^11.2.0",
|
|
120
122
|
"@eslint/compat": "^1.2.7",
|
|
121
123
|
"@eslint/js": "^9.21.0",
|
|
122
124
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
@@ -126,11 +128,12 @@
|
|
|
126
128
|
"@rollup/pluginutils": "^5.1.4",
|
|
127
129
|
"@types/blessed": "^0.1.25",
|
|
128
130
|
"@types/cmd-shim": "^5.0.2",
|
|
131
|
+
"@types/common-tags": "^1.8.4",
|
|
129
132
|
"@types/micromatch": "^4.0.9",
|
|
130
133
|
"@types/mocha": "^10.0.10",
|
|
131
134
|
"@types/mock-fs": "^4.13.4",
|
|
132
135
|
"@types/ndjson": "^2.0.4",
|
|
133
|
-
"@types/node": "^22.13.
|
|
136
|
+
"@types/node": "^22.13.9",
|
|
134
137
|
"@types/npmcli__arborist": "^6.3.0",
|
|
135
138
|
"@types/npmcli__promise-spawn": "^6.0.3",
|
|
136
139
|
"@types/proc-log": "^3.0.4",
|
|
@@ -138,8 +141,8 @@
|
|
|
138
141
|
"@types/update-notifier": "^6.0.8",
|
|
139
142
|
"@types/which": "^3.0.4",
|
|
140
143
|
"@types/yargs-parser": "^21.0.3",
|
|
141
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
142
|
-
"@typescript-eslint/parser": "^8.
|
|
144
|
+
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
|
145
|
+
"@typescript-eslint/parser": "^8.26.0",
|
|
143
146
|
"@vitest/coverage-v8": "3.0.7",
|
|
144
147
|
"cross-env": "^7.0.3",
|
|
145
148
|
"del-cli": "^6.0.0",
|
|
@@ -157,13 +160,15 @@
|
|
|
157
160
|
"mock-fs": "^5.5.0",
|
|
158
161
|
"nock": "^14.0.1",
|
|
159
162
|
"npm-run-all2": "^7.0.2",
|
|
160
|
-
"oxlint": "0.15.
|
|
163
|
+
"oxlint": "0.15.13",
|
|
164
|
+
"pg-hstore": "^2.3.4",
|
|
161
165
|
"read-package-up": "^11.0.0",
|
|
162
166
|
"rollup": "4.34.9",
|
|
163
167
|
"rollup-plugin-ts": "^3.4.5",
|
|
168
|
+
"synp": "^1.9.14",
|
|
164
169
|
"type-coverage": "^2.29.7",
|
|
165
170
|
"typescript": "5.4.5",
|
|
166
|
-
"typescript-eslint": "^8.
|
|
171
|
+
"typescript-eslint": "^8.26.0",
|
|
167
172
|
"unplugin-purge-polyfills": "^0.0.7",
|
|
168
173
|
"vitest": "3.0.7"
|
|
169
174
|
},
|
|
@@ -177,7 +182,7 @@
|
|
|
177
182
|
"has-proto": "npm:@socketregistry/has-proto@^1",
|
|
178
183
|
"has-symbols": "npm:@socketregistry/has-symbols@^1",
|
|
179
184
|
"hasown": "npm:@socketregistry/hasown@^1",
|
|
180
|
-
"indent-string": "
|
|
185
|
+
"indent-string": "npm:@socketregistry/indent-string@^1",
|
|
181
186
|
"is-core-module": "npm:@socketregistry/is-core-module@^1",
|
|
182
187
|
"isarray": "npm:@socketregistry/isarray@^1",
|
|
183
188
|
"npm-package-arg": "$npm-package-arg",
|
|
@@ -196,32 +201,6 @@
|
|
|
196
201
|
"xml2js": "^0.5.0",
|
|
197
202
|
"yaml": "$yaml"
|
|
198
203
|
},
|
|
199
|
-
"resolutions": {
|
|
200
|
-
"aggregate-error": "npm:@socketregistry/aggregate-error@^1",
|
|
201
|
-
"es-define-property": "npm:@socketregistry/es-define-property@^1",
|
|
202
|
-
"function-bind": "npm:@socketregistry/function-bind@^1",
|
|
203
|
-
"globalthis": "npm:@socketregistry/globalthis@^1",
|
|
204
|
-
"gopd": "npm:@socketregistry/gopd@^1",
|
|
205
|
-
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
|
|
206
|
-
"has-proto": "npm:@socketregistry/has-proto@^1",
|
|
207
|
-
"has-symbols": "npm:@socketregistry/has-symbols@^1",
|
|
208
|
-
"hasown": "npm:@socketregistry/hasown@^1",
|
|
209
|
-
"indent-string": "npm:@socketregistry/indent-string@^1",
|
|
210
|
-
"is-core-module": "npm:@socketregistry/is-core-module@^1",
|
|
211
|
-
"isarray": "npm:@socketregistry/isarray@^1",
|
|
212
|
-
"npm-package-arg": "^12.0.0",
|
|
213
|
-
"packageurl-js": "npm:@socketregistry/packageurl-js@^1",
|
|
214
|
-
"path-parse": "npm:@socketregistry/path-parse@^1",
|
|
215
|
-
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
|
|
216
|
-
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
|
|
217
|
-
"semver": "^7.6.3",
|
|
218
|
-
"set-function-length": "npm:@socketregistry/set-function-length@^1",
|
|
219
|
-
"shell-quote": "npm:shell-quote@^1",
|
|
220
|
-
"side-channel": "npm:@socketregistry/side-channel@^1",
|
|
221
|
-
"tiny-colors": "npm:yoctocolors-cjs@^2.1.2",
|
|
222
|
-
"typedarray": "npm:@socketregistry/typedarray@^1",
|
|
223
|
-
"yaml": "^2.6.0"
|
|
224
|
-
},
|
|
225
204
|
"engines": {
|
|
226
205
|
"node": "^18.20.4 || ^20.9.0 || >=22.0.0"
|
|
227
206
|
},
|