@socketsecurity/cli-with-sentry 0.14.97 → 0.14.99
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/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/module-sync/cli.js +168 -119
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/shadow-npm-inject.js +53 -53
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/module-sync/vendor.js +117 -114
- package/dist/module-sync/vendor.js.map +1 -1
- package/dist/require/cli.js +168 -119
- package/dist/require/cli.js.map +1 -1
- package/dist/require/shadow-npm-inject.js +53 -53
- package/dist/require/shadow-npm-inject.js.map +1 -1
- package/package.json +73 -69
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.99",
|
|
4
4
|
"description": "CLI tool 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",
|
|
@@ -88,94 +88,98 @@
|
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@apideck/better-ajv-errors": "0.3.6",
|
|
91
|
-
"@babel/core": "
|
|
92
|
-
"@babel/plugin-proposal-export-default-from": "
|
|
93
|
-
"@babel/plugin-syntax-dynamic-import": "
|
|
94
|
-
"@babel/plugin-transform-export-namespace-from": "
|
|
95
|
-
"@babel/plugin-transform-runtime": "
|
|
96
|
-
"@babel/preset-env": "
|
|
97
|
-
"@babel/preset-typescript": "
|
|
98
|
-
"@babel/runtime": "
|
|
99
|
-
"@biomejs/biome": "
|
|
100
|
-
"@cyclonedx/cdxgen": "
|
|
101
|
-
"@eslint/compat": "
|
|
102
|
-
"@eslint/js": "
|
|
103
|
-
"@octokit/
|
|
104
|
-
"@octokit/
|
|
105
|
-
"@octokit/
|
|
106
|
-
"@
|
|
107
|
-
"@
|
|
108
|
-
"@pnpm/
|
|
91
|
+
"@babel/core": "7.26.10",
|
|
92
|
+
"@babel/plugin-proposal-export-default-from": "7.25.9",
|
|
93
|
+
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
94
|
+
"@babel/plugin-transform-export-namespace-from": "7.25.9",
|
|
95
|
+
"@babel/plugin-transform-runtime": "7.26.10",
|
|
96
|
+
"@babel/preset-env": "7.26.9",
|
|
97
|
+
"@babel/preset-typescript": "7.27.0",
|
|
98
|
+
"@babel/runtime": "7.27.0",
|
|
99
|
+
"@biomejs/biome": "1.9.4",
|
|
100
|
+
"@cyclonedx/cdxgen": "11.2.3",
|
|
101
|
+
"@eslint/compat": "1.2.8",
|
|
102
|
+
"@eslint/js": "9.24.0",
|
|
103
|
+
"@octokit/graphql": "8.2.2",
|
|
104
|
+
"@octokit/openapi-types": "25.0.0",
|
|
105
|
+
"@octokit/request-error": "6.1.8",
|
|
106
|
+
"@octokit/rest": "21.1.1",
|
|
107
|
+
"@octokit/types": "14.0.0",
|
|
108
|
+
"@pnpm/lockfile.detect-dep-types": "1001.0.7",
|
|
109
|
+
"@pnpm/lockfile.fs": "1001.1.9",
|
|
110
|
+
"@pnpm/logger": "1000.0.0",
|
|
109
111
|
"@rollup/plugin-commonjs": "28.0.3",
|
|
110
|
-
"@rollup/plugin-json": "
|
|
111
|
-
"@rollup/plugin-node-resolve": "
|
|
112
|
-
"@rollup/plugin-replace": "
|
|
113
|
-
"@rollup/pluginutils": "
|
|
112
|
+
"@rollup/plugin-json": "6.1.0",
|
|
113
|
+
"@rollup/plugin-node-resolve": "16.0.1",
|
|
114
|
+
"@rollup/plugin-replace": "6.0.2",
|
|
115
|
+
"@rollup/pluginutils": "5.1.4",
|
|
114
116
|
"@socketsecurity/config": "2.1.3",
|
|
115
117
|
"@types/blessed": "0.1.25",
|
|
116
|
-
"@types/cmd-shim": "
|
|
117
|
-
"@types/common-tags": "
|
|
118
|
-
"@types/micromatch": "
|
|
119
|
-
"@types/mock-fs": "
|
|
120
|
-
"@types/node": "
|
|
121
|
-
"@types/npmcli__arborist": "
|
|
122
|
-
"@types/proc-log": "
|
|
123
|
-
"@types/semver": "
|
|
124
|
-
"@types/which": "
|
|
125
|
-
"@types/yargs-parser": "
|
|
126
|
-
"@typescript-eslint/parser": "
|
|
118
|
+
"@types/cmd-shim": "5.0.2",
|
|
119
|
+
"@types/common-tags": "1.8.4",
|
|
120
|
+
"@types/micromatch": "4.0.9",
|
|
121
|
+
"@types/mock-fs": "4.13.4",
|
|
122
|
+
"@types/node": "22.14.1",
|
|
123
|
+
"@types/npmcli__arborist": "6.3.0",
|
|
124
|
+
"@types/proc-log": "3.0.4",
|
|
125
|
+
"@types/semver": "7.7.0",
|
|
126
|
+
"@types/which": "3.0.4",
|
|
127
|
+
"@types/yargs-parser": "21.0.3",
|
|
128
|
+
"@typescript-eslint/parser": "8.29.1",
|
|
127
129
|
"@vitest/coverage-v8": "3.1.1",
|
|
128
|
-
"cross-env": "^7.0.3",
|
|
129
|
-
"custompatch": "^1.1.4",
|
|
130
|
-
"del-cli": "^6.0.0",
|
|
131
|
-
"dev-null-cli": "^2.0.0",
|
|
132
|
-
"eslint": "^9.24.0",
|
|
133
|
-
"eslint-import-resolver-typescript": "^4.3.2",
|
|
134
|
-
"eslint-plugin-import-x": "^4.10.2",
|
|
135
|
-
"eslint-plugin-n": "^17.17.0",
|
|
136
|
-
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
137
|
-
"eslint-plugin-unicorn": "^56.0.1",
|
|
138
|
-
"globals": "^16.0.0",
|
|
139
|
-
"husky": "^9.1.7",
|
|
140
|
-
"knip": "^5.50.2",
|
|
141
|
-
"lint-staged": "^15.5.0",
|
|
142
|
-
"magic-string": "^0.30.17",
|
|
143
|
-
"mock-fs": "^5.5.0",
|
|
144
|
-
"nock": "^14.0.3",
|
|
145
|
-
"npm-run-all2": "^7.0.2",
|
|
146
|
-
"oxlint": "0.16.5",
|
|
147
|
-
"read-package-up": "^11.0.0",
|
|
148
|
-
"rollup": "4.39.0",
|
|
149
|
-
"rollup-plugin-ts": "^3.4.5",
|
|
150
|
-
"synp": "^1.9.14",
|
|
151
|
-
"type-coverage": "^2.29.7",
|
|
152
130
|
"blessed-contrib": "4.11.0",
|
|
153
131
|
"browserslist": "4.24.4",
|
|
154
132
|
"chalk-table": "1.0.2",
|
|
155
133
|
"cmd-shim": "7.0.0",
|
|
156
134
|
"common-tags": "1.8.2",
|
|
157
|
-
"
|
|
135
|
+
"cross-env": "7.0.3",
|
|
136
|
+
"custompatch": "1.1.4",
|
|
137
|
+
"del-cli": "6.0.0",
|
|
138
|
+
"dev-null-cli": "2.0.0",
|
|
139
|
+
"eslint": "9.24.0",
|
|
140
|
+
"eslint-import-resolver-typescript": "4.3.2",
|
|
141
|
+
"eslint-plugin-import-x": "4.10.2",
|
|
142
|
+
"eslint-plugin-n": "17.17.0",
|
|
143
|
+
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
144
|
+
"eslint-plugin-unicorn": "56.0.1",
|
|
145
|
+
"fast-content-type-parse": "2.0.0",
|
|
146
|
+
"globals": "16.0.0",
|
|
158
147
|
"hpagent": "1.2.0",
|
|
148
|
+
"husky": "9.1.7",
|
|
159
149
|
"ignore": "7.0.3",
|
|
150
|
+
"knip": "5.50.2",
|
|
151
|
+
"lint-staged": "15.5.1",
|
|
152
|
+
"magic-string": "0.30.17",
|
|
160
153
|
"meow": "13.2.0",
|
|
161
154
|
"micromatch": "4.0.8",
|
|
155
|
+
"mock-fs": "5.5.0",
|
|
156
|
+
"nock": "14.0.3",
|
|
162
157
|
"npm-package-arg": "12.0.2",
|
|
158
|
+
"npm-run-all2": "7.0.2",
|
|
163
159
|
"open": "10.1.0",
|
|
160
|
+
"oxlint": "0.16.5",
|
|
164
161
|
"pony-cause": "2.1.11",
|
|
162
|
+
"read-package-up": "11.0.0",
|
|
163
|
+
"rollup": "4.40.0",
|
|
164
|
+
"rollup-plugin-ts": "3.4.5",
|
|
165
165
|
"semver": "7.7.1",
|
|
166
|
+
"synp": "1.9.14",
|
|
166
167
|
"terminal-link": "2.1.1",
|
|
167
168
|
"tiny-updater": "3.5.3",
|
|
168
169
|
"tinyglobby": "0.2.12",
|
|
170
|
+
"type-coverage": "2.29.7",
|
|
171
|
+
"typescript": "5.4.5",
|
|
172
|
+
"typescript-eslint": "8.29.1",
|
|
173
|
+
"unplugin-purge-polyfills": "0.0.7",
|
|
174
|
+
"vitest": "3.1.1",
|
|
169
175
|
"which": "5.0.0",
|
|
170
176
|
"yaml": "2.7.1",
|
|
171
177
|
"yargs-parser": "21.1.1",
|
|
172
|
-
"yoctocolors-cjs": "2.1.2"
|
|
173
|
-
"typescript": "5.4.5",
|
|
174
|
-
"typescript-eslint": "^8.29.1",
|
|
175
|
-
"unplugin-purge-polyfills": "^0.0.7",
|
|
176
|
-
"vitest": "3.1.1"
|
|
178
|
+
"yoctocolors-cjs": "2.1.2"
|
|
177
179
|
},
|
|
178
180
|
"overrides": {
|
|
181
|
+
"@octokit/graphql": "$@octokit/graphql",
|
|
182
|
+
"@octokit/request-error": "$@octokit/request-error",
|
|
179
183
|
"aggregate-error": "npm:@socketregistry/aggregate-error@^1",
|
|
180
184
|
"es-define-property": "npm:@socketregistry/es-define-property@^1",
|
|
181
185
|
"function-bind": "npm:@socketregistry/function-bind@^1",
|
|
@@ -199,13 +203,13 @@
|
|
|
199
203
|
"side-channel": "npm:@socketregistry/side-channel@^1",
|
|
200
204
|
"tiny-colors": "$yoctocolors-cjs",
|
|
201
205
|
"typedarray": "npm:@socketregistry/typedarray@^1",
|
|
202
|
-
"undici": "
|
|
203
|
-
"vite": "
|
|
204
|
-
"xml2js": "
|
|
205
|
-
"yaml": "
|
|
206
|
+
"undici": "6.21.1",
|
|
207
|
+
"vite": "6.2.6",
|
|
208
|
+
"xml2js": "0.5.0",
|
|
209
|
+
"yaml": "$yaml"
|
|
206
210
|
},
|
|
207
211
|
"engines": {
|
|
208
|
-
"node": "
|
|
212
|
+
"node": "18.20.7 || ^20.18.3 || >=22.14.0"
|
|
209
213
|
},
|
|
210
214
|
"files": [
|
|
211
215
|
"bin/**",
|