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