@socketsecurity/cli 2.0.10 → 2.1.0
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/CHANGELOG.md +29 -0
- package/README.md +4 -0
- package/dist/cli.js.bz +0 -0
- package/dist/cli.js.bz.sha256 +1 -1
- package/dist/index.js +8 -12
- package/dist/shadow-npm-inject.js +61021 -32822
- package/package.json +12 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "CLI for Socket.dev",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -68,17 +68,20 @@
|
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@babel/generator": "^7.28.5",
|
|
71
|
-
"@babel/parser": "
|
|
72
|
-
"@babel/traverse": "
|
|
71
|
+
"@babel/parser": "catalog:",
|
|
72
|
+
"@babel/traverse": "catalog:",
|
|
73
73
|
"@babel/types": "^7.28.5",
|
|
74
|
-
"ajv-dist": "8.17.1",
|
|
75
74
|
"@coana-tech/cli": "14.12.51",
|
|
76
|
-
"compromise": "14.14.4",
|
|
77
75
|
"@gitbeaker/rest": "43.7.0",
|
|
78
76
|
"@socketsecurity/build-infra": "workspace:*",
|
|
79
|
-
"
|
|
77
|
+
"@socketsecurity/lib": "catalog:",
|
|
78
|
+
"ajv-dist": "8.17.1",
|
|
79
|
+
"compromise": "14.14.4",
|
|
80
|
+
"del-cli": "catalog:",
|
|
81
|
+
"ink": "6.3.1",
|
|
80
82
|
"ink-text-input": "6.0.0",
|
|
81
83
|
"onnxruntime-web": "1.23.0",
|
|
84
|
+
"react": "19.2.0",
|
|
82
85
|
"tar-stream": "3.1.7",
|
|
83
86
|
"yoga-layout": "3.2.1"
|
|
84
87
|
},
|
|
@@ -111,8 +114,8 @@
|
|
|
111
114
|
"aggregate-error": "npm:@socketregistry/aggregate-error@^1.0.15",
|
|
112
115
|
"ansi-regex": "6.1.0",
|
|
113
116
|
"brace-expansion": "2.0.2",
|
|
114
|
-
"es-define-property": "npm:@socketregistry/es-define-property@^1.0.7",
|
|
115
117
|
"emoji-regex": "10.6.0",
|
|
118
|
+
"es-define-property": "npm:@socketregistry/es-define-property@^1.0.7",
|
|
116
119
|
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1.0.10",
|
|
117
120
|
"function-bind": "npm:@socketregistry/function-bind@^1.0.7",
|
|
118
121
|
"globalthis": "npm:@socketregistry/globalthis@^1.0.8",
|
|
@@ -129,7 +132,7 @@
|
|
|
129
132
|
"isarray": "npm:@socketregistry/isarray@^1.0.8",
|
|
130
133
|
"lodash": "4.17.21",
|
|
131
134
|
"npm-package-arg": "13.0.0",
|
|
132
|
-
"packageurl-js": "npm:@socketregistry/packageurl-js@^1.3.
|
|
135
|
+
"packageurl-js": "npm:@socketregistry/packageurl-js@^1.3.5",
|
|
133
136
|
"path-parse": "npm:@socketregistry/path-parse@^1.0.8",
|
|
134
137
|
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.9",
|
|
135
138
|
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.10",
|
|
@@ -137,8 +140,8 @@
|
|
|
137
140
|
"set-function-length": "npm:@socketregistry/set-function-length@^1.0.10",
|
|
138
141
|
"shell-quote": "npm:shell-quote@^1.8.3",
|
|
139
142
|
"side-channel": "npm:@socketregistry/side-channel@^1.0.10",
|
|
140
|
-
"string-width": "8.1.0",
|
|
141
143
|
"string_decoder": "0.10.31",
|
|
144
|
+
"string-width": "8.1.0",
|
|
142
145
|
"tiny-colors": "2.1.3",
|
|
143
146
|
"typedarray": "npm:@socketregistry/typedarray@^1.0.8",
|
|
144
147
|
"undici": "6.21.3",
|
|
@@ -154,16 +157,5 @@
|
|
|
154
157
|
"string_decoder@0.10.31": "patches/string_decoder@0.10.31.patch",
|
|
155
158
|
"ink@6.3.1": "patches/ink@6.3.1.patch"
|
|
156
159
|
}
|
|
157
|
-
},
|
|
158
|
-
"typeCoverage": {
|
|
159
|
-
"cache": true,
|
|
160
|
-
"atLeast": 95,
|
|
161
|
-
"ignoreAsAssertion": true,
|
|
162
|
-
"ignoreCatch": true,
|
|
163
|
-
"ignoreEmptyType": true,
|
|
164
|
-
"ignore-non-null-assertion": true,
|
|
165
|
-
"ignore-type-assertion": true,
|
|
166
|
-
"ignore-files": "test/*",
|
|
167
|
-
"strict": true
|
|
168
160
|
}
|
|
169
161
|
}
|