@socketsecurity/cli 0.14.21 → 0.14.23
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/cli.d.ts.map +1 -1
- package/dist/cli.js +146 -289
- package/dist/link.js +2 -2
- package/dist/npm-injection.js +29 -20
- package/dist/path-resolve.js +2 -2
- package/dist/sdk.d.ts +1 -10
- package/dist/sdk.js +14 -60
- package/dist/vendor.js +2068 -6169
- package/package.json +14 -32
- package/dist/vendor.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.23",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
5
|
"homepage": "http://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,39 +47,21 @@
|
|
|
47
47
|
"@npmcli/promise-spawn": "^8.0.2",
|
|
48
48
|
"@socketregistry/hyrious__bun.lockb": "1.0.4",
|
|
49
49
|
"@socketsecurity/config": "^2.1.3",
|
|
50
|
-
"@socketsecurity/registry": "^1.0.
|
|
50
|
+
"@socketsecurity/registry": "^1.0.16",
|
|
51
51
|
"@socketsecurity/sdk": "^1.3.0",
|
|
52
|
-
"ansi-align": "^3.0.1",
|
|
53
52
|
"blessed": "^0.1.81",
|
|
54
53
|
"blessed-contrib": "^4.11.0",
|
|
55
54
|
"browserslist": "4.24.2",
|
|
56
55
|
"chalk-table": "^1.0.2",
|
|
57
|
-
"cli-boxes": "^4.0.1",
|
|
58
|
-
"cli-spinners": "^3.2.0",
|
|
59
|
-
"cross-spawn": "^7.0.3",
|
|
60
|
-
"dot-prop": "^9.0.0",
|
|
61
|
-
"eastasianwidth": "^0.3.0",
|
|
62
|
-
"emoji-regex": "^10.4.0",
|
|
63
|
-
"graceful-fs": "^4.2.11",
|
|
64
|
-
"has-flag": "^5.0.1",
|
|
65
56
|
"hpagent": "^1.2.0",
|
|
66
57
|
"ignore": "^6.0.2",
|
|
67
|
-
"ini": "5.0.0",
|
|
68
58
|
"micromatch": "^4.0.8",
|
|
69
59
|
"npm-package-arg": "^12.0.0",
|
|
70
|
-
"onetime": "^7.0.0",
|
|
71
|
-
"pacote": "^20.0.0",
|
|
72
60
|
"pony-cause": "^2.1.11",
|
|
73
|
-
"rc": "1.2.8",
|
|
74
|
-
"registry-auth-token": "^5.0.2",
|
|
75
61
|
"semver": "^7.6.3",
|
|
76
|
-
"signal-exit": "^4.1.0",
|
|
77
|
-
"supports-color": "^9.4.0",
|
|
78
|
-
"supports-hyperlinks": "^3.1.0",
|
|
79
62
|
"synp": "^1.9.13",
|
|
80
63
|
"tinyglobby": "^0.2.10",
|
|
81
64
|
"which": "^5.0.0",
|
|
82
|
-
"write-file-atomic": "^6.0.0",
|
|
83
65
|
"yaml": "^2.6.0",
|
|
84
66
|
"yargs-parser": "^21.1.1"
|
|
85
67
|
},
|
|
@@ -94,7 +76,7 @@
|
|
|
94
76
|
"@babel/preset-typescript": "^7.26.0",
|
|
95
77
|
"@babel/runtime": "^7.26.0",
|
|
96
78
|
"@eslint/compat": "^1.2.2",
|
|
97
|
-
"@eslint/js": "^9.
|
|
79
|
+
"@eslint/js": "^9.14.0",
|
|
98
80
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
99
81
|
"@rollup/plugin-json": "^6.1.0",
|
|
100
82
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
@@ -104,7 +86,7 @@
|
|
|
104
86
|
"@types/micromatch": "^4.0.9",
|
|
105
87
|
"@types/mocha": "^10.0.9",
|
|
106
88
|
"@types/mock-fs": "^4.13.4",
|
|
107
|
-
"@types/node": "^22.
|
|
89
|
+
"@types/node": "^22.9.0",
|
|
108
90
|
"@types/npmcli__arborist": "^5.6.11",
|
|
109
91
|
"@types/npmcli__package-json": "^4.0.4",
|
|
110
92
|
"@types/npmcli__promise-spawn": "^6.0.3",
|
|
@@ -113,19 +95,19 @@
|
|
|
113
95
|
"@types/update-notifier": "^6.0.8",
|
|
114
96
|
"@types/which": "^3.0.4",
|
|
115
97
|
"@types/yargs-parser": "^21.0.3",
|
|
116
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
117
|
-
"@typescript-eslint/parser": "^8.
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "^8.13.0",
|
|
99
|
+
"@typescript-eslint/parser": "^8.13.0",
|
|
118
100
|
"c8": "^10.1.2",
|
|
119
101
|
"chalk": "^5.3.0",
|
|
120
|
-
"eslint": "^9.
|
|
121
|
-
"eslint-plugin-depend": "^0.
|
|
102
|
+
"eslint": "^9.14.0",
|
|
103
|
+
"eslint-plugin-depend": "^0.12.0",
|
|
122
104
|
"eslint-plugin-n": "^17.12.0",
|
|
123
105
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
124
106
|
"eslint-plugin-unicorn": "^56.0.0",
|
|
125
107
|
"husky": "^9.1.6",
|
|
126
108
|
"is-interactive": "^2.0.0",
|
|
127
109
|
"is-unicode-supported": "^2.1.0",
|
|
128
|
-
"knip": "^5.36.
|
|
110
|
+
"knip": "^5.36.2",
|
|
129
111
|
"magic-string": "^0.30.12",
|
|
130
112
|
"meow": "^13.2.0",
|
|
131
113
|
"mock-fs": "^5.4.1",
|
|
@@ -133,19 +115,19 @@
|
|
|
133
115
|
"normalize-package-data": "^7.0.0",
|
|
134
116
|
"npm-run-all2": "^7.0.1",
|
|
135
117
|
"open": "^10.1.0",
|
|
136
|
-
"ora": "^8.1.
|
|
137
|
-
"oxlint": "0.
|
|
118
|
+
"ora": "^8.1.1",
|
|
119
|
+
"oxlint": "0.11.0",
|
|
138
120
|
"prettier": "3.3.3",
|
|
139
121
|
"read-package-up": "^11.0.0",
|
|
140
|
-
"rollup": "4.24.
|
|
122
|
+
"rollup": "4.24.4",
|
|
141
123
|
"rollup-plugin-ts": "^3.4.5",
|
|
142
124
|
"tap": "^21.0.1",
|
|
143
125
|
"terminal-link": "^3.0.0",
|
|
144
126
|
"type-coverage": "^2.29.7",
|
|
127
|
+
"tiny-updater": "^3.5.2",
|
|
145
128
|
"typescript": "5.4.5",
|
|
146
|
-
"typescript-eslint": "^8.
|
|
129
|
+
"typescript-eslint": "^8.13.0",
|
|
147
130
|
"unplugin-purge-polyfills": "^0.0.7",
|
|
148
|
-
"update-notifier": "^7.3.1",
|
|
149
131
|
"validate-npm-package-name": "^6.0.0"
|
|
150
132
|
},
|
|
151
133
|
"overrides": {
|
package/dist/vendor.d.ts
DELETED
|
File without changes
|