@socketsecurity/cli 0.14.37 → 0.14.38
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.38",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
5
|
"homepage": "http://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"@apideck/better-ajv-errors": "^0.3.6",
|
|
60
60
|
"@cyclonedx/cdxgen": "^11.0.7",
|
|
61
61
|
"@npmcli/promise-spawn": "^8.0.2",
|
|
62
|
-
"@socketregistry/hyrious__bun.lockb": "1.0.
|
|
62
|
+
"@socketregistry/hyrious__bun.lockb": "1.0.7",
|
|
63
63
|
"@socketregistry/yocto-spinner": "^1.0.2",
|
|
64
64
|
"@socketsecurity/config": "^2.1.3",
|
|
65
|
-
"@socketsecurity/registry": "^1.0.
|
|
65
|
+
"@socketsecurity/registry": "^1.0.57",
|
|
66
66
|
"@socketsecurity/sdk": "^1.3.0",
|
|
67
67
|
"blessed": "^0.1.81",
|
|
68
68
|
"blessed-contrib": "^4.11.0",
|
|
@@ -72,11 +72,17 @@
|
|
|
72
72
|
"has-flag": "^4.0.0",
|
|
73
73
|
"hpagent": "^1.2.0",
|
|
74
74
|
"ignore": "^7.0.0",
|
|
75
|
+
"is-interactive": "^2.0.0",
|
|
76
|
+
"is-unicode-supported": "^2.1.0",
|
|
77
|
+
"meow": "^13.2.0",
|
|
75
78
|
"micromatch": "^4.0.8",
|
|
76
79
|
"npm-package-arg": "^12.0.1",
|
|
80
|
+
"open": "^10.1.0",
|
|
77
81
|
"pony-cause": "^2.1.11",
|
|
78
82
|
"semver": "^7.6.3",
|
|
79
83
|
"synp": "^1.9.14",
|
|
84
|
+
"terminal-link": "^3.0.0",
|
|
85
|
+
"tiny-updater": "^3.5.2",
|
|
80
86
|
"tinyglobby": "^0.2.10",
|
|
81
87
|
"which": "^5.0.0",
|
|
82
88
|
"yaml": "^2.6.1",
|
|
@@ -125,22 +131,16 @@
|
|
|
125
131
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
126
132
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
127
133
|
"husky": "^9.1.7",
|
|
128
|
-
"is-interactive": "^2.0.0",
|
|
129
|
-
"is-unicode-supported": "^2.1.0",
|
|
130
134
|
"knip": "^5.41.1",
|
|
131
135
|
"magic-string": "^0.30.17",
|
|
132
|
-
"meow": "^13.2.0",
|
|
133
136
|
"mock-fs": "^5.4.1",
|
|
134
137
|
"nock": "^13.5.6",
|
|
135
138
|
"npm-run-all2": "^7.0.2",
|
|
136
|
-
"open": "^10.1.0",
|
|
137
139
|
"oxlint": "0.15.3",
|
|
138
140
|
"prettier": "3.4.2",
|
|
139
141
|
"read-package-up": "^11.0.0",
|
|
140
142
|
"rollup": "4.29.1",
|
|
141
143
|
"rollup-plugin-ts": "^3.4.5",
|
|
142
|
-
"terminal-link": "^3.0.0",
|
|
143
|
-
"tiny-updater": "^3.5.2",
|
|
144
144
|
"type-coverage": "^2.29.7",
|
|
145
145
|
"typescript": "5.4.5",
|
|
146
146
|
"typescript-eslint": "^8.18.2",
|