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