@socketsecurity/cli-with-sentry 0.14.61 → 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 +26 -25
- package/dist/constants.js +27 -4
- 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 +1975 -2052
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/cmd.d.ts +4 -0
- package/dist/module-sync/fs.d.ts +22 -0
- package/dist/module-sync/package-environment.d.ts +56 -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 +1975 -2051
- 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 +23 -32
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",
|
|
@@ -67,41 +67,36 @@
|
|
|
67
67
|
"test:unit:coverage": "vitest run --coverage",
|
|
68
68
|
"test-ci": "run-s test:*",
|
|
69
69
|
"testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare; npm run test:unit:update --",
|
|
70
|
+
"testuf": "SOCKET_CLI_NO_API_TOKEN=1 npm run test:unit:update --",
|
|
70
71
|
"update": "run-p --aggregate-output update:**",
|
|
71
72
|
"update:deps": "npx --yes npm-check-updates"
|
|
72
73
|
},
|
|
73
74
|
"dependencies": {
|
|
74
75
|
"@apideck/better-ajv-errors": "0.3.6",
|
|
75
|
-
"@octokit/rest": "21.1.1",
|
|
76
76
|
"@pnpm/lockfile-file": "^9.1.3",
|
|
77
77
|
"@pnpm/lockfile.detect-dep-types": "^1001.0.5",
|
|
78
|
-
"@sentry/node": "9.
|
|
79
|
-
"@socketregistry/hyrious__bun.lockb": "1.0.
|
|
80
|
-
"@socketregistry/indent-string": "1.0.
|
|
81
|
-
"@socketregistry/is-interactive": "1.0.
|
|
82
|
-
"@socketregistry/
|
|
83
|
-
"@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",
|
|
84
83
|
"@socketsecurity/config": "2.1.3",
|
|
85
|
-
"@socketsecurity/registry": "1.0.
|
|
86
|
-
"@socketsecurity/sdk": "1.4.
|
|
84
|
+
"@socketsecurity/registry": "1.0.132",
|
|
85
|
+
"@socketsecurity/sdk": "1.4.11",
|
|
87
86
|
"blessed": "0.1.81",
|
|
88
87
|
"blessed-contrib": "4.11.0",
|
|
89
88
|
"browserslist": "4.24.4",
|
|
90
89
|
"chalk-table": "1.0.2",
|
|
91
90
|
"cmd-shim": "7.0.0",
|
|
92
91
|
"common-tags": "1.8.2",
|
|
93
|
-
"fast-content-type-parse": "3.0.0",
|
|
94
|
-
"has-flag": "4.0.0",
|
|
95
92
|
"hpagent": "1.2.0",
|
|
96
93
|
"ignore": "7.0.3",
|
|
97
94
|
"meow": "13.2.0",
|
|
98
95
|
"micromatch": "4.0.8",
|
|
99
|
-
"ndjson": "2.0.0",
|
|
100
96
|
"npm-package-arg": "12.0.2",
|
|
101
97
|
"open": "10.1.0",
|
|
102
98
|
"pony-cause": "2.1.11",
|
|
103
99
|
"semver": "7.7.1",
|
|
104
|
-
"simple-git": "3.27.0",
|
|
105
100
|
"terminal-link": "2.1.1",
|
|
106
101
|
"tiny-updater": "3.5.3",
|
|
107
102
|
"tinyglobby": "0.2.12",
|
|
@@ -111,30 +106,28 @@
|
|
|
111
106
|
"yoctocolors-cjs": "2.1.2"
|
|
112
107
|
},
|
|
113
108
|
"devDependencies": {
|
|
114
|
-
"@babel/core": "^7.26.
|
|
109
|
+
"@babel/core": "^7.26.10",
|
|
115
110
|
"@babel/plugin-proposal-export-default-from": "^7.25.9",
|
|
116
111
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
117
112
|
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
118
|
-
"@babel/plugin-transform-runtime": "^7.26.
|
|
113
|
+
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
119
114
|
"@babel/preset-env": "^7.26.9",
|
|
120
115
|
"@babel/preset-typescript": "^7.26.0",
|
|
121
|
-
"@babel/runtime": "^7.26.
|
|
116
|
+
"@babel/runtime": "^7.26.10",
|
|
122
117
|
"@biomejs/biome": "^1.9.4",
|
|
123
|
-
"@cyclonedx/cdxgen": "^11.2.
|
|
118
|
+
"@cyclonedx/cdxgen": "^11.2.2",
|
|
124
119
|
"@eslint/compat": "^1.2.7",
|
|
125
120
|
"@eslint/js": "^9.22.0",
|
|
126
121
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
127
122
|
"@rollup/plugin-json": "^6.1.0",
|
|
128
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
123
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
129
124
|
"@rollup/plugin-replace": "^6.0.2",
|
|
130
125
|
"@rollup/pluginutils": "^5.1.4",
|
|
131
126
|
"@types/blessed": "^0.1.25",
|
|
132
127
|
"@types/cmd-shim": "^5.0.2",
|
|
133
128
|
"@types/common-tags": "^1.8.4",
|
|
134
129
|
"@types/micromatch": "^4.0.9",
|
|
135
|
-
"@types/mocha": "^10.0.10",
|
|
136
130
|
"@types/mock-fs": "^4.13.4",
|
|
137
|
-
"@types/ndjson": "^2.0.4",
|
|
138
131
|
"@types/node": "^22.13.10",
|
|
139
132
|
"@types/npmcli__arborist": "^6.3.0",
|
|
140
133
|
"@types/npmcli__promise-spawn": "^6.0.3",
|
|
@@ -145,35 +138,33 @@
|
|
|
145
138
|
"@types/yargs-parser": "^21.0.3",
|
|
146
139
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
147
140
|
"@typescript-eslint/parser": "^8.26.1",
|
|
148
|
-
"@vitest/coverage-v8": "3.0.
|
|
141
|
+
"@vitest/coverage-v8": "3.0.9",
|
|
149
142
|
"cross-env": "^7.0.3",
|
|
150
143
|
"del-cli": "^6.0.0",
|
|
151
144
|
"eslint": "^9.22.0",
|
|
152
|
-
"eslint-import-resolver-oxc": "^0.
|
|
153
|
-
"eslint-plugin-
|
|
154
|
-
"eslint-plugin-import-x": "^4.6.1",
|
|
145
|
+
"eslint-import-resolver-oxc": "^0.13.1",
|
|
146
|
+
"eslint-plugin-import-x": "^4.9.0",
|
|
155
147
|
"eslint-plugin-n": "^17.16.2",
|
|
156
148
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
157
149
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
158
150
|
"globals": "^16.0.0",
|
|
159
151
|
"husky": "^9.1.7",
|
|
160
|
-
"knip": "^5.
|
|
161
|
-
"lint-staged": "^15.
|
|
152
|
+
"knip": "^5.46.0",
|
|
153
|
+
"lint-staged": "^15.5.0",
|
|
162
154
|
"magic-string": "^0.30.17",
|
|
163
155
|
"mock-fs": "^5.5.0",
|
|
164
156
|
"nock": "^14.0.1",
|
|
165
157
|
"npm-run-all2": "^7.0.2",
|
|
166
|
-
"oxlint": "0.
|
|
167
|
-
"pg-hstore": "^2.3.4",
|
|
158
|
+
"oxlint": "0.16.0",
|
|
168
159
|
"read-package-up": "^11.0.0",
|
|
169
|
-
"rollup": "4.
|
|
160
|
+
"rollup": "4.36.0",
|
|
170
161
|
"rollup-plugin-ts": "^3.4.5",
|
|
171
162
|
"synp": "^1.9.14",
|
|
172
163
|
"type-coverage": "^2.29.7",
|
|
173
164
|
"typescript": "5.4.5",
|
|
174
165
|
"typescript-eslint": "^8.26.1",
|
|
175
166
|
"unplugin-purge-polyfills": "^0.0.7",
|
|
176
|
-
"vitest": "3.0.
|
|
167
|
+
"vitest": "3.0.9"
|
|
177
168
|
},
|
|
178
169
|
"overrides": {
|
|
179
170
|
"aggregate-error": "npm:@socketregistry/aggregate-error@^1",
|
|
@@ -214,7 +205,7 @@
|
|
|
214
205
|
"translations.json"
|
|
215
206
|
],
|
|
216
207
|
"lint-staged": {
|
|
217
|
-
"*.{cjs,js,json,md,mjs,ts}": [
|
|
208
|
+
"*.{cjs,cts,js,json,md,mjs,mts,ts}": [
|
|
218
209
|
"npm run lint -- --fix",
|
|
219
210
|
"npm run lint:fix:fast -- --no-errors-on-unmatched --files-ignore-unknown=true --colors=off"
|
|
220
211
|
]
|