@socketsecurity/cli 0.14.53 → 0.14.56

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.53",
3
+ "version": "0.14.56",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "http://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -58,53 +58,54 @@
58
58
  "lint-staged": "lint-staged",
59
59
  "precommit": "lint-staged",
60
60
  "prepare": "husky",
61
+ "bs": "npm run build:dist; npm exec socket --",
62
+ "s": "npm exec socket --",
61
63
  "test": "run-s check test:*",
62
64
  "test:prepare": "cross-env VITEST=1 npm run build",
63
65
  "test:unit": "vitest --run",
64
- "test:unit:update": "vitest --update",
66
+ "test:unit:update": "vitest --run --update",
65
67
  "test:unit:coverage": "vitest run --coverage",
66
68
  "test-ci": "run-s test:*",
67
- "testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare test:unit:update",
69
+ "testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare; npm run test:unit:update --",
68
70
  "update": "run-p --aggregate-output update:**",
69
71
  "update:deps": "npx --yes npm-check-updates"
70
72
  },
71
73
  "dependencies": {
72
- "@apideck/better-ajv-errors": "^0.3.6",
73
- "@cyclonedx/cdxgen": "^11.2.0",
74
- "@octokit/rest": "^21.1.1",
75
- "@socketregistry/hyrious__bun.lockb": "^1.0.13",
76
- "@socketregistry/indent-string": "^1.0.10",
77
- "@socketregistry/is-interactive": "^1.0.1",
78
- "@socketregistry/is-unicode-supported": "^1.0.1",
79
- "@socketregistry/packageurl-js": "^1.0.2",
80
- "@socketsecurity/config": "^2.1.3",
81
- "@socketsecurity/registry": "^1.0.111",
82
- "@socketsecurity/sdk": "^1.4.5",
83
- "blessed": "^0.1.81",
84
- "blessed-contrib": "^4.11.0",
74
+ "@apideck/better-ajv-errors": "0.3.6",
75
+ "@octokit/rest": "21.1.1",
76
+ "@socketregistry/hyrious__bun.lockb": "1.0.13",
77
+ "@socketregistry/indent-string": "1.0.10",
78
+ "@socketregistry/is-interactive": "1.0.1",
79
+ "@socketregistry/is-unicode-supported": "1.0.1",
80
+ "@socketregistry/packageurl-js": "1.0.2",
81
+ "@socketsecurity/config": "2.1.3",
82
+ "@socketsecurity/registry": "1.0.113",
83
+ "@socketsecurity/sdk": "1.4.5",
84
+ "blessed": "0.1.81",
85
+ "blessed-contrib": "4.11.0",
85
86
  "browserslist": "4.24.4",
86
- "chalk-table": "^1.0.2",
87
- "cmd-shim": "^7.0.0",
88
- "fast-content-type-parse": "^2.0.1",
87
+ "chalk-table": "1.0.2",
88
+ "cmd-shim": "7.0.0",
89
+ "common-tags": "1.8.2",
90
+ "fast-content-type-parse": "2.0.1",
89
91
  "has-flag": "4.0.0",
90
- "hpagent": "^1.2.0",
91
- "ignore": "^7.0.3",
92
- "meow": "^13.2.0",
93
- "micromatch": "^4.0.8",
94
- "ndjson": "^2.0.0",
95
- "npm-package-arg": "^12.0.2",
96
- "open": "^10.1.0",
97
- "pony-cause": "^2.1.11",
98
- "semver": "^7.7.1",
99
- "simple-git": "^3.27.0",
100
- "synp": "^1.9.14",
92
+ "hpagent": "1.2.0",
93
+ "ignore": "7.0.3",
94
+ "meow": "13.2.0",
95
+ "micromatch": "4.0.8",
96
+ "ndjson": "2.0.0",
97
+ "npm-package-arg": "12.0.2",
98
+ "open": "10.1.0",
99
+ "pony-cause": "2.1.11",
100
+ "semver": "7.7.1",
101
+ "simple-git": "3.27.0",
101
102
  "terminal-link": "2.1.1",
102
- "tiny-updater": "^3.5.3",
103
- "tinyglobby": "^0.2.12",
104
- "which": "^5.0.0",
105
- "yaml": "^2.7.0",
106
- "yargs-parser": "^21.1.1",
107
- "yoctocolors-cjs": "^2.1.2"
103
+ "tiny-updater": "3.5.3",
104
+ "tinyglobby": "0.2.12",
105
+ "which": "5.0.0",
106
+ "yaml": "2.7.0",
107
+ "yargs-parser": "21.1.1",
108
+ "yoctocolors-cjs": "2.1.2"
108
109
  },
109
110
  "devDependencies": {
110
111
  "@babel/core": "^7.26.9",
@@ -116,6 +117,7 @@
116
117
  "@babel/preset-typescript": "^7.26.0",
117
118
  "@babel/runtime": "^7.26.9",
118
119
  "@biomejs/biome": "^1.9.4",
120
+ "@cyclonedx/cdxgen": "^11.2.0",
119
121
  "@eslint/compat": "^1.2.7",
120
122
  "@eslint/js": "^9.21.0",
121
123
  "@rollup/plugin-commonjs": "^28.0.2",
@@ -125,11 +127,12 @@
125
127
  "@rollup/pluginutils": "^5.1.4",
126
128
  "@types/blessed": "^0.1.25",
127
129
  "@types/cmd-shim": "^5.0.2",
130
+ "@types/common-tags": "^1.8.4",
128
131
  "@types/micromatch": "^4.0.9",
129
132
  "@types/mocha": "^10.0.10",
130
133
  "@types/mock-fs": "^4.13.4",
131
134
  "@types/ndjson": "^2.0.4",
132
- "@types/node": "^22.13.8",
135
+ "@types/node": "^22.13.9",
133
136
  "@types/npmcli__arborist": "^6.3.0",
134
137
  "@types/npmcli__promise-spawn": "^6.0.3",
135
138
  "@types/proc-log": "^3.0.4",
@@ -137,8 +140,8 @@
137
140
  "@types/update-notifier": "^6.0.8",
138
141
  "@types/which": "^3.0.4",
139
142
  "@types/yargs-parser": "^21.0.3",
140
- "@typescript-eslint/eslint-plugin": "^8.25.0",
141
- "@typescript-eslint/parser": "^8.25.0",
143
+ "@typescript-eslint/eslint-plugin": "^8.26.0",
144
+ "@typescript-eslint/parser": "^8.26.0",
142
145
  "@vitest/coverage-v8": "3.0.7",
143
146
  "cross-env": "^7.0.3",
144
147
  "del-cli": "^6.0.0",
@@ -156,13 +159,15 @@
156
159
  "mock-fs": "^5.5.0",
157
160
  "nock": "^14.0.1",
158
161
  "npm-run-all2": "^7.0.2",
159
- "oxlint": "0.15.12",
162
+ "oxlint": "0.15.13",
163
+ "pg-hstore": "^2.3.4",
160
164
  "read-package-up": "^11.0.0",
161
165
  "rollup": "4.34.9",
162
166
  "rollup-plugin-ts": "^3.4.5",
167
+ "synp": "^1.9.14",
163
168
  "type-coverage": "^2.29.7",
164
169
  "typescript": "5.4.5",
165
- "typescript-eslint": "^8.25.0",
170
+ "typescript-eslint": "^8.26.0",
166
171
  "unplugin-purge-polyfills": "^0.0.7",
167
172
  "vitest": "3.0.7"
168
173
  },
@@ -176,7 +181,7 @@
176
181
  "has-proto": "npm:@socketregistry/has-proto@^1",
177
182
  "has-symbols": "npm:@socketregistry/has-symbols@^1",
178
183
  "hasown": "npm:@socketregistry/hasown@^1",
179
- "indent-string": "$@socketregistry/indent-string",
184
+ "indent-string": "npm:@socketregistry/indent-string@^1",
180
185
  "is-core-module": "npm:@socketregistry/is-core-module@^1",
181
186
  "isarray": "npm:@socketregistry/isarray@^1",
182
187
  "npm-package-arg": "$npm-package-arg",
@@ -195,32 +200,6 @@
195
200
  "xml2js": "^0.5.0",
196
201
  "yaml": "$yaml"
197
202
  },
198
- "resolutions": {
199
- "aggregate-error": "npm:@socketregistry/aggregate-error@^1",
200
- "es-define-property": "npm:@socketregistry/es-define-property@^1",
201
- "function-bind": "npm:@socketregistry/function-bind@^1",
202
- "globalthis": "npm:@socketregistry/globalthis@^1",
203
- "gopd": "npm:@socketregistry/gopd@^1",
204
- "has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
205
- "has-proto": "npm:@socketregistry/has-proto@^1",
206
- "has-symbols": "npm:@socketregistry/has-symbols@^1",
207
- "hasown": "npm:@socketregistry/hasown@^1",
208
- "indent-string": "npm:@socketregistry/indent-string@^1",
209
- "is-core-module": "npm:@socketregistry/is-core-module@^1",
210
- "isarray": "npm:@socketregistry/isarray@^1",
211
- "npm-package-arg": "^12.0.0",
212
- "packageurl-js": "npm:@socketregistry/packageurl-js@^1",
213
- "path-parse": "npm:@socketregistry/path-parse@^1",
214
- "safe-buffer": "npm:@socketregistry/safe-buffer@^1",
215
- "safer-buffer": "npm:@socketregistry/safer-buffer@^1",
216
- "semver": "^7.6.3",
217
- "set-function-length": "npm:@socketregistry/set-function-length@^1",
218
- "shell-quote": "npm:shell-quote@^1",
219
- "side-channel": "npm:@socketregistry/side-channel@^1",
220
- "tiny-colors": "npm:yoctocolors-cjs@^2.1.2",
221
- "typedarray": "npm:@socketregistry/typedarray@^1",
222
- "yaml": "^2.6.0"
223
- },
224
203
  "engines": {
225
204
  "node": "^18.20.4 || ^20.9.0 || >=22.0.0"
226
205
  },