@socketsecurity/cli-with-sentry 0.15.42 → 0.15.44
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/dist/cli.js +592 -455
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/shadow-inject.js +10 -3
- package/dist/shadow-inject.js.map +1 -1
- package/dist/types/cli.d.mts +2 -0
- package/dist/types/cli.d.mts.map +1 -0
- package/dist/types/commands/analytics/cmd-analytics.d.mts +10 -0
- package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -0
- package/dist/types/commands/analytics/fetch-org-analytics.d.mts +4 -0
- package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -0
- package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +4 -0
- package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -0
- package/dist/types/commands/analytics/handle-analytics.d.mts +9 -0
- package/dist/types/commands/analytics/handle-analytics.d.mts.map +1 -0
- package/dist/types/commands/analytics/output-analytics.d.mts +28 -0
- package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -0
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts +10 -0
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -0
- package/dist/types/commands/audit-log/fetch-audit-log.d.mts +10 -0
- package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -0
- package/dist/types/commands/audit-log/handle-audit-log.d.mts +9 -0
- package/dist/types/commands/audit-log/handle-audit-log.d.mts.map +1 -0
- package/dist/types/commands/audit-log/output-audit-log.d.mts +22 -0
- package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -0
- package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts +10 -0
- package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts.map +1 -0
- package/dist/types/commands/cdxgen/handle-cdxgen.d.mts +4 -0
- package/dist/types/commands/cdxgen/handle-cdxgen.d.mts.map +1 -0
- package/dist/types/commands/ci/cmd-ci.d.mts +10 -0
- package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -0
- package/dist/types/commands/ci/fetch-default-org-slug.d.mts +4 -0
- package/dist/types/commands/ci/fetch-default-org-slug.d.mts.map +1 -0
- package/dist/types/commands/ci/handle-ci.d.mts +2 -0
- package/dist/types/commands/ci/handle-ci.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config-auto.d.mts +10 -0
- package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config-get.d.mts +10 -0
- package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config-list.d.mts +10 -0
- package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config-set.d.mts +10 -0
- package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config-unset.d.mts +10 -0
- package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -0
- package/dist/types/commands/config/cmd-config.d.mts +3 -0
- package/dist/types/commands/config/cmd-config.d.mts.map +1 -0
- package/dist/types/commands/config/discover-config-value.d.mts +3 -0
- package/dist/types/commands/config/discover-config-value.d.mts.map +1 -0
- package/dist/types/commands/config/handle-config-auto.d.mts +7 -0
- package/dist/types/commands/config/handle-config-auto.d.mts.map +1 -0
- package/dist/types/commands/config/handle-config-get.d.mts +7 -0
- package/dist/types/commands/config/handle-config-get.d.mts.map +1 -0
- package/dist/types/commands/config/handle-config-set.d.mts +8 -0
- package/dist/types/commands/config/handle-config-set.d.mts.map +1 -0
- package/dist/types/commands/config/handle-config-unset.d.mts +7 -0
- package/dist/types/commands/config/handle-config-unset.d.mts.map +1 -0
- package/dist/types/commands/config/output-config-auto.d.mts +4 -0
- package/dist/types/commands/config/output-config-auto.d.mts.map +1 -0
- package/dist/types/commands/config/output-config-get.d.mts +4 -0
- package/dist/types/commands/config/output-config-get.d.mts.map +1 -0
- package/dist/types/commands/config/output-config-list.d.mts +6 -0
- package/dist/types/commands/config/output-config-list.d.mts.map +1 -0
- package/dist/types/commands/config/output-config-set.d.mts +3 -0
- package/dist/types/commands/config/output-config-set.d.mts.map +1 -0
- package/dist/types/commands/config/output-config-unset.d.mts +3 -0
- package/dist/types/commands/config/output-config-unset.d.mts.map +1 -0
- package/dist/types/commands/dependencies/cmd-dependencies.d.mts +10 -0
- package/dist/types/commands/dependencies/cmd-dependencies.d.mts.map +1 -0
- package/dist/types/commands/dependencies/fetch-dependencies.d.mts +7 -0
- package/dist/types/commands/dependencies/fetch-dependencies.d.mts.map +1 -0
- package/dist/types/commands/dependencies/handle-dependencies.d.mts +7 -0
- package/dist/types/commands/dependencies/handle-dependencies.d.mts.map +1 -0
- package/dist/types/commands/dependencies/output-dependencies.d.mts +8 -0
- package/dist/types/commands/dependencies/output-dependencies.d.mts.map +1 -0
- package/dist/types/commands/diff-scan/cmd-diff-scan-get.d.mts +10 -0
- package/dist/types/commands/diff-scan/cmd-diff-scan-get.d.mts.map +1 -0
- package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts +3 -0
- package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts.map +1 -0
- package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts +8 -0
- package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts.map +1 -0
- package/dist/types/commands/diff-scan/handle-diff-scan.d.mts +10 -0
- package/dist/types/commands/diff-scan/handle-diff-scan.d.mts.map +1 -0
- package/dist/types/commands/diff-scan/output-diff-scan.d.mts +8 -0
- package/dist/types/commands/diff-scan/output-diff-scan.d.mts.map +1 -0
- package/dist/types/commands/fix/cmd-fix.d.mts +10 -0
- package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/git.d.mts +40 -0
- package/dist/types/commands/fix/git.d.mts.map +1 -0
- package/dist/types/commands/fix/handle-fix.d.mts +13 -0
- package/dist/types/commands/fix/handle-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/npm-fix.d.mts +15 -0
- package/dist/types/commands/fix/npm-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/open-pr.d.mts +49 -0
- package/dist/types/commands/fix/open-pr.d.mts.map +1 -0
- package/dist/types/commands/fix/output-fix-result.d.mts +3 -0
- package/dist/types/commands/fix/output-fix-result.d.mts.map +1 -0
- package/dist/types/commands/fix/pnpm-fix.d.mts +15 -0
- package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/run-fix.d.mts +12 -0
- package/dist/types/commands/fix/run-fix.d.mts.map +1 -0
- package/dist/types/commands/fix/shared.d.mts +9 -0
- package/dist/types/commands/fix/shared.d.mts.map +1 -0
- package/dist/types/commands/info/cmd-info.d.mts +10 -0
- package/dist/types/commands/info/cmd-info.d.mts.map +1 -0
- package/dist/types/commands/info/fetch-package-info.d.mts +3 -0
- package/dist/types/commands/info/fetch-package-info.d.mts.map +1 -0
- package/dist/types/commands/info/handle-package-info.d.mts +17 -0
- package/dist/types/commands/info/handle-package-info.d.mts.map +1 -0
- package/dist/types/commands/info/output-package-info.d.mts +10 -0
- package/dist/types/commands/info/output-package-info.d.mts.map +1 -0
- package/dist/types/commands/install/cmd-install-completion.d.mts +10 -0
- package/dist/types/commands/install/cmd-install-completion.d.mts.map +1 -0
- package/dist/types/commands/install/cmd-install.d.mts +3 -0
- package/dist/types/commands/install/cmd-install.d.mts.map +1 -0
- package/dist/types/commands/install/handle-install-completion.d.mts +2 -0
- package/dist/types/commands/install/handle-install-completion.d.mts.map +1 -0
- package/dist/types/commands/install/output-install-completion.d.mts +12 -0
- package/dist/types/commands/install/output-install-completion.d.mts.map +1 -0
- package/dist/types/commands/install/setup-tab-completion.d.mts +13 -0
- package/dist/types/commands/install/setup-tab-completion.d.mts.map +1 -0
- package/dist/types/commands/login/apply-login.d.mts +2 -0
- package/dist/types/commands/login/apply-login.d.mts.map +1 -0
- package/dist/types/commands/login/attempt-login.d.mts +2 -0
- package/dist/types/commands/login/attempt-login.d.mts.map +1 -0
- package/dist/types/commands/login/cmd-login.d.mts +10 -0
- package/dist/types/commands/login/cmd-login.d.mts.map +1 -0
- package/dist/types/commands/logout/apply-logout.d.mts +2 -0
- package/dist/types/commands/logout/apply-logout.d.mts.map +1 -0
- package/dist/types/commands/logout/attempt-logout.d.mts +2 -0
- package/dist/types/commands/logout/attempt-logout.d.mts.map +1 -0
- package/dist/types/commands/logout/cmd-logout.d.mts +10 -0
- package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-auto.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-auto.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-conda.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-conda.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-scala.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest-setup.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -0
- package/dist/types/commands/manifest/cmd-manifest.d.mts +10 -0
- package/dist/types/commands/manifest/cmd-manifest.d.mts.map +1 -0
- package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts +8 -0
- package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts.map +1 -0
- package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts +7 -0
- package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts.map +1 -0
- package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts +8 -0
- package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts.map +1 -0
- package/dist/types/commands/manifest/detect-manifest-actions.d.mts +13 -0
- package/dist/types/commands/manifest/detect-manifest-actions.d.mts.map +1 -0
- package/dist/types/commands/manifest/generate_auto_manifest.d.mts +9 -0
- package/dist/types/commands/manifest/generate_auto_manifest.d.mts.map +1 -0
- package/dist/types/commands/manifest/handle-manifest-conda.d.mts +9 -0
- package/dist/types/commands/manifest/handle-manifest-conda.d.mts.map +1 -0
- package/dist/types/commands/manifest/handle-manifest-setup.d.mts +2 -0
- package/dist/types/commands/manifest/handle-manifest-setup.d.mts.map +1 -0
- package/dist/types/commands/manifest/output-manifest-setup.d.mts +3 -0
- package/dist/types/commands/manifest/output-manifest-setup.d.mts.map +1 -0
- package/dist/types/commands/manifest/output-requirements.d.mts +6 -0
- package/dist/types/commands/manifest/output-requirements.d.mts.map +1 -0
- package/dist/types/commands/manifest/run-cdxgen.d.mts +2 -0
- package/dist/types/commands/manifest/run-cdxgen.d.mts.map +1 -0
- package/dist/types/commands/manifest/setup-manifest-config.d.mts +3 -0
- package/dist/types/commands/manifest/setup-manifest-config.d.mts.map +1 -0
- package/dist/types/commands/npm/cmd-npm.d.mts +10 -0
- package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -0
- package/dist/types/commands/npx/cmd-npx.d.mts +10 -0
- package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -0
- package/dist/types/commands/oops/cmd-oops.d.mts +10 -0
- package/dist/types/commands/oops/cmd-oops.d.mts.map +1 -0
- package/dist/types/commands/optimize/add-overrides.d.mts +20 -0
- package/dist/types/commands/optimize/add-overrides.d.mts.map +1 -0
- package/dist/types/commands/optimize/apply-optimization.d.mts +9 -0
- package/dist/types/commands/optimize/apply-optimization.d.mts.map +1 -0
- package/dist/types/commands/optimize/cmd-optimize.d.mts +10 -0
- package/dist/types/commands/optimize/cmd-optimize.d.mts.map +1 -0
- package/dist/types/commands/optimize/deps-includes-by-agent.d.mts +4 -0
- package/dist/types/commands/optimize/deps-includes-by-agent.d.mts.map +1 -0
- package/dist/types/commands/optimize/get-dependency-entries.d.mts +3 -0
- package/dist/types/commands/optimize/get-dependency-entries.d.mts.map +1 -0
- package/dist/types/commands/optimize/get-overrides-by-agent.d.mts +9 -0
- package/dist/types/commands/optimize/get-overrides-by-agent.d.mts.map +1 -0
- package/dist/types/commands/optimize/handle-optimize.d.mts +8 -0
- package/dist/types/commands/optimize/handle-optimize.d.mts.map +1 -0
- package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts +3 -0
- package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts.map +1 -0
- package/dist/types/commands/optimize/ls-by-agent.d.mts +7 -0
- package/dist/types/commands/optimize/ls-by-agent.d.mts.map +1 -0
- package/dist/types/commands/optimize/output-optimize-result.d.mts +9 -0
- package/dist/types/commands/optimize/output-optimize-result.d.mts.map +1 -0
- package/dist/types/commands/optimize/shared.d.mts +2 -0
- package/dist/types/commands/optimize/shared.d.mts.map +1 -0
- package/dist/types/commands/optimize/types.d.mts +9 -0
- package/dist/types/commands/optimize/types.d.mts.map +1 -0
- package/dist/types/commands/optimize/update-lockfile.d.mts +11 -0
- package/dist/types/commands/optimize/update-lockfile.d.mts.map +1 -0
- package/dist/types/commands/optimize/update-manifest-by-agent.d.mts +5 -0
- package/dist/types/commands/optimize/update-manifest-by-agent.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-list.d.mts +10 -0
- package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-policy-license.d.mts +10 -0
- package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +10 -0
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-policy.d.mts +3 -0
- package/dist/types/commands/organization/cmd-organization-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-quota.d.mts +10 -0
- package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization.d.mts +3 -0
- package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -0
- package/dist/types/commands/organization/fetch-license-policy.d.mts +4 -0
- package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/fetch-organization-list.d.mts +4 -0
- package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -0
- package/dist/types/commands/organization/fetch-quota.d.mts +4 -0
- package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -0
- package/dist/types/commands/organization/fetch-security-policy.d.mts +4 -0
- package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/handle-license-policy.d.mts +3 -0
- package/dist/types/commands/organization/handle-license-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/handle-organization-list.d.mts +3 -0
- package/dist/types/commands/organization/handle-organization-list.d.mts.map +1 -0
- package/dist/types/commands/organization/handle-quota.d.mts +3 -0
- package/dist/types/commands/organization/handle-quota.d.mts.map +1 -0
- package/dist/types/commands/organization/handle-security-policy.d.mts +3 -0
- package/dist/types/commands/organization/handle-security-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/output-license-policy.d.mts +4 -0
- package/dist/types/commands/organization/output-license-policy.d.mts.map +1 -0
- package/dist/types/commands/organization/output-organization-list.d.mts +4 -0
- package/dist/types/commands/organization/output-organization-list.d.mts.map +1 -0
- package/dist/types/commands/organization/output-quota.d.mts +4 -0
- package/dist/types/commands/organization/output-quota.d.mts.map +1 -0
- package/dist/types/commands/organization/output-security-policy.d.mts +4 -0
- package/dist/types/commands/organization/output-security-policy.d.mts.map +1 -0
- package/dist/types/commands/package/cmd-package-score.d.mts +10 -0
- package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -0
- package/dist/types/commands/package/cmd-package-shallow.d.mts +17 -0
- package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -0
- package/dist/types/commands/package/cmd-package.d.mts +3 -0
- package/dist/types/commands/package/cmd-package.d.mts.map +1 -0
- package/dist/types/commands/package/fetch-purl-deep-score.d.mts +51 -0
- package/dist/types/commands/package/fetch-purl-deep-score.d.mts.map +1 -0
- package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +4 -0
- package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -0
- package/dist/types/commands/package/handle-purl-deep-score.d.mts +3 -0
- package/dist/types/commands/package/handle-purl-deep-score.d.mts.map +1 -0
- package/dist/types/commands/package/handle-purls-shallow-score.d.mts +6 -0
- package/dist/types/commands/package/handle-purls-shallow-score.d.mts.map +1 -0
- package/dist/types/commands/package/output-purl-score.d.mts +4 -0
- package/dist/types/commands/package/output-purl-score.d.mts.map +1 -0
- package/dist/types/commands/package/output-purls-shallow-score.d.mts +4 -0
- package/dist/types/commands/package/output-purls-shallow-score.d.mts.map +1 -0
- package/dist/types/commands/package/parse-package-specifiers.d.mts +9 -0
- package/dist/types/commands/package/parse-package-specifiers.d.mts.map +1 -0
- package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts +10 -0
- package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -0
- package/dist/types/commands/raw-npm/run-raw-npm.d.mts +2 -0
- package/dist/types/commands/raw-npm/run-raw-npm.d.mts.map +1 -0
- package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts +10 -0
- package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -0
- package/dist/types/commands/raw-npx/run-raw-npx.d.mts +2 -0
- package/dist/types/commands/raw-npx/run-raw-npx.d.mts.map +1 -0
- package/dist/types/commands/report/cmd-report-create.d.mts +10 -0
- package/dist/types/commands/report/cmd-report-create.d.mts.map +1 -0
- package/dist/types/commands/report/cmd-report-view.d.mts +10 -0
- package/dist/types/commands/report/cmd-report-view.d.mts.map +1 -0
- package/dist/types/commands/report/cmd-report.d.mts +3 -0
- package/dist/types/commands/report/cmd-report.d.mts.map +1 -0
- package/dist/types/commands/repos/cmd-repos-create.d.mts +10 -0
- package/dist/types/commands/repos/cmd-repos-create.d.mts.map +1 -0
- package/dist/types/commands/repos/cmd-repos-del.d.mts +10 -0
- package/dist/types/commands/repos/cmd-repos-del.d.mts.map +1 -0
- package/dist/types/commands/repos/cmd-repos-list.d.mts +10 -0
- package/dist/types/commands/repos/cmd-repos-list.d.mts.map +1 -0
- package/dist/types/commands/repos/cmd-repos-update.d.mts +10 -0
- package/dist/types/commands/repos/cmd-repos-update.d.mts.map +1 -0
- package/dist/types/commands/repos/cmd-repos-view.d.mts +10 -0
- package/dist/types/commands/repos/cmd-repos-view.d.mts.map +1 -0
- package/dist/types/commands/repos/cmd-repos.d.mts +3 -0
- package/dist/types/commands/repos/cmd-repos.d.mts.map +1 -0
- package/dist/types/commands/repos/fetch-create-repo.d.mts +11 -0
- package/dist/types/commands/repos/fetch-create-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/fetch-delete-repo.d.mts +4 -0
- package/dist/types/commands/repos/fetch-delete-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/fetch-list-all-repos.d.mts +8 -0
- package/dist/types/commands/repos/fetch-list-all-repos.d.mts.map +1 -0
- package/dist/types/commands/repos/fetch-list-repos.d.mts +10 -0
- package/dist/types/commands/repos/fetch-list-repos.d.mts.map +1 -0
- package/dist/types/commands/repos/fetch-update-repo.d.mts +11 -0
- package/dist/types/commands/repos/fetch-update-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/fetch-view-repo.d.mts +4 -0
- package/dist/types/commands/repos/fetch-view-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/handle-create-repo.d.mts +10 -0
- package/dist/types/commands/repos/handle-create-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/handle-delete-repo.d.mts +3 -0
- package/dist/types/commands/repos/handle-delete-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/handle-list-repos.d.mts +11 -0
- package/dist/types/commands/repos/handle-list-repos.d.mts.map +1 -0
- package/dist/types/commands/repos/handle-update-repo.d.mts +10 -0
- package/dist/types/commands/repos/handle-update-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/handle-view-repo.d.mts +3 -0
- package/dist/types/commands/repos/handle-view-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/output-create-repo.d.mts +4 -0
- package/dist/types/commands/repos/output-create-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/output-delete-repo.d.mts +4 -0
- package/dist/types/commands/repos/output-delete-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/output-list-repos.d.mts +4 -0
- package/dist/types/commands/repos/output-list-repos.d.mts.map +1 -0
- package/dist/types/commands/repos/output-update-repo.d.mts +4 -0
- package/dist/types/commands/repos/output-update-repo.d.mts.map +1 -0
- package/dist/types/commands/repos/output-view-repo.d.mts +4 -0
- package/dist/types/commands/repos/output-view-repo.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-create.d.mts +10 -0
- package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-del.d.mts +10 -0
- package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-diff.d.mts +10 -0
- package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-github.d.mts +10 -0
- package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-list.d.mts +3 -0
- package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-metadata.d.mts +3 -0
- package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-reach.d.mts +10 -0
- package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-report.d.mts +3 -0
- package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-setup.d.mts +10 -0
- package/dist/types/commands/scan/cmd-scan-setup.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-view.d.mts +3 -0
- package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan.d.mts +3 -0
- package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/create-scan-from-github.d.mts +12 -0
- package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +11 -0
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +4 -0
- package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-diff-scan.d.mts +8 -0
- package/dist/types/commands/scan/fetch-diff-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-list-scans.d.mts +13 -0
- package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-report-data.d.mts +12 -0
- package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-scan-metadata.d.mts +4 -0
- package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-scan.d.mts +4 -0
- package/dist/types/commands/scan/fetch-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +4 -0
- package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -0
- package/dist/types/commands/scan/generate-report.d.mts +43 -0
- package/dist/types/commands/scan/generate-report.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-create-github-scan.d.mts +12 -0
- package/dist/types/commands/scan/handle-create-github-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-create-new-scan.d.mts +21 -0
- package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-delete-scan.d.mts +3 -0
- package/dist/types/commands/scan/handle-delete-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-diff-scan.d.mts +10 -0
- package/dist/types/commands/scan/handle-diff-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-list-scans.d.mts +13 -0
- package/dist/types/commands/scan/handle-list-scans.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-reach-scan.d.mts +3 -0
- package/dist/types/commands/scan/handle-reach-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-scan-config.d.mts +2 -0
- package/dist/types/commands/scan/handle-scan-config.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-scan-metadata.d.mts +3 -0
- package/dist/types/commands/scan/handle-scan-metadata.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-scan-report.d.mts +12 -0
- package/dist/types/commands/scan/handle-scan-report.d.mts.map +1 -0
- package/dist/types/commands/scan/handle-scan-view.d.mts +3 -0
- package/dist/types/commands/scan/handle-scan-view.d.mts.map +1 -0
- package/dist/types/commands/scan/output-create-new-scan.d.mts +4 -0
- package/dist/types/commands/scan/output-create-new-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/output-delete-scan.d.mts +4 -0
- package/dist/types/commands/scan/output-delete-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/output-diff-scan.d.mts +8 -0
- package/dist/types/commands/scan/output-diff-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/output-list-scans.d.mts +4 -0
- package/dist/types/commands/scan/output-list-scans.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-config-result.d.mts +3 -0
- package/dist/types/commands/scan/output-scan-config-result.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-metadata.d.mts +4 -0
- package/dist/types/commands/scan/output-scan-metadata.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-reach.d.mts +3 -0
- package/dist/types/commands/scan/output-scan-reach.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-report.d.mts +20 -0
- package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -0
- package/dist/types/commands/scan/output-scan-view.d.mts +4 -0
- package/dist/types/commands/scan/output-scan-view.d.mts.map +1 -0
- package/dist/types/commands/scan/scan-reachability.d.mts +3 -0
- package/dist/types/commands/scan/scan-reachability.d.mts.map +1 -0
- package/dist/types/commands/scan/setup-scan-config.d.mts +3 -0
- package/dist/types/commands/scan/setup-scan-config.d.mts.map +1 -0
- package/dist/types/commands/scan/stream-scan.d.mts +2 -0
- package/dist/types/commands/scan/stream-scan.d.mts.map +1 -0
- package/dist/types/commands/scan/suggest-org-slug.d.mts +2 -0
- package/dist/types/commands/scan/suggest-org-slug.d.mts.map +1 -0
- package/dist/types/commands/scan/suggest-repo-slug.d.mts +5 -0
- package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +1 -0
- package/dist/types/commands/scan/suggest_branch_slug.d.mts +2 -0
- package/dist/types/commands/scan/suggest_branch_slug.d.mts.map +1 -0
- package/dist/types/commands/scan/suggest_target.d.mts +2 -0
- package/dist/types/commands/scan/suggest_target.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts +10 -0
- package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts +10 -0
- package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/handle-threat-feed.d.mts +10 -0
- package/dist/types/commands/threat-feed/handle-threat-feed.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/output-threat-feed.d.mts +4 -0
- package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/types.d.mts +15 -0
- package/dist/types/commands/threat-feed/types.d.mts.map +1 -0
- package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts +9 -0
- package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts.map +1 -0
- package/dist/types/commands/uninstall/cmd-uninstall.d.mts +3 -0
- package/dist/types/commands/uninstall/cmd-uninstall.d.mts.map +1 -0
- package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts +2 -0
- package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts.map +1 -0
- package/dist/types/commands/uninstall/output-uninstall-completion.d.mts +6 -0
- package/dist/types/commands/uninstall/output-uninstall-completion.d.mts.map +1 -0
- package/dist/types/commands/uninstall/teardown-tab-completion.d.mts +6 -0
- package/dist/types/commands/uninstall/teardown-tab-completion.d.mts.map +1 -0
- package/dist/types/commands/wrapper/add-socket-wrapper.d.mts +2 -0
- package/dist/types/commands/wrapper/add-socket-wrapper.d.mts.map +1 -0
- package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts +2 -0
- package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts.map +1 -0
- package/dist/types/commands/wrapper/cmd-wrapper.d.mts +10 -0
- package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -0
- package/dist/types/commands/wrapper/postinstall-wrapper.d.mts +2 -0
- package/dist/types/commands/wrapper/postinstall-wrapper.d.mts.map +1 -0
- package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts +2 -0
- package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts.map +1 -0
- package/dist/types/constants.d.mts +128 -0
- package/dist/types/constants.d.mts.map +1 -0
- package/dist/types/flags.d.mts +16 -0
- package/dist/types/flags.d.mts.map +1 -0
- package/dist/types/instrument-with-sentry.d.mts +2 -0
- package/dist/types/instrument-with-sentry.d.mts.map +1 -0
- package/dist/types/shadow/npm/arborist/index.d.mts +19 -0
- package/dist/types/shadow/npm/arborist/index.d.mts.map +1 -0
- package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts +24 -0
- package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts.map +1 -0
- package/dist/types/shadow/npm/arborist/types.d.mts +119 -0
- package/dist/types/shadow/npm/arborist/types.d.mts.map +1 -0
- package/dist/types/shadow/npm/arborist-helpers.d.mts +35 -0
- package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -0
- package/dist/types/shadow/npm/bin.d.mts +2 -0
- package/dist/types/shadow/npm/bin.d.mts.map +1 -0
- package/dist/types/shadow/npm/inject.d.mts +2 -0
- package/dist/types/shadow/npm/inject.d.mts.map +1 -0
- package/dist/types/shadow/npm/install.d.mts +13 -0
- package/dist/types/shadow/npm/install.d.mts.map +1 -0
- package/dist/types/shadow/npm/link.d.mts +2 -0
- package/dist/types/shadow/npm/link.d.mts.map +1 -0
- package/dist/types/shadow/npm/paths.d.mts +7 -0
- package/dist/types/shadow/npm/paths.d.mts.map +1 -0
- package/dist/types/shadow/npm/proc-log/index.d.mts +3 -0
- package/dist/types/shadow/npm/proc-log/index.d.mts.map +1 -0
- package/dist/types/types.d.mts +29 -0
- package/dist/types/types.d.mts.map +1 -0
- package/dist/types/utils/agent.d.mts +12 -0
- package/dist/types/utils/agent.d.mts.map +1 -0
- package/dist/types/utils/alert/artifact.d.mts +35 -0
- package/dist/types/utils/alert/artifact.d.mts.map +1 -0
- package/dist/types/utils/alert/fix.d.mts +6 -0
- package/dist/types/utils/alert/fix.d.mts.map +1 -0
- package/dist/types/utils/alert/severity.d.mts +14 -0
- package/dist/types/utils/alert/severity.d.mts.map +1 -0
- package/dist/types/utils/alerts-map.d.mts +25 -0
- package/dist/types/utils/alerts-map.d.mts.map +1 -0
- package/dist/types/utils/api.d.mts +13 -0
- package/dist/types/utils/api.d.mts.map +1 -0
- package/dist/types/utils/check-input.d.mts +9 -0
- package/dist/types/utils/check-input.d.mts.map +1 -0
- package/dist/types/utils/cmd.d.mts +4 -0
- package/dist/types/utils/cmd.d.mts.map +1 -0
- package/dist/types/utils/color-or-markdown.d.mts +16 -0
- package/dist/types/utils/color-or-markdown.d.mts.map +1 -0
- package/dist/types/utils/completion.d.mts +11 -0
- package/dist/types/utils/completion.d.mts.map +1 -0
- package/dist/types/utils/config.d.mts +31 -0
- package/dist/types/utils/config.d.mts.map +1 -0
- package/dist/types/utils/determine-org-slug.d.mts +2 -0
- package/dist/types/utils/determine-org-slug.d.mts.map +1 -0
- package/dist/types/utils/errors.d.mts +14 -0
- package/dist/types/utils/errors.d.mts.map +1 -0
- package/dist/types/utils/fail-msg-with-badge.d.mts +2 -0
- package/dist/types/utils/fail-msg-with-badge.d.mts.map +1 -0
- package/dist/types/utils/fs.d.mts +22 -0
- package/dist/types/utils/fs.d.mts.map +1 -0
- package/dist/types/utils/get-output-kind.d.mts +3 -0
- package/dist/types/utils/get-output-kind.d.mts.map +1 -0
- package/dist/types/utils/glob.d.mts +14 -0
- package/dist/types/utils/glob.d.mts.map +1 -0
- package/dist/types/utils/map-to-object.d.mts +10 -0
- package/dist/types/utils/map-to-object.d.mts.map +1 -0
- package/dist/types/utils/markdown.d.mts +10 -0
- package/dist/types/utils/markdown.d.mts.map +1 -0
- package/dist/types/utils/meow-with-subcommands.d.mts +50 -0
- package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -0
- package/dist/types/utils/npm-package-arg.d.mts +4 -0
- package/dist/types/utils/npm-package-arg.d.mts.map +1 -0
- package/dist/types/utils/npm-paths.d.mts +7 -0
- package/dist/types/utils/npm-paths.d.mts.map +1 -0
- package/dist/types/utils/objects.d.mts +3 -0
- package/dist/types/utils/objects.d.mts.map +1 -0
- package/dist/types/utils/output-formatting.d.mts +15 -0
- package/dist/types/utils/output-formatting.d.mts.map +1 -0
- package/dist/types/utils/package-environment.d.mts +57 -0
- package/dist/types/utils/package-environment.d.mts.map +1 -0
- package/dist/types/utils/path-resolve.d.mts +10 -0
- package/dist/types/utils/path-resolve.d.mts.map +1 -0
- package/dist/types/utils/pnpm.d.mts +11 -0
- package/dist/types/utils/pnpm.d.mts.map +1 -0
- package/dist/types/utils/purl.d.mts +97 -0
- package/dist/types/utils/purl.d.mts.map +1 -0
- package/dist/types/utils/sdk.d.mts +8 -0
- package/dist/types/utils/sdk.d.mts.map +1 -0
- package/dist/types/utils/semver.d.mts +8 -0
- package/dist/types/utils/semver.d.mts.map +1 -0
- package/dist/types/utils/serialize-result-json.d.mts +5 -0
- package/dist/types/utils/serialize-result-json.d.mts.map +1 -0
- package/dist/types/utils/socket-package-alert.d.mts +78 -0
- package/dist/types/utils/socket-package-alert.d.mts.map +1 -0
- package/dist/types/utils/socket-url.d.mts +7 -0
- package/dist/types/utils/socket-url.d.mts.map +1 -0
- package/dist/types/utils/socketjson.d.mts +56 -0
- package/dist/types/utils/socketjson.d.mts.map +1 -0
- package/dist/types/utils/spec.d.mts +5 -0
- package/dist/types/utils/spec.d.mts.map +1 -0
- package/dist/types/utils/strings.d.mts +2 -0
- package/dist/types/utils/strings.d.mts.map +1 -0
- package/dist/types/utils/translations.d.mts +593 -0
- package/dist/types/utils/translations.d.mts.map +1 -0
- package/dist/types/utils/walk-nested-map.d.mts +7 -0
- package/dist/types/utils/walk-nested-map.d.mts.map +1 -0
- package/dist/utils.js +278 -168
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +57456 -53054
- package/external/@socketsecurity/registry/external/browserslist.js +395 -358
- package/external/@socketsecurity/registry/lib/debug.js +15 -5
- package/external/@socketsecurity/registry/lib/logger.js +3 -10
- package/external/@socketsecurity/registry/lib/strings.js +9 -1
- package/package.json +26 -26
|
@@ -0,0 +1,593 @@
|
|
|
1
|
+
export declare function getTranslations(): {
|
|
2
|
+
alerts: {
|
|
3
|
+
badEncoding: {
|
|
4
|
+
description: string;
|
|
5
|
+
suggestion: string;
|
|
6
|
+
title: string;
|
|
7
|
+
emoji: string;
|
|
8
|
+
};
|
|
9
|
+
badSemver: {
|
|
10
|
+
description: string;
|
|
11
|
+
suggestion: string;
|
|
12
|
+
title: string;
|
|
13
|
+
emoji: string;
|
|
14
|
+
};
|
|
15
|
+
badSemverDependency: {
|
|
16
|
+
description: string;
|
|
17
|
+
suggestion: string;
|
|
18
|
+
title: string;
|
|
19
|
+
emoji: string;
|
|
20
|
+
};
|
|
21
|
+
bidi: {
|
|
22
|
+
description: string;
|
|
23
|
+
suggestion: string;
|
|
24
|
+
title: string;
|
|
25
|
+
emoji: string;
|
|
26
|
+
};
|
|
27
|
+
binScriptConfusion: {
|
|
28
|
+
description: string;
|
|
29
|
+
suggestion: string;
|
|
30
|
+
title: string;
|
|
31
|
+
emoji: string;
|
|
32
|
+
};
|
|
33
|
+
chronoAnomaly: {
|
|
34
|
+
description: string;
|
|
35
|
+
suggestion: string;
|
|
36
|
+
title: string;
|
|
37
|
+
emoji: string;
|
|
38
|
+
};
|
|
39
|
+
compromisedSSHKey: {
|
|
40
|
+
description: string;
|
|
41
|
+
suggestion: string;
|
|
42
|
+
title: string;
|
|
43
|
+
emoji: string;
|
|
44
|
+
};
|
|
45
|
+
criticalCVE: {
|
|
46
|
+
description: string;
|
|
47
|
+
suggestion: string;
|
|
48
|
+
title: string;
|
|
49
|
+
emoji: string;
|
|
50
|
+
};
|
|
51
|
+
cve: {
|
|
52
|
+
description: string;
|
|
53
|
+
suggestion: string;
|
|
54
|
+
title: string;
|
|
55
|
+
emoji: string;
|
|
56
|
+
};
|
|
57
|
+
debugAccess: {
|
|
58
|
+
description: string;
|
|
59
|
+
suggestion: string;
|
|
60
|
+
title: string;
|
|
61
|
+
emoji: string;
|
|
62
|
+
};
|
|
63
|
+
deprecated: {
|
|
64
|
+
description: string;
|
|
65
|
+
suggestion: string;
|
|
66
|
+
title: string;
|
|
67
|
+
emoji: string;
|
|
68
|
+
};
|
|
69
|
+
deprecatedException: {
|
|
70
|
+
description: string;
|
|
71
|
+
suggestion: string;
|
|
72
|
+
title: string;
|
|
73
|
+
emoji: string;
|
|
74
|
+
};
|
|
75
|
+
explicitlyUnlicensedItem: {
|
|
76
|
+
description: string;
|
|
77
|
+
suggestion: string;
|
|
78
|
+
title: string;
|
|
79
|
+
emoji: string;
|
|
80
|
+
};
|
|
81
|
+
unidentifiedLicense: {
|
|
82
|
+
description: string;
|
|
83
|
+
suggestion: string;
|
|
84
|
+
title: string;
|
|
85
|
+
emoji: string;
|
|
86
|
+
};
|
|
87
|
+
noLicenseFound: {
|
|
88
|
+
description: string;
|
|
89
|
+
suggestion: string;
|
|
90
|
+
title: string;
|
|
91
|
+
emoji: string;
|
|
92
|
+
};
|
|
93
|
+
copyleftLicense: {
|
|
94
|
+
description: string;
|
|
95
|
+
suggestion: string;
|
|
96
|
+
title: string;
|
|
97
|
+
emoji: string;
|
|
98
|
+
};
|
|
99
|
+
licenseSpdxDisj: {
|
|
100
|
+
description: string;
|
|
101
|
+
suggestion: string;
|
|
102
|
+
title: string;
|
|
103
|
+
emoji: string;
|
|
104
|
+
};
|
|
105
|
+
nonpermissiveLicense: {
|
|
106
|
+
description: string;
|
|
107
|
+
suggestion: string;
|
|
108
|
+
title: string;
|
|
109
|
+
emoji: string;
|
|
110
|
+
};
|
|
111
|
+
miscLicenseIssues: {
|
|
112
|
+
description: string;
|
|
113
|
+
suggestion: string;
|
|
114
|
+
title: string;
|
|
115
|
+
emoji: string;
|
|
116
|
+
};
|
|
117
|
+
deprecatedLicense: {
|
|
118
|
+
description: string;
|
|
119
|
+
suggestion: string;
|
|
120
|
+
title: string;
|
|
121
|
+
emoji: string;
|
|
122
|
+
};
|
|
123
|
+
didYouMean: {
|
|
124
|
+
description: string;
|
|
125
|
+
suggestion: string;
|
|
126
|
+
title: string;
|
|
127
|
+
emoji: string;
|
|
128
|
+
};
|
|
129
|
+
dynamicRequire: {
|
|
130
|
+
description: string;
|
|
131
|
+
suggestion: string;
|
|
132
|
+
title: string;
|
|
133
|
+
emoji: string;
|
|
134
|
+
};
|
|
135
|
+
emptyPackage: {
|
|
136
|
+
description: string;
|
|
137
|
+
suggestion: string;
|
|
138
|
+
title: string;
|
|
139
|
+
emoji: string;
|
|
140
|
+
};
|
|
141
|
+
envVars: {
|
|
142
|
+
description: string;
|
|
143
|
+
suggestion: string;
|
|
144
|
+
title: string;
|
|
145
|
+
emoji: string;
|
|
146
|
+
};
|
|
147
|
+
extraneousDependency: {
|
|
148
|
+
description: string;
|
|
149
|
+
suggestion: string;
|
|
150
|
+
title: string;
|
|
151
|
+
emoji: string;
|
|
152
|
+
};
|
|
153
|
+
fileDependency: {
|
|
154
|
+
description: string;
|
|
155
|
+
suggestion: string;
|
|
156
|
+
title: string;
|
|
157
|
+
emoji: string;
|
|
158
|
+
};
|
|
159
|
+
filesystemAccess: {
|
|
160
|
+
description: string;
|
|
161
|
+
suggestion: string;
|
|
162
|
+
title: string;
|
|
163
|
+
emoji: string;
|
|
164
|
+
};
|
|
165
|
+
floatingDependency: {
|
|
166
|
+
description: string;
|
|
167
|
+
suggestion: string;
|
|
168
|
+
title: string;
|
|
169
|
+
emoji: string;
|
|
170
|
+
};
|
|
171
|
+
gitDependency: {
|
|
172
|
+
description: string;
|
|
173
|
+
suggestion: string;
|
|
174
|
+
title: string;
|
|
175
|
+
emoji: string;
|
|
176
|
+
};
|
|
177
|
+
gitHubDependency: {
|
|
178
|
+
description: string;
|
|
179
|
+
suggestion: string;
|
|
180
|
+
title: string;
|
|
181
|
+
emoji: string;
|
|
182
|
+
};
|
|
183
|
+
gptAnomaly: {
|
|
184
|
+
description: string;
|
|
185
|
+
suggestion: string;
|
|
186
|
+
title: string;
|
|
187
|
+
emoji: string;
|
|
188
|
+
};
|
|
189
|
+
gptDidYouMean: {
|
|
190
|
+
description: string;
|
|
191
|
+
suggestion: string;
|
|
192
|
+
title: string;
|
|
193
|
+
emoji: string;
|
|
194
|
+
};
|
|
195
|
+
gptMalware: {
|
|
196
|
+
description: string;
|
|
197
|
+
suggestion: string;
|
|
198
|
+
title: string;
|
|
199
|
+
emoji: string;
|
|
200
|
+
};
|
|
201
|
+
gptSecurity: {
|
|
202
|
+
description: string;
|
|
203
|
+
suggestion: string;
|
|
204
|
+
title: string;
|
|
205
|
+
emoji: string;
|
|
206
|
+
};
|
|
207
|
+
hasNativeCode: {
|
|
208
|
+
description: string;
|
|
209
|
+
suggestion: string;
|
|
210
|
+
title: string;
|
|
211
|
+
emoji: string;
|
|
212
|
+
};
|
|
213
|
+
highEntropyStrings: {
|
|
214
|
+
description: string;
|
|
215
|
+
suggestion: string;
|
|
216
|
+
title: string;
|
|
217
|
+
emoji: string;
|
|
218
|
+
};
|
|
219
|
+
homoglyphs: {
|
|
220
|
+
description: string;
|
|
221
|
+
suggestion: string;
|
|
222
|
+
title: string;
|
|
223
|
+
emoji: string;
|
|
224
|
+
};
|
|
225
|
+
httpDependency: {
|
|
226
|
+
description: string;
|
|
227
|
+
suggestion: string;
|
|
228
|
+
title: string;
|
|
229
|
+
emoji: string;
|
|
230
|
+
};
|
|
231
|
+
installScripts: {
|
|
232
|
+
description: string;
|
|
233
|
+
suggestion: string;
|
|
234
|
+
title: string;
|
|
235
|
+
emoji: string;
|
|
236
|
+
};
|
|
237
|
+
invalidPackageJSON: {
|
|
238
|
+
description: string;
|
|
239
|
+
suggestion: string;
|
|
240
|
+
title: string;
|
|
241
|
+
emoji: string;
|
|
242
|
+
};
|
|
243
|
+
invisibleChars: {
|
|
244
|
+
description: string;
|
|
245
|
+
suggestion: string;
|
|
246
|
+
title: string;
|
|
247
|
+
emoji: string;
|
|
248
|
+
};
|
|
249
|
+
licenseChange: {
|
|
250
|
+
description: string;
|
|
251
|
+
suggestion: string;
|
|
252
|
+
title: string;
|
|
253
|
+
emoji: string;
|
|
254
|
+
};
|
|
255
|
+
licenseException: {
|
|
256
|
+
description: string;
|
|
257
|
+
suggestion: string;
|
|
258
|
+
title: string;
|
|
259
|
+
emoji: string;
|
|
260
|
+
};
|
|
261
|
+
longStrings: {
|
|
262
|
+
description: string;
|
|
263
|
+
suggestion: string;
|
|
264
|
+
title: string;
|
|
265
|
+
emoji: string;
|
|
266
|
+
};
|
|
267
|
+
missingTarball: {
|
|
268
|
+
description: string;
|
|
269
|
+
suggestion: string;
|
|
270
|
+
title: string;
|
|
271
|
+
emoji: string;
|
|
272
|
+
};
|
|
273
|
+
majorRefactor: {
|
|
274
|
+
description: string;
|
|
275
|
+
suggestion: string;
|
|
276
|
+
title: string;
|
|
277
|
+
emoji: string;
|
|
278
|
+
};
|
|
279
|
+
malware: {
|
|
280
|
+
description: string;
|
|
281
|
+
title: string;
|
|
282
|
+
suggestion: string;
|
|
283
|
+
emoji: string;
|
|
284
|
+
};
|
|
285
|
+
manifestConfusion: {
|
|
286
|
+
description: string;
|
|
287
|
+
title: string;
|
|
288
|
+
suggestion: string;
|
|
289
|
+
emoji: string;
|
|
290
|
+
};
|
|
291
|
+
mediumCVE: {
|
|
292
|
+
description: string;
|
|
293
|
+
suggestion: string;
|
|
294
|
+
title: string;
|
|
295
|
+
emoji: string;
|
|
296
|
+
};
|
|
297
|
+
mildCVE: {
|
|
298
|
+
description: string;
|
|
299
|
+
suggestion: string;
|
|
300
|
+
title: string;
|
|
301
|
+
emoji: string;
|
|
302
|
+
};
|
|
303
|
+
minifiedFile: {
|
|
304
|
+
description: string;
|
|
305
|
+
suggestion: string;
|
|
306
|
+
title: string;
|
|
307
|
+
emoji: string;
|
|
308
|
+
};
|
|
309
|
+
missingAuthor: {
|
|
310
|
+
description: string;
|
|
311
|
+
suggestion: string;
|
|
312
|
+
title: string;
|
|
313
|
+
emoji: string;
|
|
314
|
+
};
|
|
315
|
+
missingDependency: {
|
|
316
|
+
description: string;
|
|
317
|
+
suggestion: string;
|
|
318
|
+
title: string;
|
|
319
|
+
emoji: string;
|
|
320
|
+
};
|
|
321
|
+
missingLicense: {
|
|
322
|
+
description: string;
|
|
323
|
+
suggestion: string;
|
|
324
|
+
title: string;
|
|
325
|
+
emoji: string;
|
|
326
|
+
};
|
|
327
|
+
mixedLicense: {
|
|
328
|
+
description: string;
|
|
329
|
+
suggestion: string;
|
|
330
|
+
title: string;
|
|
331
|
+
emoji: string;
|
|
332
|
+
};
|
|
333
|
+
ambiguousClassifier: {
|
|
334
|
+
description: string;
|
|
335
|
+
suggestion: string;
|
|
336
|
+
title: string;
|
|
337
|
+
emoji: string;
|
|
338
|
+
};
|
|
339
|
+
modifiedException: {
|
|
340
|
+
description: string;
|
|
341
|
+
suggestion: string;
|
|
342
|
+
title: string;
|
|
343
|
+
emoji: string;
|
|
344
|
+
};
|
|
345
|
+
modifiedLicense: {
|
|
346
|
+
description: string;
|
|
347
|
+
suggestion: string;
|
|
348
|
+
title: string;
|
|
349
|
+
emoji: string;
|
|
350
|
+
};
|
|
351
|
+
networkAccess: {
|
|
352
|
+
description: string;
|
|
353
|
+
suggestion: string;
|
|
354
|
+
title: string;
|
|
355
|
+
emoji: string;
|
|
356
|
+
};
|
|
357
|
+
newAuthor: {
|
|
358
|
+
description: string;
|
|
359
|
+
suggestion: string;
|
|
360
|
+
title: string;
|
|
361
|
+
emoji: string;
|
|
362
|
+
};
|
|
363
|
+
noAuthorData: {
|
|
364
|
+
description: string;
|
|
365
|
+
suggestion: string;
|
|
366
|
+
title: string;
|
|
367
|
+
emoji: string;
|
|
368
|
+
};
|
|
369
|
+
noBugTracker: {
|
|
370
|
+
description: string;
|
|
371
|
+
suggestion: string;
|
|
372
|
+
title: string;
|
|
373
|
+
emoji: string;
|
|
374
|
+
};
|
|
375
|
+
noREADME: {
|
|
376
|
+
description: string;
|
|
377
|
+
suggestion: string;
|
|
378
|
+
title: string;
|
|
379
|
+
emoji: string;
|
|
380
|
+
};
|
|
381
|
+
noRepository: {
|
|
382
|
+
description: string;
|
|
383
|
+
suggestion: string;
|
|
384
|
+
title: string;
|
|
385
|
+
emoji: string;
|
|
386
|
+
};
|
|
387
|
+
noTests: {
|
|
388
|
+
description: string;
|
|
389
|
+
suggestion: string;
|
|
390
|
+
title: string;
|
|
391
|
+
emoji: string;
|
|
392
|
+
};
|
|
393
|
+
noV1: {
|
|
394
|
+
description: string;
|
|
395
|
+
suggestion: string;
|
|
396
|
+
title: string;
|
|
397
|
+
emoji: string;
|
|
398
|
+
};
|
|
399
|
+
noWebsite: {
|
|
400
|
+
description: string;
|
|
401
|
+
suggestion: string;
|
|
402
|
+
title: string;
|
|
403
|
+
emoji: string;
|
|
404
|
+
};
|
|
405
|
+
nonFSFLicense: {
|
|
406
|
+
description: string;
|
|
407
|
+
title: string;
|
|
408
|
+
suggestion: string;
|
|
409
|
+
emoji: string;
|
|
410
|
+
};
|
|
411
|
+
nonOSILicense: {
|
|
412
|
+
description: string;
|
|
413
|
+
title: string;
|
|
414
|
+
suggestion: string;
|
|
415
|
+
emoji: string;
|
|
416
|
+
};
|
|
417
|
+
nonSPDXLicense: {
|
|
418
|
+
description: string;
|
|
419
|
+
suggestion: string;
|
|
420
|
+
title: string;
|
|
421
|
+
emoji: string;
|
|
422
|
+
};
|
|
423
|
+
notice: {
|
|
424
|
+
description: string;
|
|
425
|
+
title: string;
|
|
426
|
+
suggestion: string;
|
|
427
|
+
emoji: string;
|
|
428
|
+
};
|
|
429
|
+
obfuscatedFile: {
|
|
430
|
+
description: string;
|
|
431
|
+
suggestion: string;
|
|
432
|
+
title: string;
|
|
433
|
+
emoji: string;
|
|
434
|
+
};
|
|
435
|
+
obfuscatedRequire: {
|
|
436
|
+
description: string;
|
|
437
|
+
suggestion: string;
|
|
438
|
+
title: string;
|
|
439
|
+
emoji: string;
|
|
440
|
+
};
|
|
441
|
+
peerDependency: {
|
|
442
|
+
description: string;
|
|
443
|
+
suggestion: string;
|
|
444
|
+
title: string;
|
|
445
|
+
emoji: string;
|
|
446
|
+
};
|
|
447
|
+
potentialVulnerability: {
|
|
448
|
+
description: string;
|
|
449
|
+
suggestion: string;
|
|
450
|
+
title: string;
|
|
451
|
+
emoji: string;
|
|
452
|
+
};
|
|
453
|
+
semverAnomaly: {
|
|
454
|
+
description: string;
|
|
455
|
+
suggestion: string;
|
|
456
|
+
title: string;
|
|
457
|
+
emoji: string;
|
|
458
|
+
};
|
|
459
|
+
shellAccess: {
|
|
460
|
+
description: string;
|
|
461
|
+
suggestion: string;
|
|
462
|
+
title: string;
|
|
463
|
+
emoji: string;
|
|
464
|
+
};
|
|
465
|
+
shellScriptOverride: {
|
|
466
|
+
description: string;
|
|
467
|
+
suggestion: string;
|
|
468
|
+
title: string;
|
|
469
|
+
emoji: string;
|
|
470
|
+
};
|
|
471
|
+
shrinkwrap: {
|
|
472
|
+
description: string;
|
|
473
|
+
suggestion: string;
|
|
474
|
+
title: string;
|
|
475
|
+
emoji: string;
|
|
476
|
+
};
|
|
477
|
+
socketUpgradeAvailable: {
|
|
478
|
+
description: string;
|
|
479
|
+
suggestion: string;
|
|
480
|
+
title: string;
|
|
481
|
+
emoji: string;
|
|
482
|
+
};
|
|
483
|
+
suspiciousStarActivity: {
|
|
484
|
+
description: string;
|
|
485
|
+
title: string;
|
|
486
|
+
suggestion: string;
|
|
487
|
+
emoji: string;
|
|
488
|
+
};
|
|
489
|
+
suspiciousString: {
|
|
490
|
+
description: string;
|
|
491
|
+
suggestion: string;
|
|
492
|
+
title: string;
|
|
493
|
+
emoji: string;
|
|
494
|
+
};
|
|
495
|
+
telemetry: {
|
|
496
|
+
description: string;
|
|
497
|
+
title: string;
|
|
498
|
+
suggestion: string;
|
|
499
|
+
emoji: string;
|
|
500
|
+
};
|
|
501
|
+
trivialPackage: {
|
|
502
|
+
description: string;
|
|
503
|
+
suggestion: string;
|
|
504
|
+
title: string;
|
|
505
|
+
emoji: string;
|
|
506
|
+
};
|
|
507
|
+
troll: {
|
|
508
|
+
description: string;
|
|
509
|
+
title: string;
|
|
510
|
+
suggestion: string;
|
|
511
|
+
emoji: string;
|
|
512
|
+
};
|
|
513
|
+
typeModuleCompatibility: {
|
|
514
|
+
description: string;
|
|
515
|
+
suggestion: string;
|
|
516
|
+
title: string;
|
|
517
|
+
emoji: string;
|
|
518
|
+
};
|
|
519
|
+
uncaughtOptionalDependency: {
|
|
520
|
+
description: string;
|
|
521
|
+
suggestion: string;
|
|
522
|
+
title: string;
|
|
523
|
+
emoji: string;
|
|
524
|
+
};
|
|
525
|
+
unclearLicense: {
|
|
526
|
+
description: string;
|
|
527
|
+
suggestion: string;
|
|
528
|
+
title: string;
|
|
529
|
+
emoji: string;
|
|
530
|
+
};
|
|
531
|
+
unmaintained: {
|
|
532
|
+
description: string;
|
|
533
|
+
suggestion: string;
|
|
534
|
+
title: string;
|
|
535
|
+
emoji: string;
|
|
536
|
+
};
|
|
537
|
+
unpopularPackage: {
|
|
538
|
+
description: string;
|
|
539
|
+
suggestion: string;
|
|
540
|
+
title: string;
|
|
541
|
+
emoji: string;
|
|
542
|
+
};
|
|
543
|
+
unpublished: {
|
|
544
|
+
description: string;
|
|
545
|
+
suggestion: string;
|
|
546
|
+
title: string;
|
|
547
|
+
emoji: string;
|
|
548
|
+
};
|
|
549
|
+
unresolvedRequire: {
|
|
550
|
+
description: string;
|
|
551
|
+
suggestion: string;
|
|
552
|
+
title: string;
|
|
553
|
+
emoji: string;
|
|
554
|
+
};
|
|
555
|
+
unsafeCopyright: {
|
|
556
|
+
description: string;
|
|
557
|
+
suggestion: string;
|
|
558
|
+
title: string;
|
|
559
|
+
emoji: string;
|
|
560
|
+
};
|
|
561
|
+
unstableOwnership: {
|
|
562
|
+
description: string;
|
|
563
|
+
suggestion: string;
|
|
564
|
+
title: string;
|
|
565
|
+
emoji: string;
|
|
566
|
+
};
|
|
567
|
+
unusedDependency: {
|
|
568
|
+
description: string;
|
|
569
|
+
suggestion: string;
|
|
570
|
+
title: string;
|
|
571
|
+
emoji: string;
|
|
572
|
+
};
|
|
573
|
+
urlStrings: {
|
|
574
|
+
description: string;
|
|
575
|
+
suggestion: string;
|
|
576
|
+
title: string;
|
|
577
|
+
emoji: string;
|
|
578
|
+
};
|
|
579
|
+
usesEval: {
|
|
580
|
+
description: string;
|
|
581
|
+
suggestion: string;
|
|
582
|
+
title: string;
|
|
583
|
+
emoji: string;
|
|
584
|
+
};
|
|
585
|
+
zeroWidth: {
|
|
586
|
+
description: string;
|
|
587
|
+
suggestion: string;
|
|
588
|
+
title: string;
|
|
589
|
+
emoji: string;
|
|
590
|
+
};
|
|
591
|
+
};
|
|
592
|
+
};
|
|
593
|
+
//# sourceMappingURL=translations.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translations.d.mts","sourceRoot":"","sources":["../../../src/utils/translations.mts"],"names":[],"mappings":"AASA,wBAAgB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walk-nested-map.d.mts","sourceRoot":"","sources":["../../../src/utils/walk-nested-map.mts"],"names":[],"mappings":"AAAA,KAAK,SAAS,CAAC,CAAC,IAAI,GAAG,CAAC,MAAM,EAAE,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAA;AAEjD,wBAAiB,aAAa,CAAC,CAAC,EAC9B,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,EACjB,IAAI,GAAE,MAAM,EAAO,GAClB,SAAS,CAAC;IAAE,IAAI,EAAE,MAAM,EAAE,CAAC;IAAC,KAAK,EAAE,CAAC,CAAA;CAAE,CAAC,CAQzC"}
|