@socketsecurity/cli 0.14.23 → 0.14.25

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.23",
3
+ "version": "0.14.25",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "http://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -43,22 +43,25 @@
43
43
  "@apideck/better-ajv-errors": "^0.3.6",
44
44
  "@cyclonedx/cdxgen": "^10.11.0",
45
45
  "@inquirer/prompts": "^7.0.1",
46
- "@npmcli/package-json": "6.0.1",
47
46
  "@npmcli/promise-spawn": "^8.0.2",
48
47
  "@socketregistry/hyrious__bun.lockb": "1.0.4",
49
48
  "@socketsecurity/config": "^2.1.3",
50
- "@socketsecurity/registry": "^1.0.16",
49
+ "@socketsecurity/registry": "^1.0.22",
51
50
  "@socketsecurity/sdk": "^1.3.0",
52
51
  "blessed": "^0.1.81",
53
52
  "blessed-contrib": "^4.11.0",
54
53
  "browserslist": "4.24.2",
55
54
  "chalk-table": "^1.0.2",
55
+ "cli-spinners": "^2.9.2",
56
+ "emoji-regex": "^10.3.0",
56
57
  "hpagent": "^1.2.0",
57
58
  "ignore": "^6.0.2",
58
59
  "micromatch": "^4.0.8",
59
60
  "npm-package-arg": "^12.0.0",
60
61
  "pony-cause": "^2.1.11",
61
62
  "semver": "^7.6.3",
63
+ "signal-exit": "^4.1.0",
64
+ "supports-hyperlinks": "^2.2.0",
62
65
  "synp": "^1.9.13",
63
66
  "tinyglobby": "^0.2.10",
64
67
  "which": "^5.0.0",
@@ -88,7 +91,6 @@
88
91
  "@types/mock-fs": "^4.13.4",
89
92
  "@types/node": "^22.9.0",
90
93
  "@types/npmcli__arborist": "^5.6.11",
91
- "@types/npmcli__package-json": "^4.0.4",
92
94
  "@types/npmcli__promise-spawn": "^6.0.3",
93
95
  "@types/proc-log": "^3.0.4",
94
96
  "@types/semver": "^7.5.8",
@@ -100,7 +102,9 @@
100
102
  "c8": "^10.1.2",
101
103
  "chalk": "^5.3.0",
102
104
  "eslint": "^9.14.0",
105
+ "eslint-import-resolver-oxc": "^0.4.0",
103
106
  "eslint-plugin-depend": "^0.12.0",
107
+ "eslint-plugin-import-x": "^4.4.0",
104
108
  "eslint-plugin-n": "^17.12.0",
105
109
  "eslint-plugin-sort-destructure-keys": "^2.0.0",
106
110
  "eslint-plugin-unicorn": "^56.0.0",
@@ -123,8 +127,8 @@
123
127
  "rollup-plugin-ts": "^3.4.5",
124
128
  "tap": "^21.0.1",
125
129
  "terminal-link": "^3.0.0",
126
- "type-coverage": "^2.29.7",
127
130
  "tiny-updater": "^3.5.2",
131
+ "type-coverage": "^2.29.7",
128
132
  "typescript": "5.4.5",
129
133
  "typescript-eslint": "^8.13.0",
130
134
  "unplugin-purge-polyfills": "^0.0.7",
@@ -177,7 +181,7 @@
177
181
  "yaml": "^2.6.0"
178
182
  },
179
183
  "engines": {
180
- "node": "^20.9.0 || >=22.0.0"
184
+ "node": "^18.20.4 || ^20.9.0 || >=22.0.0"
181
185
  },
182
186
  "files": [
183
187
  "bin/**",