@socketsecurity/cli 0.14.61 → 0.14.62
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 +12 -10
- package/dist/constants.js +24 -3
- package/dist/constants.js.map +1 -1
- package/dist/module-sync/cli.js +1379 -458
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/cmd.d.ts +4 -0
- package/dist/module-sync/package-environment.d.ts +56 -0
- package/dist/module-sync/shadow-npm-inject.js +2 -2
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/require/cli.js +1379 -458
- package/dist/require/cli.js.map +1 -1
- package/package.json +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.62",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -67,6 +67,7 @@
|
|
|
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
|
},
|
|
@@ -110,21 +111,21 @@
|
|
|
110
111
|
"yoctocolors-cjs": "2.1.2"
|
|
111
112
|
},
|
|
112
113
|
"devDependencies": {
|
|
113
|
-
"@babel/core": "^7.26.
|
|
114
|
+
"@babel/core": "^7.26.10",
|
|
114
115
|
"@babel/plugin-proposal-export-default-from": "^7.25.9",
|
|
115
116
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
116
117
|
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
117
|
-
"@babel/plugin-transform-runtime": "^7.26.
|
|
118
|
+
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
118
119
|
"@babel/preset-env": "^7.26.9",
|
|
119
120
|
"@babel/preset-typescript": "^7.26.0",
|
|
120
|
-
"@babel/runtime": "^7.26.
|
|
121
|
+
"@babel/runtime": "^7.26.10",
|
|
121
122
|
"@biomejs/biome": "^1.9.4",
|
|
122
123
|
"@cyclonedx/cdxgen": "^11.2.1",
|
|
123
124
|
"@eslint/compat": "^1.2.7",
|
|
124
125
|
"@eslint/js": "^9.22.0",
|
|
125
126
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
126
127
|
"@rollup/plugin-json": "^6.1.0",
|
|
127
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
128
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
128
129
|
"@rollup/plugin-replace": "^6.0.2",
|
|
129
130
|
"@rollup/pluginutils": "^5.1.4",
|
|
130
131
|
"@types/blessed": "^0.1.25",
|
|
@@ -148,7 +149,7 @@
|
|
|
148
149
|
"cross-env": "^7.0.3",
|
|
149
150
|
"del-cli": "^6.0.0",
|
|
150
151
|
"eslint": "^9.22.0",
|
|
151
|
-
"eslint-import-resolver-oxc": "^0.
|
|
152
|
+
"eslint-import-resolver-oxc": "^0.13.1",
|
|
152
153
|
"eslint-plugin-depend": "^0.12.0",
|
|
153
154
|
"eslint-plugin-import-x": "^4.6.1",
|
|
154
155
|
"eslint-plugin-n": "^17.16.2",
|
|
@@ -156,13 +157,13 @@
|
|
|
156
157
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
157
158
|
"globals": "^16.0.0",
|
|
158
159
|
"husky": "^9.1.7",
|
|
159
|
-
"knip": "^5.
|
|
160
|
-
"lint-staged": "^15.
|
|
160
|
+
"knip": "^5.46.0",
|
|
161
|
+
"lint-staged": "^15.5.0",
|
|
161
162
|
"magic-string": "^0.30.17",
|
|
162
163
|
"mock-fs": "^5.5.0",
|
|
163
164
|
"nock": "^14.0.1",
|
|
164
165
|
"npm-run-all2": "^7.0.2",
|
|
165
|
-
"oxlint": "0.15.
|
|
166
|
+
"oxlint": "0.15.15",
|
|
166
167
|
"pg-hstore": "^2.3.4",
|
|
167
168
|
"read-package-up": "^11.0.0",
|
|
168
169
|
"rollup": "4.35.0",
|