@socketsecurity/cli-with-sentry 0.14.62 → 0.14.63
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/bin/cli.js +1 -0
- package/dist/constants.d.ts +14 -15
- package/dist/constants.js +4 -2
- 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 +773 -1771
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/fs.d.ts +22 -0
- package/dist/module-sync/shadow-npm-inject.js +38 -27
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/require/cli.js +773 -1770
- package/dist/require/cli.js.map +1 -1
- package/dist/require/vendor.js +1 -2414
- package/dist/require/vendor.js.map +1 -1
- package/package.json +15 -25
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.63",
|
|
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",
|
|
@@ -73,36 +73,30 @@
|
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@apideck/better-ajv-errors": "0.3.6",
|
|
76
|
-
"@octokit/rest": "21.1.1",
|
|
77
76
|
"@pnpm/lockfile-file": "^9.1.3",
|
|
78
77
|
"@pnpm/lockfile.detect-dep-types": "^1001.0.5",
|
|
79
|
-
"@sentry/node": "9.
|
|
80
|
-
"@socketregistry/hyrious__bun.lockb": "1.0.
|
|
81
|
-
"@socketregistry/indent-string": "1.0.
|
|
82
|
-
"@socketregistry/is-interactive": "1.0.
|
|
83
|
-
"@socketregistry/
|
|
84
|
-
"@socketregistry/packageurl-js": "1.0.3",
|
|
78
|
+
"@sentry/node": "9.6.1",
|
|
79
|
+
"@socketregistry/hyrious__bun.lockb": "1.0.16",
|
|
80
|
+
"@socketregistry/indent-string": "1.0.12",
|
|
81
|
+
"@socketregistry/is-interactive": "1.0.3",
|
|
82
|
+
"@socketregistry/packageurl-js": "1.0.4",
|
|
85
83
|
"@socketsecurity/config": "2.1.3",
|
|
86
|
-
"@socketsecurity/registry": "1.0.
|
|
87
|
-
"@socketsecurity/sdk": "1.4.
|
|
84
|
+
"@socketsecurity/registry": "1.0.132",
|
|
85
|
+
"@socketsecurity/sdk": "1.4.11",
|
|
88
86
|
"blessed": "0.1.81",
|
|
89
87
|
"blessed-contrib": "4.11.0",
|
|
90
88
|
"browserslist": "4.24.4",
|
|
91
89
|
"chalk-table": "1.0.2",
|
|
92
90
|
"cmd-shim": "7.0.0",
|
|
93
91
|
"common-tags": "1.8.2",
|
|
94
|
-
"fast-content-type-parse": "3.0.0",
|
|
95
|
-
"has-flag": "4.0.0",
|
|
96
92
|
"hpagent": "1.2.0",
|
|
97
93
|
"ignore": "7.0.3",
|
|
98
94
|
"meow": "13.2.0",
|
|
99
95
|
"micromatch": "4.0.8",
|
|
100
|
-
"ndjson": "2.0.0",
|
|
101
96
|
"npm-package-arg": "12.0.2",
|
|
102
97
|
"open": "10.1.0",
|
|
103
98
|
"pony-cause": "2.1.11",
|
|
104
99
|
"semver": "7.7.1",
|
|
105
|
-
"simple-git": "3.27.0",
|
|
106
100
|
"terminal-link": "2.1.1",
|
|
107
101
|
"tiny-updater": "3.5.3",
|
|
108
102
|
"tinyglobby": "0.2.12",
|
|
@@ -121,7 +115,7 @@
|
|
|
121
115
|
"@babel/preset-typescript": "^7.26.0",
|
|
122
116
|
"@babel/runtime": "^7.26.10",
|
|
123
117
|
"@biomejs/biome": "^1.9.4",
|
|
124
|
-
"@cyclonedx/cdxgen": "^11.2.
|
|
118
|
+
"@cyclonedx/cdxgen": "^11.2.2",
|
|
125
119
|
"@eslint/compat": "^1.2.7",
|
|
126
120
|
"@eslint/js": "^9.22.0",
|
|
127
121
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
@@ -133,9 +127,7 @@
|
|
|
133
127
|
"@types/cmd-shim": "^5.0.2",
|
|
134
128
|
"@types/common-tags": "^1.8.4",
|
|
135
129
|
"@types/micromatch": "^4.0.9",
|
|
136
|
-
"@types/mocha": "^10.0.10",
|
|
137
130
|
"@types/mock-fs": "^4.13.4",
|
|
138
|
-
"@types/ndjson": "^2.0.4",
|
|
139
131
|
"@types/node": "^22.13.10",
|
|
140
132
|
"@types/npmcli__arborist": "^6.3.0",
|
|
141
133
|
"@types/npmcli__promise-spawn": "^6.0.3",
|
|
@@ -146,13 +138,12 @@
|
|
|
146
138
|
"@types/yargs-parser": "^21.0.3",
|
|
147
139
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
148
140
|
"@typescript-eslint/parser": "^8.26.1",
|
|
149
|
-
"@vitest/coverage-v8": "3.0.
|
|
141
|
+
"@vitest/coverage-v8": "3.0.9",
|
|
150
142
|
"cross-env": "^7.0.3",
|
|
151
143
|
"del-cli": "^6.0.0",
|
|
152
144
|
"eslint": "^9.22.0",
|
|
153
145
|
"eslint-import-resolver-oxc": "^0.13.1",
|
|
154
|
-
"eslint-plugin-
|
|
155
|
-
"eslint-plugin-import-x": "^4.6.1",
|
|
146
|
+
"eslint-plugin-import-x": "^4.9.0",
|
|
156
147
|
"eslint-plugin-n": "^17.16.2",
|
|
157
148
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
158
149
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
@@ -164,17 +155,16 @@
|
|
|
164
155
|
"mock-fs": "^5.5.0",
|
|
165
156
|
"nock": "^14.0.1",
|
|
166
157
|
"npm-run-all2": "^7.0.2",
|
|
167
|
-
"oxlint": "0.
|
|
168
|
-
"pg-hstore": "^2.3.4",
|
|
158
|
+
"oxlint": "0.16.0",
|
|
169
159
|
"read-package-up": "^11.0.0",
|
|
170
|
-
"rollup": "4.
|
|
160
|
+
"rollup": "4.36.0",
|
|
171
161
|
"rollup-plugin-ts": "^3.4.5",
|
|
172
162
|
"synp": "^1.9.14",
|
|
173
163
|
"type-coverage": "^2.29.7",
|
|
174
164
|
"typescript": "5.4.5",
|
|
175
165
|
"typescript-eslint": "^8.26.1",
|
|
176
166
|
"unplugin-purge-polyfills": "^0.0.7",
|
|
177
|
-
"vitest": "3.0.
|
|
167
|
+
"vitest": "3.0.9"
|
|
178
168
|
},
|
|
179
169
|
"overrides": {
|
|
180
170
|
"aggregate-error": "npm:@socketregistry/aggregate-error@^1",
|
|
@@ -215,7 +205,7 @@
|
|
|
215
205
|
"translations.json"
|
|
216
206
|
],
|
|
217
207
|
"lint-staged": {
|
|
218
|
-
"*.{cjs,js,json,md,mjs,ts}": [
|
|
208
|
+
"*.{cjs,cts,js,json,md,mjs,mts,ts}": [
|
|
219
209
|
"npm run lint -- --fix",
|
|
220
210
|
"npm run lint:fix:fast -- --no-errors-on-unmatched --files-ignore-unknown=true --colors=off"
|
|
221
211
|
]
|