@socketsecurity/cli 0.14.60 → 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/module-sync/shadow-npm-paths.js +2 -2
- package/dist/module-sync/shadow-npm-paths.js.map +1 -1
- package/dist/require/cli.js +1379 -458
- package/dist/require/cli.js.map +1 -1
- package/package.json +11 -10
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
|
},
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
"@apideck/better-ajv-errors": "0.3.6",
|
|
75
76
|
"@octokit/rest": "21.1.1",
|
|
76
77
|
"@pnpm/lockfile-file": "^9.1.3",
|
|
78
|
+
"@pnpm/lockfile.detect-dep-types": "^1001.0.5",
|
|
77
79
|
"@socketregistry/hyrious__bun.lockb": "1.0.15",
|
|
78
80
|
"@socketregistry/indent-string": "1.0.11",
|
|
79
81
|
"@socketregistry/is-interactive": "1.0.2",
|
|
@@ -109,22 +111,21 @@
|
|
|
109
111
|
"yoctocolors-cjs": "2.1.2"
|
|
110
112
|
},
|
|
111
113
|
"devDependencies": {
|
|
112
|
-
"@babel/core": "^7.26.
|
|
114
|
+
"@babel/core": "^7.26.10",
|
|
113
115
|
"@babel/plugin-proposal-export-default-from": "^7.25.9",
|
|
114
116
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
115
117
|
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
116
|
-
"@babel/plugin-transform-runtime": "^7.26.
|
|
118
|
+
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
117
119
|
"@babel/preset-env": "^7.26.9",
|
|
118
120
|
"@babel/preset-typescript": "^7.26.0",
|
|
119
|
-
"@babel/runtime": "^7.26.
|
|
121
|
+
"@babel/runtime": "^7.26.10",
|
|
120
122
|
"@biomejs/biome": "^1.9.4",
|
|
121
123
|
"@cyclonedx/cdxgen": "^11.2.1",
|
|
122
124
|
"@eslint/compat": "^1.2.7",
|
|
123
125
|
"@eslint/js": "^9.22.0",
|
|
124
|
-
"@pnpm/lockfile.detect-dep-types": "^1001.0.5",
|
|
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",
|