@socketsecurity/cli 0.14.51 → 0.14.52
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 +25 -0
- package/dist/constants.js +8 -2
- package/dist/constants.js.map +1 -1
- package/dist/module-sync/cli.js +592 -396
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/index.js +5 -4
- package/dist/module-sync/index.js.map +1 -1
- package/dist/module-sync/npm-paths.js +12 -23
- package/dist/module-sync/npm-paths.js.map +1 -1
- package/dist/module-sync/npm.js +4 -3
- package/dist/module-sync/npm.js.map +1 -1
- package/dist/module-sync/path-resolve.d.ts +1 -2
- package/dist/require/cli.js +592 -396
- package/dist/require/cli.js.map +1 -1
- package/package.json +5 -4
- package/dist/module-sync/debug.d.ts +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.52",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
5
|
"homepage": "http://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,9 +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
65
|
"test:unit:coverage": "vitest run --coverage",
|
|
65
66
|
"test-ci": "run-s test:*",
|
|
66
|
-
"testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare test:unit
|
|
67
|
+
"testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare test:unit:update",
|
|
67
68
|
"update": "run-p --aggregate-output update:**",
|
|
68
69
|
"update:deps": "npx --yes npm-check-updates"
|
|
69
70
|
},
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
"@socketregistry/is-unicode-supported": "^1.0.1",
|
|
79
80
|
"@socketregistry/packageurl-js": "^1.0.2",
|
|
80
81
|
"@socketsecurity/config": "^2.1.3",
|
|
81
|
-
"@socketsecurity/registry": "^1.0.
|
|
82
|
+
"@socketsecurity/registry": "^1.0.110",
|
|
82
83
|
"@socketsecurity/sdk": "^1.4.5",
|
|
83
84
|
"blessed": "^0.1.81",
|
|
84
85
|
"blessed-contrib": "^4.11.0",
|
|
@@ -146,7 +147,7 @@
|
|
|
146
147
|
"eslint-import-resolver-oxc": "^0.12.0",
|
|
147
148
|
"eslint-plugin-depend": "^0.12.0",
|
|
148
149
|
"eslint-plugin-import-x": "^4.6.1",
|
|
149
|
-
"eslint-plugin-n": "^17.
|
|
150
|
+
"eslint-plugin-n": "^17.16.1",
|
|
150
151
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
151
152
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
152
153
|
"husky": "^9.1.7",
|