@socketsecurity/cli 0.14.26 → 0.14.28
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/README.md +25 -14
- package/dist/cli.js +360 -302
- package/dist/{chalk-markdown.d.ts → color-or-markdown.d.ts} +2 -2
- package/dist/npm-injection.js +249 -44
- package/dist/sdk.js +37 -36
- package/dist/vendor.js +275 -1515
- package/package.json +32 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.28",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
5
|
"homepage": "http://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,32 +41,31 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@apideck/better-ajv-errors": "^0.3.6",
|
|
44
|
-
"@cyclonedx/cdxgen": "^
|
|
45
|
-
"@inquirer/prompts": "^7.0
|
|
44
|
+
"@cyclonedx/cdxgen": "^11.0.3",
|
|
45
|
+
"@inquirer/prompts": "^7.1.0",
|
|
46
46
|
"@npmcli/promise-spawn": "^8.0.2",
|
|
47
|
-
"@socketregistry/hyrious__bun.lockb": "1.0.
|
|
47
|
+
"@socketregistry/hyrious__bun.lockb": "1.0.5",
|
|
48
|
+
"@socketregistry/yocto-spinner": "^1.0.1",
|
|
48
49
|
"@socketsecurity/config": "^2.1.3",
|
|
49
|
-
"@socketsecurity/registry": "^1.0.
|
|
50
|
+
"@socketsecurity/registry": "^1.0.32",
|
|
50
51
|
"@socketsecurity/sdk": "^1.3.0",
|
|
51
52
|
"blessed": "^0.1.81",
|
|
52
53
|
"blessed-contrib": "^4.11.0",
|
|
53
54
|
"browserslist": "4.24.2",
|
|
54
55
|
"chalk-table": "^1.0.2",
|
|
55
|
-
"
|
|
56
|
-
"emoji-regex": "^10.3.0",
|
|
56
|
+
"has-flag": "^4.0.0",
|
|
57
57
|
"hpagent": "^1.2.0",
|
|
58
58
|
"ignore": "^6.0.2",
|
|
59
59
|
"micromatch": "^4.0.8",
|
|
60
60
|
"npm-package-arg": "^12.0.0",
|
|
61
61
|
"pony-cause": "^2.1.11",
|
|
62
62
|
"semver": "^7.6.3",
|
|
63
|
-
"
|
|
64
|
-
"supports-hyperlinks": "^2.2.0",
|
|
65
|
-
"synp": "^1.9.13",
|
|
63
|
+
"synp": "^1.9.14",
|
|
66
64
|
"tinyglobby": "^0.2.10",
|
|
67
65
|
"which": "^5.0.0",
|
|
68
|
-
"yaml": "^2.6.
|
|
69
|
-
"yargs-parser": "^21.1.1"
|
|
66
|
+
"yaml": "^2.6.1",
|
|
67
|
+
"yargs-parser": "^21.1.1",
|
|
68
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
70
69
|
},
|
|
71
70
|
"devDependencies": {
|
|
72
71
|
"@babel/core": "^7.26.0",
|
|
@@ -78,8 +77,8 @@
|
|
|
78
77
|
"@babel/preset-env": "^7.26.0",
|
|
79
78
|
"@babel/preset-typescript": "^7.26.0",
|
|
80
79
|
"@babel/runtime": "^7.26.0",
|
|
81
|
-
"@eslint/compat": "^1.2.
|
|
82
|
-
"@eslint/js": "^9.
|
|
80
|
+
"@eslint/compat": "^1.2.3",
|
|
81
|
+
"@eslint/js": "^9.16.0",
|
|
83
82
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
84
83
|
"@rollup/plugin-json": "^6.1.0",
|
|
85
84
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
@@ -87,9 +86,9 @@
|
|
|
87
86
|
"@rollup/pluginutils": "^5.1.3",
|
|
88
87
|
"@types/blessed": "^0.1.25",
|
|
89
88
|
"@types/micromatch": "^4.0.9",
|
|
90
|
-
"@types/mocha": "^10.0.
|
|
89
|
+
"@types/mocha": "^10.0.10",
|
|
91
90
|
"@types/mock-fs": "^4.13.4",
|
|
92
|
-
"@types/node": "^22.
|
|
91
|
+
"@types/node": "^22.10.1",
|
|
93
92
|
"@types/npmcli__arborist": "^5.6.11",
|
|
94
93
|
"@types/npmcli__promise-spawn": "^6.0.3",
|
|
95
94
|
"@types/proc-log": "^3.0.4",
|
|
@@ -97,39 +96,37 @@
|
|
|
97
96
|
"@types/update-notifier": "^6.0.8",
|
|
98
97
|
"@types/which": "^3.0.4",
|
|
99
98
|
"@types/yargs-parser": "^21.0.3",
|
|
100
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
101
|
-
"@typescript-eslint/parser": "^8.
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
100
|
+
"@typescript-eslint/parser": "^8.17.0",
|
|
102
101
|
"c8": "^10.1.2",
|
|
103
|
-
"
|
|
104
|
-
"eslint": "^
|
|
105
|
-
"eslint-import-resolver-oxc": "^0.4.0",
|
|
102
|
+
"eslint": "^9.16.0",
|
|
103
|
+
"eslint-import-resolver-oxc": "^0.5.0",
|
|
106
104
|
"eslint-plugin-depend": "^0.12.0",
|
|
107
|
-
"eslint-plugin-import-x": "^4.4.
|
|
108
|
-
"eslint-plugin-n": "^17.
|
|
105
|
+
"eslint-plugin-import-x": "^4.4.3",
|
|
106
|
+
"eslint-plugin-n": "^17.14.0",
|
|
109
107
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
110
|
-
"eslint-plugin-unicorn": "^56.0.
|
|
111
|
-
"husky": "^9.1.
|
|
108
|
+
"eslint-plugin-unicorn": "^56.0.1",
|
|
109
|
+
"husky": "^9.1.7",
|
|
112
110
|
"is-interactive": "^2.0.0",
|
|
113
111
|
"is-unicode-supported": "^2.1.0",
|
|
114
|
-
"knip": "^5.
|
|
115
|
-
"magic-string": "^0.30.
|
|
112
|
+
"knip": "^5.39.0",
|
|
113
|
+
"magic-string": "^0.30.14",
|
|
116
114
|
"meow": "^13.2.0",
|
|
117
115
|
"mock-fs": "^5.4.1",
|
|
118
|
-
"nock": "^13.5.
|
|
116
|
+
"nock": "^13.5.6",
|
|
119
117
|
"npm-run-all2": "^7.0.1",
|
|
120
118
|
"open": "^10.1.0",
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"prettier": "3.3.3",
|
|
119
|
+
"oxlint": "0.14.0",
|
|
120
|
+
"prettier": "3.4.1",
|
|
124
121
|
"read-package-up": "^11.0.0",
|
|
125
|
-
"rollup": "4.
|
|
122
|
+
"rollup": "4.28.0",
|
|
126
123
|
"rollup-plugin-ts": "^3.4.5",
|
|
127
124
|
"tap": "^21.0.1",
|
|
128
125
|
"terminal-link": "^3.0.0",
|
|
129
126
|
"tiny-updater": "^3.5.2",
|
|
130
127
|
"type-coverage": "^2.29.7",
|
|
131
128
|
"typescript": "5.4.5",
|
|
132
|
-
"typescript-eslint": "^8.
|
|
129
|
+
"typescript-eslint": "^8.17.0",
|
|
133
130
|
"unplugin-purge-polyfills": "^0.0.7"
|
|
134
131
|
},
|
|
135
132
|
"overrides": {
|
|
@@ -146,7 +143,7 @@
|
|
|
146
143
|
"is-core-module": "npm:@socketregistry/is-core-module@^1",
|
|
147
144
|
"isarray": "npm:@socketregistry/isarray@^1",
|
|
148
145
|
"npm-package-arg": "$npm-package-arg",
|
|
149
|
-
"packageurl-js": "
|
|
146
|
+
"packageurl-js": "npm:@socketregistry/packageurl-js@^1",
|
|
150
147
|
"path-parse": "npm:@socketregistry/path-parse@^1",
|
|
151
148
|
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
|
|
152
149
|
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
|
|
@@ -169,7 +166,7 @@
|
|
|
169
166
|
"is-core-module": "npm:@socketregistry/is-core-module@^1",
|
|
170
167
|
"isarray": "npm:@socketregistry/isarray@^1",
|
|
171
168
|
"npm-package-arg": "^12.0.0",
|
|
172
|
-
"packageurl-js": "
|
|
169
|
+
"packageurl-js": "npm:@socketregistry/packageurl-js@^1",
|
|
173
170
|
"path-parse": "npm:@socketregistry/path-parse@^1",
|
|
174
171
|
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
|
|
175
172
|
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
|