@socketsecurity/cli 1.1.4 → 1.1.5
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 +20 -14
- package/dist/cli.js +517 -351
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +34 -13
- package/dist/constants.js.map +1 -1
- package/dist/flags.js +15 -9
- package/dist/flags.js.map +1 -1
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -1
- package/dist/types/commands/analytics/handle-analytics.d.mts +6 -5
- package/dist/types/commands/analytics/handle-analytics.d.mts.map +1 -1
- package/dist/types/commands/analytics/output-analytics.d.mts +6 -5
- package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -1
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -1
- package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/coana-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/handle-fix.d.mts +1 -1
- package/dist/types/commands/fix/handle-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/pull-request.d.mts +2 -2
- package/dist/types/commands/fix/pull-request.d.mts.map +1 -1
- package/dist/types/commands/fix/types.d.mts +1 -4
- package/dist/types/commands/fix/types.d.mts.map +1 -1
- package/dist/types/commands/login/cmd-login.d.mts.map +1 -1
- package/dist/types/commands/organization/fetch-organization-list.d.mts +1 -1
- package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -1
- package/dist/types/commands/patch/cmd-patch.d.mts.map +1 -1
- package/dist/types/commands/patch/handle-patch.d.mts +3 -9
- package/dist/types/commands/patch/handle-patch.d.mts.map +1 -1
- package/dist/types/commands/patch/output-patch-result.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-del.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-view.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-github.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -1
- package/dist/types/commands/scan/generate-report.d.mts.map +1 -1
- package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -1
- package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -1
- package/dist/types/constants.d.mts +21 -7
- package/dist/types/constants.d.mts.map +1 -1
- package/dist/types/flags.d.mts.map +1 -1
- package/dist/types/utils/api.d.mts +8 -7
- package/dist/types/utils/api.d.mts.map +1 -1
- package/dist/types/utils/config.d.mts.map +1 -1
- package/dist/types/utils/git.d.mts +1 -0
- package/dist/types/utils/git.d.mts.map +1 -1
- package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
- package/dist/types/utils/purl.d.mts +34 -19
- package/dist/types/utils/purl.d.mts.map +1 -1
- package/dist/types/utils/socket-package-alert.d.mts.map +1 -1
- package/dist/types/utils/spec.d.mts +1 -1
- package/dist/types/utils/spec.d.mts.map +1 -1
- package/dist/utils.js +94 -66
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +378 -378
- package/external/@socketsecurity/registry/lib/constants/skip-tests-by-ecosystem.js +0 -1
- package/package.json +9 -8
|
@@ -17,7 +17,6 @@ module.exports = new Map([
|
|
|
17
17
|
// Win32 environments for the time being.
|
|
18
18
|
// https://github.com/es-shims/Date/issues/3
|
|
19
19
|
// https://github.com/es-shims/Date/tree/v2.0.5
|
|
20
|
-
// Lazily access constants.ENV.
|
|
21
20
|
...(WIN32 ? [] : ['date']),
|
|
22
21
|
// es6-object-assign has no unit tests.
|
|
23
22
|
// https://github.com/rubennorte/es6-object-assign/tree/v1.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "CLI for Socket.dev",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"@babel/plugin-transform-runtime": "7.28.3",
|
|
86
86
|
"@babel/preset-typescript": "7.27.1",
|
|
87
87
|
"@babel/runtime": "7.28.4",
|
|
88
|
-
"@biomejs/biome": "2.2.
|
|
89
|
-
"@coana-tech/cli": "14.12.
|
|
88
|
+
"@biomejs/biome": "2.2.4",
|
|
89
|
+
"@coana-tech/cli": "14.12.22",
|
|
90
90
|
"@cyclonedx/cdxgen": "11.7.0",
|
|
91
91
|
"@dotenvx/dotenvx": "1.49.0",
|
|
92
92
|
"@eslint/compat": "1.3.2",
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
"@socketregistry/is-interactive": "1.0.6",
|
|
114
114
|
"@socketregistry/packageurl-js": "1.0.9",
|
|
115
115
|
"@socketsecurity/config": "3.0.1",
|
|
116
|
-
"@socketsecurity/registry": "1.1.
|
|
117
|
-
"@socketsecurity/sdk": "1.4.
|
|
116
|
+
"@socketsecurity/registry": "1.1.5",
|
|
117
|
+
"@socketsecurity/sdk": "1.4.88",
|
|
118
118
|
"@types/blessed": "0.1.25",
|
|
119
119
|
"@types/cmd-shim": "5.0.2",
|
|
120
120
|
"@types/js-yaml": "4.0.9",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@types/which": "3.0.4",
|
|
129
129
|
"@types/yargs-parser": "21.0.3",
|
|
130
130
|
"@typescript-eslint/parser": "8.43.0",
|
|
131
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
131
|
+
"@typescript/native-preview": "7.0.0-dev.20250910.1",
|
|
132
132
|
"@vitest/coverage-v8": "3.2.4",
|
|
133
133
|
"blessed": "0.1.81",
|
|
134
134
|
"blessed-contrib": "4.11.0",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"synp": "1.9.14",
|
|
170
170
|
"terminal-link": "2.1.1",
|
|
171
171
|
"tiny-updater": "3.5.3",
|
|
172
|
-
"trash": "
|
|
172
|
+
"trash": "10.0.0",
|
|
173
173
|
"type-coverage": "2.29.7",
|
|
174
174
|
"typescript-eslint": "8.43.0",
|
|
175
175
|
"unplugin-purge-polyfills": "0.1.0",
|
|
@@ -211,7 +211,8 @@
|
|
|
211
211
|
"undici": "6.21.3",
|
|
212
212
|
"vite": "7.1.5",
|
|
213
213
|
"xml2js": "0.6.2",
|
|
214
|
-
"yaml": "2.8.1"
|
|
214
|
+
"yaml": "2.8.1",
|
|
215
|
+
"yargs-parser": "$yargs-parser"
|
|
215
216
|
},
|
|
216
217
|
"engines": {
|
|
217
218
|
"node": ">=18"
|