@socketsecurity/cli 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/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 +22 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.63",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -67,40 +67,35 @@
|
|
|
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
|
-
"@socketregistry/hyrious__bun.lockb": "1.0.
|
|
79
|
-
"@socketregistry/indent-string": "1.0.
|
|
80
|
-
"@socketregistry/is-interactive": "1.0.
|
|
81
|
-
"@socketregistry/
|
|
82
|
-
"@socketregistry/packageurl-js": "1.0.3",
|
|
78
|
+
"@socketregistry/hyrious__bun.lockb": "1.0.16",
|
|
79
|
+
"@socketregistry/indent-string": "1.0.12",
|
|
80
|
+
"@socketregistry/is-interactive": "1.0.3",
|
|
81
|
+
"@socketregistry/packageurl-js": "1.0.4",
|
|
83
82
|
"@socketsecurity/config": "2.1.3",
|
|
84
|
-
"@socketsecurity/registry": "1.0.
|
|
85
|
-
"@socketsecurity/sdk": "1.4.
|
|
83
|
+
"@socketsecurity/registry": "1.0.132",
|
|
84
|
+
"@socketsecurity/sdk": "1.4.11",
|
|
86
85
|
"blessed": "0.1.81",
|
|
87
86
|
"blessed-contrib": "4.11.0",
|
|
88
87
|
"browserslist": "4.24.4",
|
|
89
88
|
"chalk-table": "1.0.2",
|
|
90
89
|
"cmd-shim": "7.0.0",
|
|
91
90
|
"common-tags": "1.8.2",
|
|
92
|
-
"fast-content-type-parse": "3.0.0",
|
|
93
|
-
"has-flag": "4.0.0",
|
|
94
91
|
"hpagent": "1.2.0",
|
|
95
92
|
"ignore": "7.0.3",
|
|
96
93
|
"meow": "13.2.0",
|
|
97
94
|
"micromatch": "4.0.8",
|
|
98
|
-
"ndjson": "2.0.0",
|
|
99
95
|
"npm-package-arg": "12.0.2",
|
|
100
96
|
"open": "10.1.0",
|
|
101
97
|
"pony-cause": "2.1.11",
|
|
102
98
|
"semver": "7.7.1",
|
|
103
|
-
"simple-git": "3.27.0",
|
|
104
99
|
"terminal-link": "2.1.1",
|
|
105
100
|
"tiny-updater": "3.5.3",
|
|
106
101
|
"tinyglobby": "0.2.12",
|
|
@@ -110,30 +105,28 @@
|
|
|
110
105
|
"yoctocolors-cjs": "2.1.2"
|
|
111
106
|
},
|
|
112
107
|
"devDependencies": {
|
|
113
|
-
"@babel/core": "^7.26.
|
|
108
|
+
"@babel/core": "^7.26.10",
|
|
114
109
|
"@babel/plugin-proposal-export-default-from": "^7.25.9",
|
|
115
110
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
116
111
|
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
117
|
-
"@babel/plugin-transform-runtime": "^7.26.
|
|
112
|
+
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
118
113
|
"@babel/preset-env": "^7.26.9",
|
|
119
114
|
"@babel/preset-typescript": "^7.26.0",
|
|
120
|
-
"@babel/runtime": "^7.26.
|
|
115
|
+
"@babel/runtime": "^7.26.10",
|
|
121
116
|
"@biomejs/biome": "^1.9.4",
|
|
122
|
-
"@cyclonedx/cdxgen": "^11.2.
|
|
117
|
+
"@cyclonedx/cdxgen": "^11.2.2",
|
|
123
118
|
"@eslint/compat": "^1.2.7",
|
|
124
119
|
"@eslint/js": "^9.22.0",
|
|
125
120
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
126
121
|
"@rollup/plugin-json": "^6.1.0",
|
|
127
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
122
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
128
123
|
"@rollup/plugin-replace": "^6.0.2",
|
|
129
124
|
"@rollup/pluginutils": "^5.1.4",
|
|
130
125
|
"@types/blessed": "^0.1.25",
|
|
131
126
|
"@types/cmd-shim": "^5.0.2",
|
|
132
127
|
"@types/common-tags": "^1.8.4",
|
|
133
128
|
"@types/micromatch": "^4.0.9",
|
|
134
|
-
"@types/mocha": "^10.0.10",
|
|
135
129
|
"@types/mock-fs": "^4.13.4",
|
|
136
|
-
"@types/ndjson": "^2.0.4",
|
|
137
130
|
"@types/node": "^22.13.10",
|
|
138
131
|
"@types/npmcli__arborist": "^6.3.0",
|
|
139
132
|
"@types/npmcli__promise-spawn": "^6.0.3",
|
|
@@ -144,35 +137,33 @@
|
|
|
144
137
|
"@types/yargs-parser": "^21.0.3",
|
|
145
138
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
146
139
|
"@typescript-eslint/parser": "^8.26.1",
|
|
147
|
-
"@vitest/coverage-v8": "3.0.
|
|
140
|
+
"@vitest/coverage-v8": "3.0.9",
|
|
148
141
|
"cross-env": "^7.0.3",
|
|
149
142
|
"del-cli": "^6.0.0",
|
|
150
143
|
"eslint": "^9.22.0",
|
|
151
|
-
"eslint-import-resolver-oxc": "^0.
|
|
152
|
-
"eslint-plugin-
|
|
153
|
-
"eslint-plugin-import-x": "^4.6.1",
|
|
144
|
+
"eslint-import-resolver-oxc": "^0.13.1",
|
|
145
|
+
"eslint-plugin-import-x": "^4.9.0",
|
|
154
146
|
"eslint-plugin-n": "^17.16.2",
|
|
155
147
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
156
148
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
157
149
|
"globals": "^16.0.0",
|
|
158
150
|
"husky": "^9.1.7",
|
|
159
|
-
"knip": "^5.
|
|
160
|
-
"lint-staged": "^15.
|
|
151
|
+
"knip": "^5.46.0",
|
|
152
|
+
"lint-staged": "^15.5.0",
|
|
161
153
|
"magic-string": "^0.30.17",
|
|
162
154
|
"mock-fs": "^5.5.0",
|
|
163
155
|
"nock": "^14.0.1",
|
|
164
156
|
"npm-run-all2": "^7.0.2",
|
|
165
|
-
"oxlint": "0.
|
|
166
|
-
"pg-hstore": "^2.3.4",
|
|
157
|
+
"oxlint": "0.16.0",
|
|
167
158
|
"read-package-up": "^11.0.0",
|
|
168
|
-
"rollup": "4.
|
|
159
|
+
"rollup": "4.36.0",
|
|
169
160
|
"rollup-plugin-ts": "^3.4.5",
|
|
170
161
|
"synp": "^1.9.14",
|
|
171
162
|
"type-coverage": "^2.29.7",
|
|
172
163
|
"typescript": "5.4.5",
|
|
173
164
|
"typescript-eslint": "^8.26.1",
|
|
174
165
|
"unplugin-purge-polyfills": "^0.0.7",
|
|
175
|
-
"vitest": "3.0.
|
|
166
|
+
"vitest": "3.0.9"
|
|
176
167
|
},
|
|
177
168
|
"overrides": {
|
|
178
169
|
"aggregate-error": "npm:@socketregistry/aggregate-error@^1",
|
|
@@ -213,7 +204,7 @@
|
|
|
213
204
|
"translations.json"
|
|
214
205
|
],
|
|
215
206
|
"lint-staged": {
|
|
216
|
-
"*.{cjs,js,json,md,mjs,ts}": [
|
|
207
|
+
"*.{cjs,cts,js,json,md,mjs,mts,ts}": [
|
|
217
208
|
"npm run lint -- --fix",
|
|
218
209
|
"npm run lint:fix:fast -- --no-errors-on-unmatched --files-ignore-unknown=true --colors=off"
|
|
219
210
|
]
|