@socketsecurity/cli 0.14.68 → 0.14.70
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/module-sync/cli.js +687 -707
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/config.d.ts +13 -1
- package/dist/module-sync/shadow-npm-inject.js +70 -18
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/module-sync/shadow-npm-paths.js +25 -10
- package/dist/module-sync/shadow-npm-paths.js.map +1 -1
- package/dist/module-sync/vendor.js +3883 -9
- package/dist/module-sync/vendor.js.map +1 -1
- package/dist/require/cli.js +686 -707
- package/dist/require/cli.js.map +1 -1
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.70",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@apideck/better-ajv-errors": "0.3.6",
|
|
81
|
+
"@octokit/rest": "^21.1.1",
|
|
81
82
|
"@pnpm/lockfile.detect-dep-types": "^1001.0.6",
|
|
82
83
|
"@pnpm/lockfile.fs": "^1001.1.8",
|
|
83
84
|
"@pnpm/logger": "^1000.0.0",
|
|
@@ -87,11 +88,12 @@
|
|
|
87
88
|
"@socketregistry/packageurl-js": "1.0.5",
|
|
88
89
|
"@socketsecurity/config": "2.1.3",
|
|
89
90
|
"@socketsecurity/registry": "1.0.137",
|
|
90
|
-
"@socketsecurity/sdk": "1.4.
|
|
91
|
+
"@socketsecurity/sdk": "1.4.24",
|
|
91
92
|
"browserslist": "4.24.4",
|
|
92
93
|
"chalk-table": "1.0.2",
|
|
93
94
|
"cmd-shim": "7.0.0",
|
|
94
95
|
"common-tags": "1.8.2",
|
|
96
|
+
"fast-content-type-parse": "^2.0.0",
|
|
95
97
|
"hpagent": "1.2.0",
|
|
96
98
|
"ignore": "7.0.3",
|
|
97
99
|
"meow": "13.2.0",
|
|
@@ -131,7 +133,7 @@
|
|
|
131
133
|
"@types/common-tags": "^1.8.4",
|
|
132
134
|
"@types/micromatch": "^4.0.9",
|
|
133
135
|
"@types/mock-fs": "^4.13.4",
|
|
134
|
-
"@types/node": "^22.
|
|
136
|
+
"@types/node": "^22.14.0",
|
|
135
137
|
"@types/npmcli__arborist": "^6.3.0",
|
|
136
138
|
"@types/proc-log": "^3.0.4",
|
|
137
139
|
"@types/semver": "^7.7.0",
|
|
@@ -195,7 +197,7 @@
|
|
|
195
197
|
"tiny-colors": "$yoctocolors-cjs",
|
|
196
198
|
"typedarray": "npm:@socketregistry/typedarray@^1",
|
|
197
199
|
"undici": "^6.21.1",
|
|
198
|
-
"vite": "^6.2.
|
|
200
|
+
"vite": "^6.2.5",
|
|
199
201
|
"xml2js": "^0.5.0",
|
|
200
202
|
"yaml": "2.7.1"
|
|
201
203
|
},
|