socket 0.14.11 → 0.14.13
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 +4 -2
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +617 -430
- package/dist/npm-injection.js +9 -9
- package/dist/path-resolve.d.ts +3 -6
- package/dist/path-resolve.js +119 -70
- package/dist/vendor.js +184 -1368
- package/package.json +48 -27
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "socket",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.13",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
|
-
"homepage": "http://github.com/SocketDev/socket-cli
|
|
5
|
+
"homepage": "http://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/SocketDev/socket-cli
|
|
9
|
+
"url": "git+https://github.com/SocketDev/socket-cli.git"
|
|
10
10
|
},
|
|
11
11
|
"author": {
|
|
12
12
|
"name": "Socket Inc",
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@apideck/better-ajv-errors": "^0.3.6",
|
|
43
|
-
"@cyclonedx/cdxgen": "^10.10.
|
|
44
|
-
"@inquirer/prompts": "^7.0.
|
|
43
|
+
"@cyclonedx/cdxgen": "^10.10.7",
|
|
44
|
+
"@inquirer/prompts": "^7.0.1",
|
|
45
45
|
"@npmcli/package-json": "6.0.1",
|
|
46
46
|
"@npmcli/promise-spawn": "^8.0.2",
|
|
47
|
-
"@socketregistry/hyrious__bun.lockb": "1.0.
|
|
47
|
+
"@socketregistry/hyrious__bun.lockb": "1.0.4",
|
|
48
48
|
"@socketsecurity/config": "^2.1.3",
|
|
49
|
-
"@socketsecurity/registry": "^1.0.
|
|
49
|
+
"@socketsecurity/registry": "^1.0.12",
|
|
50
50
|
"@socketsecurity/sdk": "^1.3.0",
|
|
51
51
|
"ansi-align": "^3.0.1",
|
|
52
52
|
"blessed": "^0.1.81",
|
|
53
53
|
"blessed-contrib": "^4.11.0",
|
|
54
|
-
"browserslist": "4.24.
|
|
54
|
+
"browserslist": "4.24.2",
|
|
55
55
|
"chalk-table": "^1.0.2",
|
|
56
56
|
"cli-boxes": "^4.0.1",
|
|
57
57
|
"cli-spinners": "^3.2.0",
|
|
@@ -59,12 +59,13 @@
|
|
|
59
59
|
"dot-prop": "^9.0.0",
|
|
60
60
|
"eastasianwidth": "^0.3.0",
|
|
61
61
|
"emoji-regex": "^10.4.0",
|
|
62
|
-
"fast-glob": "^3.3.2",
|
|
63
62
|
"graceful-fs": "^4.2.11",
|
|
64
63
|
"has-flag": "^5.0.1",
|
|
65
64
|
"hpagent": "^1.2.0",
|
|
66
65
|
"ignore": "^6.0.2",
|
|
67
66
|
"ini": "5.0.0",
|
|
67
|
+
"micromatch": "^4.0.8",
|
|
68
|
+
"npm-package-arg": "^12.0.0",
|
|
68
69
|
"onetime": "^7.0.0",
|
|
69
70
|
"pacote": "^20.0.0",
|
|
70
71
|
"pony-cause": "^2.1.11",
|
|
@@ -75,32 +76,33 @@
|
|
|
75
76
|
"supports-color": "^9.4.0",
|
|
76
77
|
"supports-hyperlinks": "^3.1.0",
|
|
77
78
|
"synp": "^1.9.13",
|
|
79
|
+
"tinyglobby": "^0.2.10",
|
|
78
80
|
"which": "^5.0.0",
|
|
79
81
|
"write-file-atomic": "^6.0.0",
|
|
80
82
|
"yargs-parser": "^21.1.1"
|
|
81
83
|
},
|
|
82
84
|
"devDependencies": {
|
|
83
|
-
"@babel/core": "^7.
|
|
84
|
-
"@babel/plugin-proposal-export-default-from": "^7.25.
|
|
85
|
+
"@babel/core": "^7.26.0",
|
|
86
|
+
"@babel/plugin-proposal-export-default-from": "^7.25.9",
|
|
85
87
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
86
|
-
"@babel/plugin-transform-export-namespace-from": "^7.25.
|
|
87
|
-
"@babel/plugin-transform-modules-commonjs": "^7.25.
|
|
88
|
-
"@babel/plugin-transform-runtime": "^7.25.
|
|
89
|
-
"@babel/preset-env": "^7.
|
|
90
|
-
"@babel/preset-typescript": "^7.
|
|
91
|
-
"@babel/runtime": "^7.
|
|
92
|
-
"@eslint/compat": "^1.2.
|
|
88
|
+
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
89
|
+
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
|
|
90
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
91
|
+
"@babel/preset-env": "^7.26.0",
|
|
92
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
93
|
+
"@babel/runtime": "^7.26.0",
|
|
94
|
+
"@eslint/compat": "^1.2.2",
|
|
93
95
|
"@eslint/js": "^9.13.0",
|
|
94
96
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
95
97
|
"@rollup/plugin-json": "^6.1.0",
|
|
96
98
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
97
99
|
"@rollup/plugin-replace": "^6.0.1",
|
|
98
|
-
"@rollup/pluginutils": "^5.1.
|
|
100
|
+
"@rollup/pluginutils": "^5.1.3",
|
|
99
101
|
"@types/blessed": "^0.1.25",
|
|
100
102
|
"@types/micromatch": "^4.0.9",
|
|
101
103
|
"@types/mocha": "^10.0.9",
|
|
102
104
|
"@types/mock-fs": "^4.13.4",
|
|
103
|
-
"@types/node": "^22.
|
|
105
|
+
"@types/node": "^22.8.1",
|
|
104
106
|
"@types/npmcli__arborist": "^5.6.11",
|
|
105
107
|
"@types/npmcli__package-json": "^4.0.4",
|
|
106
108
|
"@types/npmcli__promise-spawn": "^6.0.3",
|
|
@@ -108,8 +110,8 @@
|
|
|
108
110
|
"@types/update-notifier": "^6.0.8",
|
|
109
111
|
"@types/which": "^3.0.4",
|
|
110
112
|
"@types/yargs-parser": "^21.0.3",
|
|
111
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
112
|
-
"@typescript-eslint/parser": "^8.
|
|
113
|
+
"@typescript-eslint/eslint-plugin": "^8.12.0",
|
|
114
|
+
"@typescript-eslint/parser": "^8.12.0",
|
|
113
115
|
"c8": "^10.1.2",
|
|
114
116
|
"chalk": "^5.3.0",
|
|
115
117
|
"eslint": "^9.13.0",
|
|
@@ -120,25 +122,25 @@
|
|
|
120
122
|
"husky": "^9.1.6",
|
|
121
123
|
"is-interactive": "^2.0.0",
|
|
122
124
|
"is-unicode-supported": "^2.1.0",
|
|
123
|
-
"knip": "^5.
|
|
125
|
+
"knip": "^5.34.2",
|
|
124
126
|
"magic-string": "^0.30.12",
|
|
125
127
|
"meow": "^13.2.0",
|
|
126
128
|
"mock-fs": "^5.4.0",
|
|
127
129
|
"nock": "^13.5.5",
|
|
128
130
|
"normalize-package-data": "^7.0.0",
|
|
129
|
-
"npm-run-all2": "^
|
|
131
|
+
"npm-run-all2": "^7.0.1",
|
|
130
132
|
"open": "^10.1.0",
|
|
131
133
|
"ora": "^8.1.0",
|
|
132
|
-
"oxlint": "0.
|
|
134
|
+
"oxlint": "0.10.3",
|
|
133
135
|
"prettier": "3.3.3",
|
|
134
136
|
"read-package-up": "^11.0.0",
|
|
135
|
-
"rollup": "4.24.
|
|
137
|
+
"rollup": "4.24.2",
|
|
136
138
|
"rollup-plugin-ts": "^3.4.5",
|
|
137
139
|
"tap": "^21.0.1",
|
|
138
140
|
"terminal-link": "^3.0.0",
|
|
139
141
|
"type-coverage": "^2.29.7",
|
|
140
142
|
"typescript": "5.4.5",
|
|
141
|
-
"typescript-eslint": "^8.
|
|
143
|
+
"typescript-eslint": "^8.12.0",
|
|
142
144
|
"unplugin-purge-polyfills": "^0.0.7",
|
|
143
145
|
"update-notifier": "^7.3.1",
|
|
144
146
|
"validate-npm-package-name": "^6.0.0"
|
|
@@ -165,6 +167,25 @@
|
|
|
165
167
|
"set-function-length": "npm:@socketregistry/set-function-length@^1",
|
|
166
168
|
"side-channel": "npm:@socketregistry/side-channel@^1"
|
|
167
169
|
},
|
|
170
|
+
"resolutions": {
|
|
171
|
+
"aggregate-error": "npm:@socketregistry/aggregate-error@^1",
|
|
172
|
+
"es-define-property": "npm:@socketregistry/es-define-property@^1",
|
|
173
|
+
"function-bind": "npm:@socketregistry/function-bind@^1",
|
|
174
|
+
"globalthis": "npm:@socketregistry/globalthis@^1",
|
|
175
|
+
"gopd": "npm:@socketregistry/gopd@^1",
|
|
176
|
+
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
|
|
177
|
+
"has-proto": "npm:@socketregistry/has-proto@^1",
|
|
178
|
+
"has-symbols": "npm:@socketregistry/has-symbols@^1",
|
|
179
|
+
"hasown": "npm:@socketregistry/hasown@^1",
|
|
180
|
+
"indent-string": "npm:@socketregistry/indent-string@^1",
|
|
181
|
+
"is-core-module": "npm:@socketregistry/is-core-module@^1",
|
|
182
|
+
"isarray": "npm:@socketregistry/isarray@^1",
|
|
183
|
+
"path-parse": "npm:@socketregistry/path-parse@^1",
|
|
184
|
+
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
|
|
185
|
+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
|
|
186
|
+
"set-function-length": "npm:@socketregistry/set-function-length@^1",
|
|
187
|
+
"side-channel": "npm:@socketregistry/side-channel@^1"
|
|
188
|
+
},
|
|
168
189
|
"engines": {
|
|
169
190
|
"node": "^20.9.0 || >=22.0.0"
|
|
170
191
|
},
|