socket 0.14.97 → 0.14.98

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.97",
3
+ "version": "0.14.98",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "https://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -86,94 +86,98 @@
86
86
  },
87
87
  "devDependencies": {
88
88
  "@apideck/better-ajv-errors": "0.3.6",
89
- "@babel/core": "^7.26.10",
90
- "@babel/plugin-proposal-export-default-from": "^7.25.9",
91
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
92
- "@babel/plugin-transform-export-namespace-from": "^7.25.9",
93
- "@babel/plugin-transform-runtime": "^7.26.10",
94
- "@babel/preset-env": "^7.26.9",
95
- "@babel/preset-typescript": "^7.27.0",
96
- "@babel/runtime": "^7.27.0",
97
- "@biomejs/biome": "^1.9.4",
98
- "@cyclonedx/cdxgen": "^11.2.3",
99
- "@eslint/compat": "^1.2.8",
100
- "@eslint/js": "^9.24.0",
101
- "@octokit/openapi-types": "^25.0.0",
102
- "@octokit/rest": "^21.1.1",
103
- "@octokit/types": "^14.0.0",
104
- "@pnpm/lockfile.detect-dep-types": "^1001.0.7",
105
- "@pnpm/lockfile.fs": "^1001.1.9",
106
- "@pnpm/logger": "^1000.0.0",
89
+ "@babel/core": "7.26.10",
90
+ "@babel/plugin-proposal-export-default-from": "7.25.9",
91
+ "@babel/plugin-syntax-dynamic-import": "7.8.3",
92
+ "@babel/plugin-transform-export-namespace-from": "7.25.9",
93
+ "@babel/plugin-transform-runtime": "7.26.10",
94
+ "@babel/preset-env": "7.26.9",
95
+ "@babel/preset-typescript": "7.27.0",
96
+ "@babel/runtime": "7.27.0",
97
+ "@biomejs/biome": "1.9.4",
98
+ "@cyclonedx/cdxgen": "11.2.3",
99
+ "@eslint/compat": "1.2.8",
100
+ "@eslint/js": "9.24.0",
101
+ "@octokit/graphql": "8.2.2",
102
+ "@octokit/openapi-types": "25.0.0",
103
+ "@octokit/request-error": "6.1.8",
104
+ "@octokit/rest": "21.1.1",
105
+ "@octokit/types": "14.0.0",
106
+ "@pnpm/lockfile.detect-dep-types": "1001.0.7",
107
+ "@pnpm/lockfile.fs": "1001.1.9",
108
+ "@pnpm/logger": "1000.0.0",
107
109
  "@rollup/plugin-commonjs": "28.0.3",
108
- "@rollup/plugin-json": "^6.1.0",
109
- "@rollup/plugin-node-resolve": "^16.0.1",
110
- "@rollup/plugin-replace": "^6.0.2",
111
- "@rollup/pluginutils": "^5.1.4",
110
+ "@rollup/plugin-json": "6.1.0",
111
+ "@rollup/plugin-node-resolve": "16.0.1",
112
+ "@rollup/plugin-replace": "6.0.2",
113
+ "@rollup/pluginutils": "5.1.4",
112
114
  "@socketsecurity/config": "2.1.3",
113
115
  "@types/blessed": "0.1.25",
114
- "@types/cmd-shim": "^5.0.2",
115
- "@types/common-tags": "^1.8.4",
116
- "@types/micromatch": "^4.0.9",
117
- "@types/mock-fs": "^4.13.4",
118
- "@types/node": "^22.14.0",
119
- "@types/npmcli__arborist": "^6.3.0",
120
- "@types/proc-log": "^3.0.4",
121
- "@types/semver": "^7.7.0",
122
- "@types/which": "^3.0.4",
123
- "@types/yargs-parser": "^21.0.3",
124
- "@typescript-eslint/parser": "^8.29.1",
116
+ "@types/cmd-shim": "5.0.2",
117
+ "@types/common-tags": "1.8.4",
118
+ "@types/micromatch": "4.0.9",
119
+ "@types/mock-fs": "4.13.4",
120
+ "@types/node": "22.14.1",
121
+ "@types/npmcli__arborist": "6.3.0",
122
+ "@types/proc-log": "3.0.4",
123
+ "@types/semver": "7.7.0",
124
+ "@types/which": "3.0.4",
125
+ "@types/yargs-parser": "21.0.3",
126
+ "@typescript-eslint/parser": "8.29.1",
125
127
  "@vitest/coverage-v8": "3.1.1",
126
- "cross-env": "^7.0.3",
127
- "custompatch": "^1.1.4",
128
- "del-cli": "^6.0.0",
129
- "dev-null-cli": "^2.0.0",
130
- "eslint": "^9.24.0",
131
- "eslint-import-resolver-typescript": "^4.3.2",
132
- "eslint-plugin-import-x": "^4.10.2",
133
- "eslint-plugin-n": "^17.17.0",
134
- "eslint-plugin-sort-destructure-keys": "^2.0.0",
135
- "eslint-plugin-unicorn": "^56.0.1",
136
- "globals": "^16.0.0",
137
- "husky": "^9.1.7",
138
- "knip": "^5.50.2",
139
- "lint-staged": "^15.5.0",
140
- "magic-string": "^0.30.17",
141
- "mock-fs": "^5.5.0",
142
- "nock": "^14.0.3",
143
- "npm-run-all2": "^7.0.2",
144
- "oxlint": "0.16.5",
145
- "read-package-up": "^11.0.0",
146
- "rollup": "4.39.0",
147
- "rollup-plugin-ts": "^3.4.5",
148
- "synp": "^1.9.14",
149
- "type-coverage": "^2.29.7",
150
128
  "blessed-contrib": "4.11.0",
151
129
  "browserslist": "4.24.4",
152
130
  "chalk-table": "1.0.2",
153
131
  "cmd-shim": "7.0.0",
154
132
  "common-tags": "1.8.2",
155
- "fast-content-type-parse": "^2.0.0",
133
+ "cross-env": "7.0.3",
134
+ "custompatch": "1.1.4",
135
+ "del-cli": "6.0.0",
136
+ "dev-null-cli": "2.0.0",
137
+ "eslint": "9.24.0",
138
+ "eslint-import-resolver-typescript": "4.3.2",
139
+ "eslint-plugin-import-x": "4.10.2",
140
+ "eslint-plugin-n": "17.17.0",
141
+ "eslint-plugin-sort-destructure-keys": "2.0.0",
142
+ "eslint-plugin-unicorn": "56.0.1",
143
+ "fast-content-type-parse": "2.0.0",
144
+ "globals": "16.0.0",
156
145
  "hpagent": "1.2.0",
146
+ "husky": "9.1.7",
157
147
  "ignore": "7.0.3",
148
+ "knip": "5.50.2",
149
+ "lint-staged": "15.5.1",
150
+ "magic-string": "0.30.17",
158
151
  "meow": "13.2.0",
159
152
  "micromatch": "4.0.8",
153
+ "mock-fs": "5.5.0",
154
+ "nock": "14.0.3",
160
155
  "npm-package-arg": "12.0.2",
156
+ "npm-run-all2": "7.0.2",
161
157
  "open": "10.1.0",
158
+ "oxlint": "0.16.5",
162
159
  "pony-cause": "2.1.11",
160
+ "read-package-up": "11.0.0",
161
+ "rollup": "4.40.0",
162
+ "rollup-plugin-ts": "3.4.5",
163
163
  "semver": "7.7.1",
164
+ "synp": "1.9.14",
164
165
  "terminal-link": "2.1.1",
165
166
  "tiny-updater": "3.5.3",
166
167
  "tinyglobby": "0.2.12",
168
+ "type-coverage": "2.29.7",
169
+ "typescript": "5.4.5",
170
+ "typescript-eslint": "8.29.1",
171
+ "unplugin-purge-polyfills": "0.0.7",
172
+ "vitest": "3.1.1",
167
173
  "which": "5.0.0",
168
174
  "yaml": "2.7.1",
169
175
  "yargs-parser": "21.1.1",
170
- "yoctocolors-cjs": "2.1.2",
171
- "typescript": "5.4.5",
172
- "typescript-eslint": "^8.29.1",
173
- "unplugin-purge-polyfills": "^0.0.7",
174
- "vitest": "3.1.1"
176
+ "yoctocolors-cjs": "2.1.2"
175
177
  },
176
178
  "overrides": {
179
+ "@octokit/graphql": "$@octokit/graphql",
180
+ "@octokit/request-error": "$@octokit/request-error",
177
181
  "aggregate-error": "npm:@socketregistry/aggregate-error@^1",
178
182
  "es-define-property": "npm:@socketregistry/es-define-property@^1",
179
183
  "function-bind": "npm:@socketregistry/function-bind@^1",
@@ -197,13 +201,13 @@
197
201
  "side-channel": "npm:@socketregistry/side-channel@^1",
198
202
  "tiny-colors": "$yoctocolors-cjs",
199
203
  "typedarray": "npm:@socketregistry/typedarray@^1",
200
- "undici": "^6.21.1",
201
- "vite": "^6.2.6",
202
- "xml2js": "^0.5.0",
203
- "yaml": "2.7.1"
204
+ "undici": "6.21.1",
205
+ "vite": "6.2.6",
206
+ "xml2js": "0.5.0",
207
+ "yaml": "$yaml"
204
208
  },
205
209
  "engines": {
206
- "node": "^18.20.7 || ^20.18.3 || >=22.14.0"
210
+ "node": "18.20.7 || ^20.18.3 || >=22.14.0"
207
211
  },
208
212
  "files": [
209
213
  "bin/**",