@socketsecurity/cli 0.14.53 → 0.14.55
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/constants.d.ts +6 -2
- package/dist/constants.js +11 -2
- package/dist/constants.js.map +1 -1
- package/dist/module-sync/cli.js +477 -204
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/index.d.ts +6 -6
- package/dist/module-sync/index.js +11 -4
- package/dist/module-sync/index.js.map +1 -1
- package/dist/module-sync/npm-paths.js.map +1 -1
- package/dist/module-sync/reify.d.ts +2 -2
- package/dist/module-sync/settings.d.ts +1 -1
- package/dist/module-sync/shadow-bin.js +12 -4
- package/dist/module-sync/shadow-bin.js.map +1 -1
- package/dist/require/cli.js +477 -204
- package/dist/require/cli.js.map +1 -1
- package/package.json +11 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.55",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
5
|
"homepage": "http://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"test": "run-s check test:*",
|
|
62
62
|
"test:prepare": "cross-env VITEST=1 npm run build",
|
|
63
63
|
"test:unit": "vitest --run",
|
|
64
|
-
"test:unit:update": "vitest --update",
|
|
64
|
+
"test:unit:update": "vitest --run --update",
|
|
65
65
|
"test:unit:coverage": "vitest run --coverage",
|
|
66
66
|
"test-ci": "run-s test:*",
|
|
67
|
-
"testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare test:unit:update",
|
|
67
|
+
"testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare; npm run test:unit:update --",
|
|
68
68
|
"update": "run-p --aggregate-output update:**",
|
|
69
69
|
"update:deps": "npx --yes npm-check-updates"
|
|
70
70
|
},
|
|
@@ -78,13 +78,14 @@
|
|
|
78
78
|
"@socketregistry/is-unicode-supported": "^1.0.1",
|
|
79
79
|
"@socketregistry/packageurl-js": "^1.0.2",
|
|
80
80
|
"@socketsecurity/config": "^2.1.3",
|
|
81
|
-
"@socketsecurity/registry": "^1.0.
|
|
81
|
+
"@socketsecurity/registry": "^1.0.113",
|
|
82
82
|
"@socketsecurity/sdk": "^1.4.5",
|
|
83
83
|
"blessed": "^0.1.81",
|
|
84
84
|
"blessed-contrib": "^4.11.0",
|
|
85
85
|
"browserslist": "4.24.4",
|
|
86
86
|
"chalk-table": "^1.0.2",
|
|
87
87
|
"cmd-shim": "^7.0.0",
|
|
88
|
+
"common-tags": "^1.8.2",
|
|
88
89
|
"fast-content-type-parse": "^2.0.1",
|
|
89
90
|
"has-flag": "4.0.0",
|
|
90
91
|
"hpagent": "^1.2.0",
|
|
@@ -125,11 +126,12 @@
|
|
|
125
126
|
"@rollup/pluginutils": "^5.1.4",
|
|
126
127
|
"@types/blessed": "^0.1.25",
|
|
127
128
|
"@types/cmd-shim": "^5.0.2",
|
|
129
|
+
"@types/common-tags": "^1.8.4",
|
|
128
130
|
"@types/micromatch": "^4.0.9",
|
|
129
131
|
"@types/mocha": "^10.0.10",
|
|
130
132
|
"@types/mock-fs": "^4.13.4",
|
|
131
133
|
"@types/ndjson": "^2.0.4",
|
|
132
|
-
"@types/node": "^22.13.
|
|
134
|
+
"@types/node": "^22.13.9",
|
|
133
135
|
"@types/npmcli__arborist": "^6.3.0",
|
|
134
136
|
"@types/npmcli__promise-spawn": "^6.0.3",
|
|
135
137
|
"@types/proc-log": "^3.0.4",
|
|
@@ -137,8 +139,8 @@
|
|
|
137
139
|
"@types/update-notifier": "^6.0.8",
|
|
138
140
|
"@types/which": "^3.0.4",
|
|
139
141
|
"@types/yargs-parser": "^21.0.3",
|
|
140
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
141
|
-
"@typescript-eslint/parser": "^8.
|
|
142
|
+
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
|
143
|
+
"@typescript-eslint/parser": "^8.26.0",
|
|
142
144
|
"@vitest/coverage-v8": "3.0.7",
|
|
143
145
|
"cross-env": "^7.0.3",
|
|
144
146
|
"del-cli": "^6.0.0",
|
|
@@ -156,13 +158,13 @@
|
|
|
156
158
|
"mock-fs": "^5.5.0",
|
|
157
159
|
"nock": "^14.0.1",
|
|
158
160
|
"npm-run-all2": "^7.0.2",
|
|
159
|
-
"oxlint": "0.15.
|
|
161
|
+
"oxlint": "0.15.13",
|
|
160
162
|
"read-package-up": "^11.0.0",
|
|
161
163
|
"rollup": "4.34.9",
|
|
162
164
|
"rollup-plugin-ts": "^3.4.5",
|
|
163
165
|
"type-coverage": "^2.29.7",
|
|
164
166
|
"typescript": "5.4.5",
|
|
165
|
-
"typescript-eslint": "^8.
|
|
167
|
+
"typescript-eslint": "^8.26.0",
|
|
166
168
|
"unplugin-purge-polyfills": "^0.0.7",
|
|
167
169
|
"vitest": "3.0.7"
|
|
168
170
|
},
|