@socketsecurity/cli-with-sentry 1.1.147 → 1.1.152
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/CHANGELOG.md +16 -0
- package/DISCLOSURE +45 -0
- package/dist/cli.js +680 -485
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +6 -6
- package/dist/constants.js.map +1 -1
- package/dist/instrument-with-sentry.js +3 -3
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/manifest-scripts/maven-extension/coana-maven-extension.jar +0 -0
- package/dist/shadow-npm-bin2.js +6 -6
- package/dist/shadow-npm-bin2.js.map +1 -1
- package/dist/shadow-npm-inject.js +10 -10
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/shadow-pnpm-bin2.js +13 -13
- package/dist/shadow-pnpm-bin2.js.map +1 -1
- package/dist/shadow-yarn-bin.js +3 -3
- package/dist/shadow-yarn-bin.js.map +1 -1
- package/dist/socket-completion.bash +0 -0
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -1
- package/dist/types/commands/ci/handle-ci.d.mts.map +1 -1
- package/dist/types/commands/fix/coana-fix.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-auto.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +1 -1
- package/dist/types/commands/manifest/convert-sbt-to-facts.d.mts +3 -1
- package/dist/types/commands/manifest/convert-sbt-to-facts.d.mts.map +1 -1
- package/dist/types/commands/manifest/generate_auto_manifest.d.mts +4 -1
- package/dist/types/commands/manifest/generate_auto_manifest.d.mts.map +1 -1
- package/dist/types/commands/manifest/run-manifest-facts.d.mts +3 -1
- package/dist/types/commands/manifest/run-manifest-facts.d.mts.map +1 -1
- package/dist/types/commands/manifest/scripts/run.d.mts +8 -0
- package/dist/types/commands/manifest/scripts/run.d.mts.map +1 -1
- package/dist/types/commands/organization/fetch-organization-list.d.mts +2 -2
- package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -1
- package/dist/types/commands/package/output-purls-shallow-score.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-create-repo.d.mts +2 -2
- package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-delete-repo.d.mts +2 -2
- package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-list-all-repos.d.mts +2 -2
- package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-list-repos.d.mts +2 -2
- package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-update-repo.d.mts +2 -2
- package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-view-repo.d.mts +2 -2
- package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -1
- package/dist/types/commands/repository/output-create-repo.d.mts +2 -2
- package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/output-delete-repo.d.mts +2 -2
- package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/output-list-repos.d.mts +2 -2
- package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -1
- package/dist/types/commands/repository/output-update-repo.d.mts +2 -2
- package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/output-view-repo.d.mts +2 -2
- package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -1
- package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +2 -2
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +2 -2
- package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-list-scans.d.mts +2 -2
- package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-scan-metadata.d.mts +2 -2
- package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-scan.d.mts +4 -0
- package/dist/types/commands/scan/fetch-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +2 -1
- package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -1
- package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/handle-scan-reach.d.mts.map +1 -1
- package/dist/types/commands/scan/output-create-new-scan.d.mts +2 -2
- package/dist/types/commands/scan/output-create-new-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/output-delete-scan.d.mts +2 -2
- package/dist/types/commands/scan/output-delete-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/output-list-scans.d.mts +2 -2
- package/dist/types/commands/scan/output-list-scans.d.mts.map +1 -1
- package/dist/types/commands/scan/output-scan-metadata.d.mts +2 -2
- package/dist/types/commands/scan/output-scan-metadata.d.mts.map +1 -1
- package/dist/types/commands/scan/perform-reachability-analysis.d.mts +1 -0
- package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -1
- package/dist/types/commands/scan/reachability-flags.d.mts.map +1 -1
- package/dist/types/commands/scan/stream-scan.d.mts +3 -1
- package/dist/types/commands/scan/stream-scan.d.mts.map +1 -1
- package/dist/types/utils/api.d.mts +49 -4
- package/dist/types/utils/api.d.mts.map +1 -1
- package/dist/types/utils/ecosystem.d.mts +1 -1
- package/dist/types/utils/ecosystem.d.mts.map +1 -1
- package/dist/types/utils/fs.d.mts +1 -0
- package/dist/types/utils/fs.d.mts.map +1 -1
- package/dist/types/utils/glob.d.mts +4 -4
- package/dist/types/utils/glob.d.mts.map +1 -1
- package/dist/types/utils/path-resolve.d.mts +1 -1
- package/dist/types/utils/path-resolve.d.mts.map +1 -1
- package/dist/types/utils/sdk.d.mts +5 -0
- package/dist/types/utils/sdk.d.mts.map +1 -1
- package/dist/types/utils/socket-package-alert.d.mts.map +1 -1
- package/dist/utils.js +268 -188
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +9530 -1726
- package/package.json +63 -133
- package/shadow-bin/npm +0 -0
- package/shadow-bin/npx +0 -0
- package/shadow-bin/pnpm +0 -0
- package/shadow-bin/yarn +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli-with-sentry",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.152",
|
|
4
4
|
"description": "CLI for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
|
|
5
|
+
"contentPolicy": {
|
|
6
|
+
"class": "dual-use"
|
|
7
|
+
},
|
|
5
8
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
9
|
"license": "MIT",
|
|
7
10
|
"repository": {
|
|
@@ -32,63 +35,8 @@
|
|
|
32
35
|
"./requirements.json": "./requirements.json",
|
|
33
36
|
"./translations.json": "./translations.json"
|
|
34
37
|
},
|
|
35
|
-
"scripts": {
|
|
36
|
-
"build": "pnpm build:dist",
|
|
37
|
-
"build:dist": "pnpm build:dist:src && pnpm build:dist:types",
|
|
38
|
-
"build:dist:src": "run-p -c clean:dist clean:external && dotenvx -q run -f .env.local -- rollup -c .config/rollup.dist.config.mjs",
|
|
39
|
-
"build:dist:types": "pnpm clean:dist:types && tsgo --project tsconfig.dts.json",
|
|
40
|
-
"build:maven-extension": "bash src/commands/manifest/scripts/maven-extension/build-jar.sh",
|
|
41
|
-
"build:sea": "node src/sea/build-sea.mts",
|
|
42
|
-
"build:sea:internal:bootstrap": "rollup -c .config/rollup.sea.config.mjs",
|
|
43
|
-
"check": "pnpm check:lint && pnpm check:tsc",
|
|
44
|
-
"check:lint": "dotenvx -q run -f .env.local -- eslint --report-unused-disable-directives .",
|
|
45
|
-
"check:tsc": "tsgo",
|
|
46
|
-
"check-ci": "pnpm check:lint",
|
|
47
|
-
"coverage": "run-s coverage:*",
|
|
48
|
-
"coverage:test": "run-s test:prepare test:unit:coverage",
|
|
49
|
-
"coverage:type": "dotenvx -q run -f .env.local -- type-coverage --detail",
|
|
50
|
-
"clean": "run-p -c --aggregate-output clean:*",
|
|
51
|
-
"clean:cache": "del-cli '**/.cache'",
|
|
52
|
-
"clean:dist": "del-cli 'dist'",
|
|
53
|
-
"clean:dist:types": "del-cli 'dist/types'",
|
|
54
|
-
"clean:external": "del-cli 'external'",
|
|
55
|
-
"clean:node_modules": "del-cli '**/node_modules'",
|
|
56
|
-
"fix": "pnpm lint:fix",
|
|
57
|
-
"knip:dependencies": "knip --dependencies",
|
|
58
|
-
"knip:exports": "knip --include exports,duplicates",
|
|
59
|
-
"lint": "dotenvx -q run -f .env.local -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json .",
|
|
60
|
-
"lint:dist:fix": "run-s -c lint:dist:fix:*",
|
|
61
|
-
"lint:dist:fix:oxlint": "dotenvx -q run -f .env.dist -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json --silent --fix ./dist | dev-null",
|
|
62
|
-
"lint:dist:fix:biome": "dotenvx -q run -f .env.dist -- biome format --log-level=none --fix ./dist | dev-null",
|
|
63
|
-
"//lint:dist:fix:eslint": "dotenvx -q run -f .env.dist -- eslint --report-unused-disable-directives --quiet --fix ./dist | dev-null",
|
|
64
|
-
"lint:external:fix": "run-s -c lint:external:fix:*",
|
|
65
|
-
"lint:external:fix:oxlint": "dotenvx -q run -f .env.external -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json --silent --fix ./external | dev-null",
|
|
66
|
-
"lint:external:fix:biome": "dotenvx -q run -f .env.external -- biome format --log-level=none --fix ./external | dev-null",
|
|
67
|
-
"//lint:external:fix:eslint": "dotenvx -q run -f .env.external -- eslint --report-unused-disable-directives --quiet --fix ./external | dev-null",
|
|
68
|
-
"lint:fix": "run-s -c lint:fix:*",
|
|
69
|
-
"lint:fix:oxlint": "dotenvx -q run -f .env.local -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json --quiet --fix . | dev-null",
|
|
70
|
-
"lint:fix:biome": "dotenvx -q run -f .env.local -- biome format --log-level=none --fix . | dev-null",
|
|
71
|
-
"lint:fix:eslint": "dotenvx -q run -f .env.local -- eslint --report-unused-disable-directives --fix . | dev-null",
|
|
72
|
-
"lint-staged": "dotenvx -q run -f .env.local -- lint-staged",
|
|
73
|
-
"precommit": "dotenvx -q run -f .env.local -- lint-staged",
|
|
74
|
-
"prepare": "dotenvx -q run -f .env.local -- husky",
|
|
75
|
-
"bs": "dotenvx -q run -f .env.local -- pnpm build:dist:src; pnpm exec socket --",
|
|
76
|
-
"s": "dotenvx -q run -f .env.local -- pnpm exec socket --",
|
|
77
|
-
"e2e-tests": "dotenvx -q run -f .env.test -- vitest run --config vitest.e2e.config.mts",
|
|
78
|
-
"test": "run-s check test:*",
|
|
79
|
-
"test:prepare": "dotenvx -q run -f .env.test -- pnpm build && del-cli 'test/**/node_modules'",
|
|
80
|
-
"test:unit": "dotenvx -q run -f .env.test -- vitest run",
|
|
81
|
-
"test:unit:update": "dotenvx -q run -f .env.test -- vitest run --update",
|
|
82
|
-
"test:unit:coverage": "dotenvx -q run -f .env.test -- vitest run --coverage",
|
|
83
|
-
"test-ci": "run-s test:*",
|
|
84
|
-
"testu": "dotenvx -q run -f .env.testu -- run-s test:prepare; pnpm test:unit:update --",
|
|
85
|
-
"testuf": "dotenvx -q run -f .env.testu -- pnpm test:unit:update --",
|
|
86
|
-
"update": "run-p --aggregate-output update:**",
|
|
87
|
-
"update:deps": "taze",
|
|
88
|
-
"update:socket": "pnpm update '@socketsecurity/*' '@socketregistry/*' --latest"
|
|
89
|
-
},
|
|
90
38
|
"dependencies": {
|
|
91
|
-
"@sentry/node": "10.
|
|
39
|
+
"@sentry/node": "10.69.0",
|
|
92
40
|
"@socketsecurity/socket-patch": "2.0.0"
|
|
93
41
|
},
|
|
94
42
|
"devDependencies": {
|
|
@@ -99,7 +47,7 @@
|
|
|
99
47
|
"@babel/preset-typescript": "7.27.1",
|
|
100
48
|
"@babel/runtime": "7.28.4",
|
|
101
49
|
"@biomejs/biome": "2.2.4",
|
|
102
|
-
"@coana-tech/cli": "15.
|
|
50
|
+
"@coana-tech/cli": "15.10.0",
|
|
103
51
|
"@cyclonedx/cdxgen": "12.1.2",
|
|
104
52
|
"@dotenvx/dotenvx": "1.49.0",
|
|
105
53
|
"@eslint/compat": "1.3.2",
|
|
@@ -127,7 +75,7 @@
|
|
|
127
75
|
"@socketregistry/packageurl-js": "1.0.9",
|
|
128
76
|
"@socketsecurity/config": "3.0.1",
|
|
129
77
|
"@socketsecurity/registry": "1.1.17",
|
|
130
|
-
"@socketsecurity/sdk": "
|
|
78
|
+
"@socketsecurity/sdk": "4.0.3",
|
|
131
79
|
"@types/blessed": "0.1.25",
|
|
132
80
|
"@types/cmd-shim": "5.0.2",
|
|
133
81
|
"@types/js-yaml": "4.0.9",
|
|
@@ -196,13 +144,13 @@
|
|
|
196
144
|
"node": ">=18.20.8",
|
|
197
145
|
"pnpm": ">=10.33.0"
|
|
198
146
|
},
|
|
199
|
-
"packageManager": "pnpm@10.33.0",
|
|
200
147
|
"files": [
|
|
201
148
|
"bin/**",
|
|
202
149
|
"dist/**",
|
|
203
150
|
"external/**",
|
|
204
151
|
"shadow-bin/**",
|
|
205
152
|
"CHANGELOG.md",
|
|
153
|
+
"DISCLOSURE",
|
|
206
154
|
"logo-dark.png",
|
|
207
155
|
"logo-light.png",
|
|
208
156
|
"requirements.json",
|
|
@@ -214,78 +162,6 @@
|
|
|
214
162
|
"pnpm lint:fix:biome -- --no-errors-on-unmatched --files-ignore-unknown=true --colors=off"
|
|
215
163
|
]
|
|
216
164
|
},
|
|
217
|
-
"pnpm": {
|
|
218
|
-
"overrides": {
|
|
219
|
-
"@octokit/graphql": "$@octokit/graphql",
|
|
220
|
-
"@octokit/request-error": "$@octokit/request-error",
|
|
221
|
-
"@rollup/plugin-commonjs": "28.0.6",
|
|
222
|
-
"@sigstore/core": "3.2.1",
|
|
223
|
-
"@socketsecurity/registry": "$@socketsecurity/registry",
|
|
224
|
-
"aggregate-error": "npm:@socketregistry/aggregate-error@^1.0.14",
|
|
225
|
-
"ansi-regex": "6.1.0",
|
|
226
|
-
"ansi-term": "0.0.2",
|
|
227
|
-
"blessed": "0.1.81",
|
|
228
|
-
"blessed-contrib": "4.11.0",
|
|
229
|
-
"brace-expansion": "2.0.2",
|
|
230
|
-
"bresenham": "0.0.3",
|
|
231
|
-
"drawille-blessed-contrib": "1.0.0",
|
|
232
|
-
"drawille-canvas-blessed-contrib": "0.1.3",
|
|
233
|
-
"es-define-property": "npm:@socketregistry/es-define-property@^1.0.7",
|
|
234
|
-
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1.0.9",
|
|
235
|
-
"form-data": "4.0.6",
|
|
236
|
-
"function-bind": "npm:@socketregistry/function-bind@^1.0.7",
|
|
237
|
-
"globalthis": "npm:@socketregistry/globalthis@^1.0.7",
|
|
238
|
-
"gopd": "npm:@socketregistry/gopd@^1.0.7",
|
|
239
|
-
"graceful-fs": "4.2.11",
|
|
240
|
-
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1.0.7",
|
|
241
|
-
"has-proto": "npm:@socketregistry/has-proto@^1.0.7",
|
|
242
|
-
"has-symbols": "npm:@socketregistry/has-symbols@^1.0.7",
|
|
243
|
-
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1.0.7",
|
|
244
|
-
"hasown": "npm:@socketregistry/hasown@^1.0.7",
|
|
245
|
-
"indent-string": "npm:@socketregistry/indent-string@^1.0.13",
|
|
246
|
-
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.10",
|
|
247
|
-
"isarray": "npm:@socketregistry/isarray@^1.0.7",
|
|
248
|
-
"lodash": "4.17.21",
|
|
249
|
-
"meow": "13.2.0",
|
|
250
|
-
"npm-package-arg": "$npm-package-arg",
|
|
251
|
-
"packageurl-js": "npm:@socketregistry/packageurl-js@^1.0.9",
|
|
252
|
-
"path-parse": "npm:@socketregistry/path-parse@^1.0.7",
|
|
253
|
-
"rollup": "4.50.1",
|
|
254
|
-
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.8",
|
|
255
|
-
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.9",
|
|
256
|
-
"semver": "$semver",
|
|
257
|
-
"set-function-length": "npm:@socketregistry/set-function-length@^1.0.9",
|
|
258
|
-
"shell-quote": "npm:shell-quote@^1.8.3",
|
|
259
|
-
"side-channel": "npm:@socketregistry/side-channel@^1.0.9",
|
|
260
|
-
"sigstore": "4.1.1",
|
|
261
|
-
"string_decoder": "0.10.31",
|
|
262
|
-
"tar": "7.5.16",
|
|
263
|
-
"tiny-colors": "$yoctocolors-cjs",
|
|
264
|
-
"tiny-updater": "3.5.3",
|
|
265
|
-
"typedarray": "npm:@socketregistry/typedarray@^1.0.7",
|
|
266
|
-
"undici": "6.21.3",
|
|
267
|
-
"vite": "7.1.5",
|
|
268
|
-
"xml2js": "0.6.2",
|
|
269
|
-
"yaml": "2.8.1",
|
|
270
|
-
"yargs-parser": "$yargs-parser"
|
|
271
|
-
},
|
|
272
|
-
"patchedDependencies": {
|
|
273
|
-
"graceful-fs@4.2.11": "patches/graceful-fs@4.2.11.patch",
|
|
274
|
-
"string_decoder@0.10.31": "patches/string_decoder@0.10.31.patch",
|
|
275
|
-
"meow@13.2.0": "patches/meow@13.2.0.patch",
|
|
276
|
-
"@rollup/plugin-commonjs@28.0.6": "patches/@rollup__plugin-commonjs@28.0.6.patch",
|
|
277
|
-
"ansi-term@0.0.2": "patches/ansi-term@0.0.2.patch",
|
|
278
|
-
"drawille-blessed-contrib@1.0.0": "patches/drawille-blessed-contrib@1.0.0.patch",
|
|
279
|
-
"drawille-canvas-blessed-contrib@0.1.3": "patches/drawille-canvas-blessed-contrib@0.1.3.patch",
|
|
280
|
-
"blessed@0.1.81": "patches/blessed@0.1.81.patch",
|
|
281
|
-
"blessed-contrib@4.11.0": "patches/blessed-contrib@4.11.0.patch",
|
|
282
|
-
"brace-expansion@2.0.2": "patches/brace-expansion@2.0.2.patch",
|
|
283
|
-
"bresenham@0.0.3": "patches/bresenham@0.0.3.patch",
|
|
284
|
-
"lodash@4.17.21": "patches/lodash@4.17.21.patch",
|
|
285
|
-
"rollup@4.50.1": "patches/rollup@4.50.1.patch",
|
|
286
|
-
"tiny-updater@3.5.3": "patches/tiny-updater@3.5.3.patch"
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
165
|
"typeCoverage": {
|
|
290
166
|
"cache": true,
|
|
291
167
|
"atLeast": 95,
|
|
@@ -296,5 +172,59 @@
|
|
|
296
172
|
"ignore-type-assertion": true,
|
|
297
173
|
"ignore-files": "test/*",
|
|
298
174
|
"strict": true
|
|
175
|
+
},
|
|
176
|
+
"scripts": {
|
|
177
|
+
"build": "pnpm build:dist",
|
|
178
|
+
"build:dist": "pnpm build:dist:src && pnpm build:dist:types",
|
|
179
|
+
"build:dist:src": "run-p -c clean:dist clean:external && dotenvx -q run -f .env.local -- rollup -c .config/rollup.dist.config.mjs",
|
|
180
|
+
"build:dist:types": "pnpm clean:dist:types && tsgo --project tsconfig.dts.json",
|
|
181
|
+
"build:maven-extension": "bash src/commands/manifest/scripts/maven-extension/build-jar.sh",
|
|
182
|
+
"build:sea": "node src/sea/build-sea.mts",
|
|
183
|
+
"build:sea:internal:bootstrap": "rollup -c .config/rollup.sea.config.mjs",
|
|
184
|
+
"check": "pnpm check:lint && pnpm check:tsc",
|
|
185
|
+
"check:lint": "dotenvx -q run -f .env.local -- eslint --report-unused-disable-directives .",
|
|
186
|
+
"check:tsc": "tsgo",
|
|
187
|
+
"check-ci": "pnpm check:lint",
|
|
188
|
+
"coverage": "run-s coverage:*",
|
|
189
|
+
"coverage:test": "run-s test:prepare test:unit:coverage",
|
|
190
|
+
"coverage:type": "dotenvx -q run -f .env.local -- type-coverage --detail",
|
|
191
|
+
"clean": "run-p -c --aggregate-output clean:*",
|
|
192
|
+
"clean:cache": "del-cli '**/.cache'",
|
|
193
|
+
"clean:dist": "del-cli 'dist'",
|
|
194
|
+
"clean:dist:types": "del-cli 'dist/types'",
|
|
195
|
+
"clean:external": "del-cli 'external'",
|
|
196
|
+
"clean:node_modules": "del-cli '**/node_modules'",
|
|
197
|
+
"fix": "pnpm lint:fix",
|
|
198
|
+
"knip:dependencies": "knip --dependencies",
|
|
199
|
+
"knip:exports": "knip --include exports,duplicates",
|
|
200
|
+
"lint": "dotenvx -q run -f .env.local -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json .",
|
|
201
|
+
"lint:dist:fix": "run-s -c lint:dist:fix:*",
|
|
202
|
+
"lint:dist:fix:oxlint": "dotenvx -q run -f .env.dist -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json --silent --fix ./dist | dev-null",
|
|
203
|
+
"lint:dist:fix:biome": "dotenvx -q run -f .env.dist -- biome format --log-level=none --fix ./dist | dev-null",
|
|
204
|
+
"//lint:dist:fix:eslint": "dotenvx -q run -f .env.dist -- eslint --report-unused-disable-directives --quiet --fix ./dist | dev-null",
|
|
205
|
+
"lint:external:fix": "run-s -c lint:external:fix:*",
|
|
206
|
+
"lint:external:fix:oxlint": "dotenvx -q run -f .env.external -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json --silent --fix ./external | dev-null",
|
|
207
|
+
"lint:external:fix:biome": "dotenvx -q run -f .env.external -- biome format --log-level=none --fix ./external | dev-null",
|
|
208
|
+
"//lint:external:fix:eslint": "dotenvx -q run -f .env.external -- eslint --report-unused-disable-directives --quiet --fix ./external | dev-null",
|
|
209
|
+
"lint:fix": "run-s -c lint:fix:*",
|
|
210
|
+
"lint:fix:oxlint": "dotenvx -q run -f .env.local -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json --quiet --fix . | dev-null",
|
|
211
|
+
"lint:fix:biome": "dotenvx -q run -f .env.local -- biome format --log-level=none --fix . | dev-null",
|
|
212
|
+
"lint:fix:eslint": "dotenvx -q run -f .env.local -- eslint --report-unused-disable-directives --fix . | dev-null",
|
|
213
|
+
"lint-staged": "dotenvx -q run -f .env.local -- lint-staged",
|
|
214
|
+
"precommit": "dotenvx -q run -f .env.local -- lint-staged",
|
|
215
|
+
"bs": "dotenvx -q run -f .env.local -- pnpm build:dist:src; pnpm exec socket --",
|
|
216
|
+
"s": "dotenvx -q run -f .env.local -- pnpm exec socket --",
|
|
217
|
+
"e2e-tests": "dotenvx -q run -f .env.test -- vitest run --config vitest.e2e.config.mts",
|
|
218
|
+
"test": "run-s check test:*",
|
|
219
|
+
"test:prepare": "dotenvx -q run -f .env.test -- pnpm build && del-cli 'test/**/node_modules'",
|
|
220
|
+
"test:unit": "dotenvx -q run -f .env.test -- vitest run",
|
|
221
|
+
"test:unit:update": "dotenvx -q run -f .env.test -- vitest run --update",
|
|
222
|
+
"test:unit:coverage": "dotenvx -q run -f .env.test -- vitest run --coverage",
|
|
223
|
+
"test-ci": "run-s test:*",
|
|
224
|
+
"testu": "dotenvx -q run -f .env.testu -- run-s test:prepare; pnpm test:unit:update --",
|
|
225
|
+
"testuf": "dotenvx -q run -f .env.testu -- pnpm test:unit:update --",
|
|
226
|
+
"update": "run-p --aggregate-output update:**",
|
|
227
|
+
"update:deps": "taze",
|
|
228
|
+
"update:socket": "pnpm update '@socketsecurity/*' '@socketregistry/*' --latest"
|
|
299
229
|
}
|
|
300
|
-
}
|
|
230
|
+
}
|
package/shadow-bin/npm
CHANGED
|
File without changes
|
package/shadow-bin/npx
CHANGED
|
File without changes
|
package/shadow-bin/pnpm
CHANGED
|
File without changes
|
package/shadow-bin/yarn
CHANGED
|
File without changes
|