@socketsecurity/cli 0.14.20 → 0.14.22

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.20",
3
+ "version": "0.14.22",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "http://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'",
30
30
  "knip:dependencies": "knip --dependencies",
31
31
  "knip:exports": "knip --include exports,duplicates",
32
- "lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.prettierignore --tsconfig=./tsconfig.json . -D correctness -D perf -D suspicious --promise-plugin --import-plugin",
32
+ "lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.prettierignore --tsconfig=./tsconfig.json .",
33
33
  "lint:fix": "npm run lint -- --fix && npm run lint:fix:fast",
34
34
  "lint:fix:fast": "prettier --cache --log-level warn --write .",
35
35
  "prepare": "husky",
@@ -41,45 +41,29 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@apideck/better-ajv-errors": "^0.3.6",
44
- "@cyclonedx/cdxgen": "^10.10.7",
44
+ "@cyclonedx/cdxgen": "^10.11.0",
45
45
  "@inquirer/prompts": "^7.0.1",
46
46
  "@npmcli/package-json": "6.0.1",
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.12",
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",
56
+ "emoji-regex": "^10.3.0",
65
57
  "hpagent": "^1.2.0",
66
58
  "ignore": "^6.0.2",
67
- "ini": "5.0.0",
59
+ "ini": "4.1.1",
68
60
  "micromatch": "^4.0.8",
69
61
  "npm-package-arg": "^12.0.0",
70
- "onetime": "^7.0.0",
71
- "pacote": "^20.0.0",
72
62
  "pony-cause": "^2.1.11",
73
- "rc": "1.2.8",
74
- "registry-auth-token": "^5.0.2",
75
63
  "semver": "^7.6.3",
76
- "signal-exit": "^4.1.0",
77
- "supports-color": "^9.4.0",
78
- "supports-hyperlinks": "^3.1.0",
79
64
  "synp": "^1.9.13",
80
65
  "tinyglobby": "^0.2.10",
81
66
  "which": "^5.0.0",
82
- "write-file-atomic": "^6.0.0",
83
67
  "yaml": "^2.6.0",
84
68
  "yargs-parser": "^21.1.1"
85
69
  },
@@ -94,7 +78,7 @@
94
78
  "@babel/preset-typescript": "^7.26.0",
95
79
  "@babel/runtime": "^7.26.0",
96
80
  "@eslint/compat": "^1.2.2",
97
- "@eslint/js": "^9.13.0",
81
+ "@eslint/js": "^9.14.0",
98
82
  "@rollup/plugin-commonjs": "^28.0.1",
99
83
  "@rollup/plugin-json": "^6.1.0",
100
84
  "@rollup/plugin-node-resolve": "^15.3.0",
@@ -104,44 +88,46 @@
104
88
  "@types/micromatch": "^4.0.9",
105
89
  "@types/mocha": "^10.0.9",
106
90
  "@types/mock-fs": "^4.13.4",
107
- "@types/node": "^22.8.1",
91
+ "@types/node": "^22.9.0",
108
92
  "@types/npmcli__arborist": "^5.6.11",
109
93
  "@types/npmcli__package-json": "^4.0.4",
110
94
  "@types/npmcli__promise-spawn": "^6.0.3",
95
+ "@types/proc-log": "^3.0.4",
111
96
  "@types/semver": "^7.5.8",
112
97
  "@types/update-notifier": "^6.0.8",
113
98
  "@types/which": "^3.0.4",
114
99
  "@types/yargs-parser": "^21.0.3",
115
- "@typescript-eslint/eslint-plugin": "^8.12.0",
116
- "@typescript-eslint/parser": "^8.12.0",
100
+ "@typescript-eslint/eslint-plugin": "^8.13.0",
101
+ "@typescript-eslint/parser": "^8.13.0",
117
102
  "c8": "^10.1.2",
118
103
  "chalk": "^5.3.0",
119
- "eslint": "^9.13.0",
120
- "eslint-plugin-depend": "^0.11.0",
121
- "eslint-plugin-n": "^17.11.1",
104
+ "eslint": "^9.14.0",
105
+ "eslint-plugin-depend": "^0.12.0",
106
+ "eslint-plugin-n": "^17.12.0",
107
+ "eslint-plugin-sort-destructure-keys": "^2.0.0",
122
108
  "eslint-plugin-unicorn": "^56.0.0",
123
109
  "husky": "^9.1.6",
124
110
  "is-interactive": "^2.0.0",
125
111
  "is-unicode-supported": "^2.1.0",
126
- "knip": "^5.34.2",
112
+ "knip": "^5.36.2",
127
113
  "magic-string": "^0.30.12",
128
114
  "meow": "^13.2.0",
129
- "mock-fs": "^5.4.0",
115
+ "mock-fs": "^5.4.1",
130
116
  "nock": "^13.5.5",
131
117
  "normalize-package-data": "^7.0.0",
132
118
  "npm-run-all2": "^7.0.1",
133
119
  "open": "^10.1.0",
134
- "ora": "^8.1.0",
135
- "oxlint": "0.10.3",
120
+ "ora": "^8.1.1",
121
+ "oxlint": "0.11.0",
136
122
  "prettier": "3.3.3",
137
123
  "read-package-up": "^11.0.0",
138
- "rollup": "4.24.2",
124
+ "rollup": "4.24.4",
139
125
  "rollup-plugin-ts": "^3.4.5",
140
126
  "tap": "^21.0.1",
141
127
  "terminal-link": "^3.0.0",
142
128
  "type-coverage": "^2.29.7",
143
129
  "typescript": "5.4.5",
144
- "typescript-eslint": "^8.12.0",
130
+ "typescript-eslint": "^8.13.0",
145
131
  "unplugin-purge-polyfills": "^0.0.7",
146
132
  "update-notifier": "^7.3.1",
147
133
  "validate-npm-package-name": "^6.0.0"
package/dist/vendor.d.ts DELETED
File without changes