@socketsecurity/cli-with-sentry 1.0.85 → 1.0.87
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/README.md +41 -52
- package/dist/cli.js +323 -327
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +20 -48
- package/dist/constants.js.map +1 -1
- package/dist/flags.js +5 -4
- package/dist/flags.js.map +1 -1
- package/dist/socket-completion.bash +0 -2
- package/dist/utils.js +122 -119
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +381 -381
- package/external/@coana-tech/cli/cli.mjs +25295 -30074
- package/external/@socketsecurity/registry/external/@npmcli/package-json/index.js +39 -1
- package/external/@socketsecurity/registry/external/browserslist.js +7 -1
- package/external/@socketsecurity/registry/external/libnpmpack.js +93488 -97365
- package/external/@socketsecurity/registry/external/make-fetch-happen.js +4689 -7729
- package/external/@socketsecurity/registry/external/pacote.js +51922 -72554
- package/external/@socketsecurity/registry/lib/constants/env.js +4 -4
- package/external/@socketsecurity/registry/lib/npm.js +2 -4
- package/external/@socketsecurity/registry/lib/path.js +17 -0
- package/package.json +13 -13
- package/dist/tsconfig.dts.tsbuildinfo +0 -1
- package/dist/types/cli.d.mts +0 -3
- package/dist/types/cli.d.mts.map +0 -1
- package/dist/types/commands/analytics/cmd-analytics.d.mts +0 -10
- package/dist/types/commands/analytics/cmd-analytics.d.mts.map +0 -1
- package/dist/types/commands/analytics/fetch-org-analytics.d.mts +0 -8
- package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +0 -1
- package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +0 -8
- package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +0 -1
- package/dist/types/commands/analytics/handle-analytics.d.mts +0 -9
- package/dist/types/commands/analytics/handle-analytics.d.mts.map +0 -1
- package/dist/types/commands/analytics/output-analytics.d.mts +0 -28
- package/dist/types/commands/analytics/output-analytics.d.mts.map +0 -1
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts +0 -10
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +0 -1
- package/dist/types/commands/audit-log/fetch-audit-log.d.mts +0 -15
- package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +0 -1
- package/dist/types/commands/audit-log/handle-audit-log.d.mts +0 -9
- package/dist/types/commands/audit-log/handle-audit-log.d.mts.map +0 -1
- package/dist/types/commands/audit-log/output-audit-log.d.mts +0 -22
- package/dist/types/commands/audit-log/output-audit-log.d.mts.map +0 -1
- package/dist/types/commands/ci/cmd-ci.d.mts +0 -10
- package/dist/types/commands/ci/cmd-ci.d.mts.map +0 -1
- package/dist/types/commands/ci/fetch-default-org-slug.d.mts +0 -4
- package/dist/types/commands/ci/fetch-default-org-slug.d.mts.map +0 -1
- package/dist/types/commands/ci/handle-ci.d.mts +0 -2
- package/dist/types/commands/ci/handle-ci.d.mts.map +0 -1
- package/dist/types/commands/config/cmd-config-auto.d.mts +0 -10
- package/dist/types/commands/config/cmd-config-auto.d.mts.map +0 -1
- package/dist/types/commands/config/cmd-config-get.d.mts +0 -10
- package/dist/types/commands/config/cmd-config-get.d.mts.map +0 -1
- package/dist/types/commands/config/cmd-config-list.d.mts +0 -10
- package/dist/types/commands/config/cmd-config-list.d.mts.map +0 -1
- package/dist/types/commands/config/cmd-config-set.d.mts +0 -10
- package/dist/types/commands/config/cmd-config-set.d.mts.map +0 -1
- package/dist/types/commands/config/cmd-config-unset.d.mts +0 -10
- package/dist/types/commands/config/cmd-config-unset.d.mts.map +0 -1
- package/dist/types/commands/config/cmd-config.d.mts +0 -3
- package/dist/types/commands/config/cmd-config.d.mts.map +0 -1
- package/dist/types/commands/config/discover-config-value.d.mts +0 -3
- package/dist/types/commands/config/discover-config-value.d.mts.map +0 -1
- package/dist/types/commands/config/handle-config-auto.d.mts +0 -7
- package/dist/types/commands/config/handle-config-auto.d.mts.map +0 -1
- package/dist/types/commands/config/handle-config-get.d.mts +0 -7
- package/dist/types/commands/config/handle-config-get.d.mts.map +0 -1
- package/dist/types/commands/config/handle-config-set.d.mts +0 -8
- package/dist/types/commands/config/handle-config-set.d.mts.map +0 -1
- package/dist/types/commands/config/handle-config-unset.d.mts +0 -7
- package/dist/types/commands/config/handle-config-unset.d.mts.map +0 -1
- package/dist/types/commands/config/output-config-auto.d.mts +0 -4
- package/dist/types/commands/config/output-config-auto.d.mts.map +0 -1
- package/dist/types/commands/config/output-config-get.d.mts +0 -4
- package/dist/types/commands/config/output-config-get.d.mts.map +0 -1
- package/dist/types/commands/config/output-config-list.d.mts +0 -6
- package/dist/types/commands/config/output-config-list.d.mts.map +0 -1
- package/dist/types/commands/config/output-config-set.d.mts +0 -3
- package/dist/types/commands/config/output-config-set.d.mts.map +0 -1
- package/dist/types/commands/config/output-config-unset.d.mts +0 -3
- package/dist/types/commands/config/output-config-unset.d.mts.map +0 -1
- package/dist/types/commands/fix/agent-fix.d.mts +0 -42
- package/dist/types/commands/fix/agent-fix.d.mts.map +0 -1
- package/dist/types/commands/fix/cmd-fix.d.mts +0 -10
- package/dist/types/commands/fix/cmd-fix.d.mts.map +0 -1
- package/dist/types/commands/fix/coana-fix.d.mts +0 -6
- package/dist/types/commands/fix/coana-fix.d.mts.map +0 -1
- package/dist/types/commands/fix/fix-branch-helpers.d.mts +0 -4
- package/dist/types/commands/fix/fix-branch-helpers.d.mts.map +0 -1
- package/dist/types/commands/fix/fix-env-helpers.d.mts +0 -13
- package/dist/types/commands/fix/fix-env-helpers.d.mts.map +0 -1
- package/dist/types/commands/fix/get-actual-tree.d.mts +0 -3
- package/dist/types/commands/fix/get-actual-tree.d.mts.map +0 -1
- package/dist/types/commands/fix/handle-fix.d.mts +0 -11
- package/dist/types/commands/fix/handle-fix.d.mts.map +0 -1
- package/dist/types/commands/fix/npm-fix.d.mts +0 -7
- package/dist/types/commands/fix/npm-fix.d.mts.map +0 -1
- package/dist/types/commands/fix/output-fix-result.d.mts +0 -3
- package/dist/types/commands/fix/output-fix-result.d.mts.map +0 -1
- package/dist/types/commands/fix/pnpm-fix.d.mts +0 -7
- package/dist/types/commands/fix/pnpm-fix.d.mts.map +0 -1
- package/dist/types/commands/fix/pull-request.d.mts +0 -47
- package/dist/types/commands/fix/pull-request.d.mts.map +0 -1
- package/dist/types/commands/fix/shared.d.mts +0 -8
- package/dist/types/commands/fix/shared.d.mts.map +0 -1
- package/dist/types/commands/fix/socket-git.d.mts +0 -32
- package/dist/types/commands/fix/socket-git.d.mts.map +0 -1
- package/dist/types/commands/install/cmd-install-completion.d.mts +0 -10
- package/dist/types/commands/install/cmd-install-completion.d.mts.map +0 -1
- package/dist/types/commands/install/cmd-install.d.mts +0 -3
- package/dist/types/commands/install/cmd-install.d.mts.map +0 -1
- package/dist/types/commands/install/handle-install-completion.d.mts +0 -2
- package/dist/types/commands/install/handle-install-completion.d.mts.map +0 -1
- package/dist/types/commands/install/output-install-completion.d.mts +0 -12
- package/dist/types/commands/install/output-install-completion.d.mts.map +0 -1
- package/dist/types/commands/install/setup-tab-completion.d.mts +0 -13
- package/dist/types/commands/install/setup-tab-completion.d.mts.map +0 -1
- package/dist/types/commands/json/cmd-json.d.mts +0 -10
- package/dist/types/commands/json/cmd-json.d.mts.map +0 -1
- package/dist/types/commands/json/handle-cmd-json.d.mts +0 -2
- package/dist/types/commands/json/handle-cmd-json.d.mts.map +0 -1
- package/dist/types/commands/json/output-cmd-json.d.mts +0 -2
- package/dist/types/commands/json/output-cmd-json.d.mts.map +0 -1
- package/dist/types/commands/login/apply-login.d.mts +0 -2
- package/dist/types/commands/login/apply-login.d.mts.map +0 -1
- package/dist/types/commands/login/attempt-login.d.mts +0 -6
- package/dist/types/commands/login/attempt-login.d.mts.map +0 -1
- package/dist/types/commands/login/cmd-login.d.mts +0 -10
- package/dist/types/commands/login/cmd-login.d.mts.map +0 -1
- package/dist/types/commands/logout/apply-logout.d.mts +0 -2
- package/dist/types/commands/logout/apply-logout.d.mts.map +0 -1
- package/dist/types/commands/logout/attempt-logout.d.mts +0 -2
- package/dist/types/commands/logout/attempt-logout.d.mts.map +0 -1
- package/dist/types/commands/logout/cmd-logout.d.mts +0 -10
- package/dist/types/commands/logout/cmd-logout.d.mts.map +0 -1
- package/dist/types/commands/manifest/cmd-manifest-auto.d.mts +0 -10
- package/dist/types/commands/manifest/cmd-manifest-auto.d.mts.map +0 -1
- package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts +0 -10
- package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts.map +0 -1
- package/dist/types/commands/manifest/cmd-manifest-conda.d.mts +0 -10
- package/dist/types/commands/manifest/cmd-manifest-conda.d.mts.map +0 -1
- package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts +0 -10
- package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts.map +0 -1
- package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts +0 -10
- package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts.map +0 -1
- package/dist/types/commands/manifest/cmd-manifest-scala.d.mts +0 -10
- package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +0 -1
- package/dist/types/commands/manifest/cmd-manifest-setup.d.mts +0 -10
- package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +0 -1
- package/dist/types/commands/manifest/cmd-manifest.d.mts +0 -10
- package/dist/types/commands/manifest/cmd-manifest.d.mts.map +0 -1
- package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts +0 -8
- package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts.map +0 -1
- package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts +0 -7
- package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts.map +0 -1
- package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts +0 -8
- package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts.map +0 -1
- package/dist/types/commands/manifest/detect-manifest-actions.d.mts +0 -13
- package/dist/types/commands/manifest/detect-manifest-actions.d.mts.map +0 -1
- package/dist/types/commands/manifest/generate_auto_manifest.d.mts +0 -9
- package/dist/types/commands/manifest/generate_auto_manifest.d.mts.map +0 -1
- package/dist/types/commands/manifest/handle-manifest-conda.d.mts +0 -9
- package/dist/types/commands/manifest/handle-manifest-conda.d.mts.map +0 -1
- package/dist/types/commands/manifest/handle-manifest-setup.d.mts +0 -2
- package/dist/types/commands/manifest/handle-manifest-setup.d.mts.map +0 -1
- package/dist/types/commands/manifest/output-manifest-setup.d.mts +0 -3
- package/dist/types/commands/manifest/output-manifest-setup.d.mts.map +0 -1
- package/dist/types/commands/manifest/output-requirements.d.mts +0 -6
- package/dist/types/commands/manifest/output-requirements.d.mts.map +0 -1
- package/dist/types/commands/manifest/run-cdxgen.d.mts +0 -2
- package/dist/types/commands/manifest/run-cdxgen.d.mts.map +0 -1
- package/dist/types/commands/manifest/setup-manifest-config.d.mts +0 -3
- package/dist/types/commands/manifest/setup-manifest-config.d.mts.map +0 -1
- package/dist/types/commands/npm/cmd-npm.d.mts +0 -10
- package/dist/types/commands/npm/cmd-npm.d.mts.map +0 -1
- package/dist/types/commands/npx/cmd-npx.d.mts +0 -10
- package/dist/types/commands/npx/cmd-npx.d.mts.map +0 -1
- package/dist/types/commands/oops/cmd-oops.d.mts +0 -10
- package/dist/types/commands/oops/cmd-oops.d.mts.map +0 -1
- package/dist/types/commands/optimize/add-overrides.d.mts +0 -20
- package/dist/types/commands/optimize/add-overrides.d.mts.map +0 -1
- package/dist/types/commands/optimize/apply-optimization.d.mts +0 -14
- package/dist/types/commands/optimize/apply-optimization.d.mts.map +0 -1
- package/dist/types/commands/optimize/cmd-optimize.d.mts +0 -10
- package/dist/types/commands/optimize/cmd-optimize.d.mts.map +0 -1
- package/dist/types/commands/optimize/deps-includes-by-agent.d.mts +0 -5
- package/dist/types/commands/optimize/deps-includes-by-agent.d.mts.map +0 -1
- package/dist/types/commands/optimize/get-dependency-entries.d.mts +0 -3
- package/dist/types/commands/optimize/get-dependency-entries.d.mts.map +0 -1
- package/dist/types/commands/optimize/get-overrides-by-agent.d.mts +0 -42
- package/dist/types/commands/optimize/get-overrides-by-agent.d.mts.map +0 -1
- package/dist/types/commands/optimize/handle-optimize.d.mts +0 -8
- package/dist/types/commands/optimize/handle-optimize.d.mts.map +0 -1
- package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts +0 -8
- package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts.map +0 -1
- package/dist/types/commands/optimize/ls-by-agent.d.mts +0 -13
- package/dist/types/commands/optimize/ls-by-agent.d.mts.map +0 -1
- package/dist/types/commands/optimize/output-optimize-result.d.mts +0 -9
- package/dist/types/commands/optimize/output-optimize-result.d.mts.map +0 -1
- package/dist/types/commands/optimize/shared.d.mts +0 -2
- package/dist/types/commands/optimize/shared.d.mts.map +0 -1
- package/dist/types/commands/optimize/types.d.mts +0 -9
- package/dist/types/commands/optimize/types.d.mts.map +0 -1
- package/dist/types/commands/optimize/update-lockfile.d.mts +0 -11
- package/dist/types/commands/optimize/update-lockfile.d.mts.map +0 -1
- package/dist/types/commands/optimize/update-manifest-by-agent.d.mts +0 -8
- package/dist/types/commands/optimize/update-manifest-by-agent.d.mts.map +0 -1
- package/dist/types/commands/organization/cmd-organization-dependencies.d.mts +0 -10
- package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +0 -1
- package/dist/types/commands/organization/cmd-organization-list.d.mts +0 -10
- package/dist/types/commands/organization/cmd-organization-list.d.mts.map +0 -1
- package/dist/types/commands/organization/cmd-organization-policy-license.d.mts +0 -10
- package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +0 -1
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +0 -10
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +0 -1
- package/dist/types/commands/organization/cmd-organization-policy.d.mts +0 -3
- package/dist/types/commands/organization/cmd-organization-policy.d.mts.map +0 -1
- package/dist/types/commands/organization/cmd-organization-quota.d.mts +0 -10
- package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +0 -1
- package/dist/types/commands/organization/cmd-organization.d.mts +0 -3
- package/dist/types/commands/organization/cmd-organization.d.mts.map +0 -1
- package/dist/types/commands/organization/fetch-dependencies.d.mts +0 -12
- package/dist/types/commands/organization/fetch-dependencies.d.mts.map +0 -1
- package/dist/types/commands/organization/fetch-license-policy.d.mts +0 -8
- package/dist/types/commands/organization/fetch-license-policy.d.mts.map +0 -1
- package/dist/types/commands/organization/fetch-organization-list.d.mts +0 -8
- package/dist/types/commands/organization/fetch-organization-list.d.mts.map +0 -1
- package/dist/types/commands/organization/fetch-quota.d.mts +0 -8
- package/dist/types/commands/organization/fetch-quota.d.mts.map +0 -1
- package/dist/types/commands/organization/fetch-security-policy.d.mts +0 -8
- package/dist/types/commands/organization/fetch-security-policy.d.mts.map +0 -1
- package/dist/types/commands/organization/handle-dependencies.d.mts +0 -7
- package/dist/types/commands/organization/handle-dependencies.d.mts.map +0 -1
- package/dist/types/commands/organization/handle-license-policy.d.mts +0 -3
- package/dist/types/commands/organization/handle-license-policy.d.mts.map +0 -1
- package/dist/types/commands/organization/handle-organization-list.d.mts +0 -3
- package/dist/types/commands/organization/handle-organization-list.d.mts.map +0 -1
- package/dist/types/commands/organization/handle-quota.d.mts +0 -3
- package/dist/types/commands/organization/handle-quota.d.mts.map +0 -1
- package/dist/types/commands/organization/handle-security-policy.d.mts +0 -3
- package/dist/types/commands/organization/handle-security-policy.d.mts.map +0 -1
- package/dist/types/commands/organization/output-dependencies.d.mts +0 -8
- package/dist/types/commands/organization/output-dependencies.d.mts.map +0 -1
- package/dist/types/commands/organization/output-license-policy.d.mts +0 -4
- package/dist/types/commands/organization/output-license-policy.d.mts.map +0 -1
- package/dist/types/commands/organization/output-organization-list.d.mts +0 -4
- package/dist/types/commands/organization/output-organization-list.d.mts.map +0 -1
- package/dist/types/commands/organization/output-quota.d.mts +0 -4
- package/dist/types/commands/organization/output-quota.d.mts.map +0 -1
- package/dist/types/commands/organization/output-security-policy.d.mts +0 -4
- package/dist/types/commands/organization/output-security-policy.d.mts.map +0 -1
- package/dist/types/commands/package/cmd-package-score.d.mts +0 -10
- package/dist/types/commands/package/cmd-package-score.d.mts.map +0 -1
- package/dist/types/commands/package/cmd-package-shallow.d.mts +0 -17
- package/dist/types/commands/package/cmd-package-shallow.d.mts.map +0 -1
- package/dist/types/commands/package/cmd-package.d.mts +0 -3
- package/dist/types/commands/package/cmd-package.d.mts.map +0 -1
- package/dist/types/commands/package/fetch-purl-deep-score.d.mts +0 -51
- package/dist/types/commands/package/fetch-purl-deep-score.d.mts.map +0 -1
- package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +0 -8
- package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +0 -1
- package/dist/types/commands/package/handle-purl-deep-score.d.mts +0 -3
- package/dist/types/commands/package/handle-purl-deep-score.d.mts.map +0 -1
- package/dist/types/commands/package/handle-purls-shallow-score.d.mts +0 -6
- package/dist/types/commands/package/handle-purls-shallow-score.d.mts.map +0 -1
- package/dist/types/commands/package/output-purls-deep-score.d.mts +0 -5
- package/dist/types/commands/package/output-purls-deep-score.d.mts.map +0 -1
- package/dist/types/commands/package/output-purls-shallow-score.d.mts +0 -29
- package/dist/types/commands/package/output-purls-shallow-score.d.mts.map +0 -1
- package/dist/types/commands/package/parse-package-specifiers.d.mts +0 -9
- package/dist/types/commands/package/parse-package-specifiers.d.mts.map +0 -1
- package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts +0 -10
- package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +0 -1
- package/dist/types/commands/raw-npm/run-raw-npm.d.mts +0 -2
- package/dist/types/commands/raw-npm/run-raw-npm.d.mts.map +0 -1
- package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts +0 -10
- package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +0 -1
- package/dist/types/commands/raw-npx/run-raw-npx.d.mts +0 -2
- package/dist/types/commands/raw-npx/run-raw-npx.d.mts.map +0 -1
- package/dist/types/commands/repository/cmd-repository-create.d.mts +0 -10
- package/dist/types/commands/repository/cmd-repository-create.d.mts.map +0 -1
- package/dist/types/commands/repository/cmd-repository-del.d.mts +0 -10
- package/dist/types/commands/repository/cmd-repository-del.d.mts.map +0 -1
- package/dist/types/commands/repository/cmd-repository-list.d.mts +0 -10
- package/dist/types/commands/repository/cmd-repository-list.d.mts.map +0 -1
- package/dist/types/commands/repository/cmd-repository-update.d.mts +0 -10
- package/dist/types/commands/repository/cmd-repository-update.d.mts.map +0 -1
- package/dist/types/commands/repository/cmd-repository-view.d.mts +0 -10
- package/dist/types/commands/repository/cmd-repository-view.d.mts.map +0 -1
- package/dist/types/commands/repository/cmd-repository.d.mts +0 -3
- package/dist/types/commands/repository/cmd-repository.d.mts.map +0 -1
- package/dist/types/commands/repository/fetch-create-repo.d.mts +0 -16
- package/dist/types/commands/repository/fetch-create-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/fetch-delete-repo.d.mts +0 -8
- package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/fetch-list-all-repos.d.mts +0 -10
- package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +0 -1
- package/dist/types/commands/repository/fetch-list-repos.d.mts +0 -15
- package/dist/types/commands/repository/fetch-list-repos.d.mts.map +0 -1
- package/dist/types/commands/repository/fetch-update-repo.d.mts +0 -16
- package/dist/types/commands/repository/fetch-update-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/fetch-view-repo.d.mts +0 -8
- package/dist/types/commands/repository/fetch-view-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/handle-create-repo.d.mts +0 -10
- package/dist/types/commands/repository/handle-create-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/handle-delete-repo.d.mts +0 -3
- package/dist/types/commands/repository/handle-delete-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/handle-list-repos.d.mts +0 -11
- package/dist/types/commands/repository/handle-list-repos.d.mts.map +0 -1
- package/dist/types/commands/repository/handle-update-repo.d.mts +0 -10
- package/dist/types/commands/repository/handle-update-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/handle-view-repo.d.mts +0 -3
- package/dist/types/commands/repository/handle-view-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/output-create-repo.d.mts +0 -4
- package/dist/types/commands/repository/output-create-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/output-delete-repo.d.mts +0 -4
- package/dist/types/commands/repository/output-delete-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/output-list-repos.d.mts +0 -4
- package/dist/types/commands/repository/output-list-repos.d.mts.map +0 -1
- package/dist/types/commands/repository/output-update-repo.d.mts +0 -4
- package/dist/types/commands/repository/output-update-repo.d.mts.map +0 -1
- package/dist/types/commands/repository/output-view-repo.d.mts +0 -4
- package/dist/types/commands/repository/output-view-repo.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan-create.d.mts +0 -10
- package/dist/types/commands/scan/cmd-scan-create.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan-del.d.mts +0 -10
- package/dist/types/commands/scan/cmd-scan-del.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan-diff.d.mts +0 -10
- package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan-github.d.mts +0 -10
- package/dist/types/commands/scan/cmd-scan-github.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan-list.d.mts +0 -3
- package/dist/types/commands/scan/cmd-scan-list.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan-metadata.d.mts +0 -3
- package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan-reach.d.mts +0 -10
- package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan-report.d.mts +0 -3
- package/dist/types/commands/scan/cmd-scan-report.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan-setup.d.mts +0 -10
- package/dist/types/commands/scan/cmd-scan-setup.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan-view.d.mts +0 -3
- package/dist/types/commands/scan/cmd-scan-view.d.mts.map +0 -1
- package/dist/types/commands/scan/cmd-scan.d.mts +0 -3
- package/dist/types/commands/scan/cmd-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/create-scan-from-github.d.mts +0 -12
- package/dist/types/commands/scan/create-scan-from-github.d.mts.map +0 -1
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +0 -20
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +0 -8
- package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/fetch-diff-scan.d.mts +0 -8
- package/dist/types/commands/scan/fetch-diff-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/fetch-list-scans.d.mts +0 -18
- package/dist/types/commands/scan/fetch-list-scans.d.mts.map +0 -1
- package/dist/types/commands/scan/fetch-report-data.d.mts +0 -17
- package/dist/types/commands/scan/fetch-report-data.d.mts.map +0 -1
- package/dist/types/commands/scan/fetch-scan-metadata.d.mts +0 -8
- package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +0 -1
- package/dist/types/commands/scan/fetch-scan.d.mts +0 -4
- package/dist/types/commands/scan/fetch-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +0 -8
- package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +0 -1
- package/dist/types/commands/scan/generate-report.d.mts +0 -43
- package/dist/types/commands/scan/generate-report.d.mts.map +0 -1
- package/dist/types/commands/scan/handle-create-github-scan.d.mts +0 -12
- package/dist/types/commands/scan/handle-create-github-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/handle-create-new-scan.d.mts +0 -21
- package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/handle-delete-scan.d.mts +0 -3
- package/dist/types/commands/scan/handle-delete-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/handle-diff-scan.d.mts +0 -10
- package/dist/types/commands/scan/handle-diff-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/handle-list-scans.d.mts +0 -13
- package/dist/types/commands/scan/handle-list-scans.d.mts.map +0 -1
- package/dist/types/commands/scan/handle-scan-config.d.mts +0 -2
- package/dist/types/commands/scan/handle-scan-config.d.mts.map +0 -1
- package/dist/types/commands/scan/handle-scan-metadata.d.mts +0 -3
- package/dist/types/commands/scan/handle-scan-metadata.d.mts.map +0 -1
- package/dist/types/commands/scan/handle-scan-reach.d.mts +0 -8
- package/dist/types/commands/scan/handle-scan-reach.d.mts.map +0 -1
- package/dist/types/commands/scan/handle-scan-report.d.mts +0 -12
- package/dist/types/commands/scan/handle-scan-report.d.mts.map +0 -1
- package/dist/types/commands/scan/handle-scan-view.d.mts +0 -3
- package/dist/types/commands/scan/handle-scan-view.d.mts.map +0 -1
- package/dist/types/commands/scan/output-create-new-scan.d.mts +0 -4
- package/dist/types/commands/scan/output-create-new-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/output-delete-scan.d.mts +0 -4
- package/dist/types/commands/scan/output-delete-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/output-diff-scan.d.mts +0 -8
- package/dist/types/commands/scan/output-diff-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/output-list-scans.d.mts +0 -4
- package/dist/types/commands/scan/output-list-scans.d.mts.map +0 -1
- package/dist/types/commands/scan/output-scan-config-result.d.mts +0 -3
- package/dist/types/commands/scan/output-scan-config-result.d.mts.map +0 -1
- package/dist/types/commands/scan/output-scan-github.d.mts +0 -3
- package/dist/types/commands/scan/output-scan-github.d.mts.map +0 -1
- package/dist/types/commands/scan/output-scan-metadata.d.mts +0 -4
- package/dist/types/commands/scan/output-scan-metadata.d.mts.map +0 -1
- package/dist/types/commands/scan/output-scan-reach.d.mts +0 -3
- package/dist/types/commands/scan/output-scan-reach.d.mts.map +0 -1
- package/dist/types/commands/scan/output-scan-report.d.mts +0 -20
- package/dist/types/commands/scan/output-scan-report.d.mts.map +0 -1
- package/dist/types/commands/scan/output-scan-view.d.mts +0 -4
- package/dist/types/commands/scan/output-scan-view.d.mts.map +0 -1
- package/dist/types/commands/scan/setup-scan-config.d.mts +0 -3
- package/dist/types/commands/scan/setup-scan-config.d.mts.map +0 -1
- package/dist/types/commands/scan/stream-scan.d.mts +0 -7
- package/dist/types/commands/scan/stream-scan.d.mts.map +0 -1
- package/dist/types/commands/scan/suggest-org-slug.d.mts +0 -2
- package/dist/types/commands/scan/suggest-org-slug.d.mts.map +0 -1
- package/dist/types/commands/scan/suggest-repo-slug.d.mts +0 -9
- package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +0 -1
- package/dist/types/commands/scan/suggest-to-persist-orgslug.d.mts +0 -2
- package/dist/types/commands/scan/suggest-to-persist-orgslug.d.mts.map +0 -1
- package/dist/types/commands/scan/suggest_branch_slug.d.mts +0 -2
- package/dist/types/commands/scan/suggest_branch_slug.d.mts.map +0 -1
- package/dist/types/commands/scan/suggest_target.d.mts +0 -2
- package/dist/types/commands/scan/suggest_target.d.mts.map +0 -1
- package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts +0 -10
- package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +0 -1
- package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts +0 -13
- package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts.map +0 -1
- package/dist/types/commands/threat-feed/handle-threat-feed.d.mts +0 -13
- package/dist/types/commands/threat-feed/handle-threat-feed.d.mts.map +0 -1
- package/dist/types/commands/threat-feed/output-threat-feed.d.mts +0 -4
- package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +0 -1
- package/dist/types/commands/threat-feed/types.d.mts +0 -15
- package/dist/types/commands/threat-feed/types.d.mts.map +0 -1
- package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts +0 -9
- package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts.map +0 -1
- package/dist/types/commands/uninstall/cmd-uninstall.d.mts +0 -3
- package/dist/types/commands/uninstall/cmd-uninstall.d.mts.map +0 -1
- package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts +0 -2
- package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts.map +0 -1
- package/dist/types/commands/uninstall/output-uninstall-completion.d.mts +0 -6
- package/dist/types/commands/uninstall/output-uninstall-completion.d.mts.map +0 -1
- package/dist/types/commands/uninstall/teardown-tab-completion.d.mts +0 -6
- package/dist/types/commands/uninstall/teardown-tab-completion.d.mts.map +0 -1
- package/dist/types/commands/wrapper/add-socket-wrapper.d.mts +0 -2
- package/dist/types/commands/wrapper/add-socket-wrapper.d.mts.map +0 -1
- package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts +0 -2
- package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts.map +0 -1
- package/dist/types/commands/wrapper/cmd-wrapper.d.mts +0 -10
- package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +0 -1
- package/dist/types/commands/wrapper/postinstall-wrapper.d.mts +0 -2
- package/dist/types/commands/wrapper/postinstall-wrapper.d.mts.map +0 -1
- package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts +0 -2
- package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts.map +0 -1
- package/dist/types/constants.d.mts +0 -149
- package/dist/types/constants.d.mts.map +0 -1
- package/dist/types/flags.d.mts +0 -17
- package/dist/types/flags.d.mts.map +0 -1
- package/dist/types/instrument-with-sentry.d.mts +0 -2
- package/dist/types/instrument-with-sentry.d.mts.map +0 -1
- package/dist/types/shadow/npm/arborist/index.d.mts +0 -8
- package/dist/types/shadow/npm/arborist/index.d.mts.map +0 -1
- package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts +0 -35
- package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts.map +0 -1
- package/dist/types/shadow/npm/arborist/types.d.mts +0 -123
- package/dist/types/shadow/npm/arborist/types.d.mts.map +0 -1
- package/dist/types/shadow/npm/arborist-helpers.d.mts +0 -39
- package/dist/types/shadow/npm/arborist-helpers.d.mts.map +0 -1
- package/dist/types/shadow/npm/bin.d.mts +0 -2
- package/dist/types/shadow/npm/bin.d.mts.map +0 -1
- package/dist/types/shadow/npm/inject.d.mts +0 -2
- package/dist/types/shadow/npm/inject.d.mts.map +0 -1
- package/dist/types/shadow/npm/install.d.mts +0 -13
- package/dist/types/shadow/npm/install.d.mts.map +0 -1
- package/dist/types/shadow/npm/link.d.mts +0 -2
- package/dist/types/shadow/npm/link.d.mts.map +0 -1
- package/dist/types/shadow/npm/paths.d.mts +0 -7
- package/dist/types/shadow/npm/paths.d.mts.map +0 -1
- package/dist/types/types.d.mts +0 -29
- package/dist/types/types.d.mts.map +0 -1
- package/dist/types/utils/agent.d.mts +0 -12
- package/dist/types/utils/agent.d.mts.map +0 -1
- package/dist/types/utils/alert/artifact.d.mts +0 -35
- package/dist/types/utils/alert/artifact.d.mts.map +0 -1
- package/dist/types/utils/alert/fix.d.mts +0 -6
- package/dist/types/utils/alert/fix.d.mts.map +0 -1
- package/dist/types/utils/alert/severity.d.mts +0 -14
- package/dist/types/utils/alert/severity.d.mts.map +0 -1
- package/dist/types/utils/alerts-map.d.mts +0 -24
- package/dist/types/utils/alerts-map.d.mts.map +0 -1
- package/dist/types/utils/api.d.mts +0 -18
- package/dist/types/utils/api.d.mts.map +0 -1
- package/dist/types/utils/check-input.d.mts +0 -9
- package/dist/types/utils/check-input.d.mts.map +0 -1
- package/dist/types/utils/cmd.d.mts +0 -5
- package/dist/types/utils/cmd.d.mts.map +0 -1
- package/dist/types/utils/coana.d.mts +0 -4
- package/dist/types/utils/coana.d.mts.map +0 -1
- package/dist/types/utils/color-or-markdown.d.mts +0 -16
- package/dist/types/utils/color-or-markdown.d.mts.map +0 -1
- package/dist/types/utils/completion.d.mts +0 -11
- package/dist/types/utils/completion.d.mts.map +0 -1
- package/dist/types/utils/config.d.mts +0 -32
- package/dist/types/utils/config.d.mts.map +0 -1
- package/dist/types/utils/determine-org-slug.d.mts +0 -2
- package/dist/types/utils/determine-org-slug.d.mts.map +0 -1
- package/dist/types/utils/errors.d.mts +0 -14
- package/dist/types/utils/errors.d.mts.map +0 -1
- package/dist/types/utils/fail-msg-with-badge.d.mts +0 -2
- package/dist/types/utils/fail-msg-with-badge.d.mts.map +0 -1
- package/dist/types/utils/fs.d.mts +0 -9
- package/dist/types/utils/fs.d.mts.map +0 -1
- package/dist/types/utils/get-output-kind.d.mts +0 -3
- package/dist/types/utils/get-output-kind.d.mts.map +0 -1
- package/dist/types/utils/git.d.mts +0 -29
- package/dist/types/utils/git.d.mts.map +0 -1
- package/dist/types/utils/glob.d.mts +0 -16
- package/dist/types/utils/glob.d.mts.map +0 -1
- package/dist/types/utils/lockfile.d.mts +0 -2
- package/dist/types/utils/lockfile.d.mts.map +0 -1
- package/dist/types/utils/map-to-object.d.mts +0 -10
- package/dist/types/utils/map-to-object.d.mts.map +0 -1
- package/dist/types/utils/markdown.d.mts +0 -10
- package/dist/types/utils/markdown.d.mts.map +0 -1
- package/dist/types/utils/meow-with-subcommands.d.mts +0 -47
- package/dist/types/utils/meow-with-subcommands.d.mts.map +0 -1
- package/dist/types/utils/ms-at-home.d.mts +0 -2
- package/dist/types/utils/ms-at-home.d.mts.map +0 -1
- package/dist/types/utils/npm-config.d.mts +0 -14
- package/dist/types/utils/npm-config.d.mts.map +0 -1
- package/dist/types/utils/npm-package-arg.d.mts +0 -4
- package/dist/types/utils/npm-package-arg.d.mts.map +0 -1
- package/dist/types/utils/npm-paths.d.mts +0 -7
- package/dist/types/utils/npm-paths.d.mts.map +0 -1
- package/dist/types/utils/objects.d.mts +0 -3
- package/dist/types/utils/objects.d.mts.map +0 -1
- package/dist/types/utils/output-formatting.d.mts +0 -16
- package/dist/types/utils/output-formatting.d.mts.map +0 -1
- package/dist/types/utils/package-environment.d.mts +0 -57
- package/dist/types/utils/package-environment.d.mts.map +0 -1
- package/dist/types/utils/path-resolve.d.mts +0 -14
- package/dist/types/utils/path-resolve.d.mts.map +0 -1
- package/dist/types/utils/pnpm.d.mts +0 -11
- package/dist/types/utils/pnpm.d.mts.map +0 -1
- package/dist/types/utils/purl.d.mts +0 -15
- package/dist/types/utils/purl.d.mts.map +0 -1
- package/dist/types/utils/sdk.d.mts +0 -13
- package/dist/types/utils/sdk.d.mts.map +0 -1
- package/dist/types/utils/semver.d.mts +0 -8
- package/dist/types/utils/semver.d.mts.map +0 -1
- package/dist/types/utils/serialize-result-json.d.mts +0 -5
- package/dist/types/utils/serialize-result-json.d.mts.map +0 -1
- package/dist/types/utils/socket-package-alert.d.mts +0 -77
- package/dist/types/utils/socket-package-alert.d.mts.map +0 -1
- package/dist/types/utils/socket-url.d.mts +0 -7
- package/dist/types/utils/socket-url.d.mts.map +0 -1
- package/dist/types/utils/socketjson.d.mts +0 -56
- package/dist/types/utils/socketjson.d.mts.map +0 -1
- package/dist/types/utils/spec.d.mts +0 -5
- package/dist/types/utils/spec.d.mts.map +0 -1
- package/dist/types/utils/strings.d.mts +0 -2
- package/dist/types/utils/strings.d.mts.map +0 -1
- package/dist/types/utils/tildify.d.mts +0 -4
- package/dist/types/utils/tildify.d.mts.map +0 -1
- package/dist/types/utils/translations.d.mts +0 -593
- package/dist/types/utils/translations.d.mts.map +0 -1
- package/dist/types/utils/walk-nested-map.d.mts +0 -7
- package/dist/types/utils/walk-nested-map.d.mts.map +0 -1
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Spinner } from '@socketsecurity/registry/lib/spinner';
|
|
2
|
-
import type { EnvDetails } from '../../utils/package-environment.mts';
|
|
3
|
-
import type { Logger } from '@socketsecurity/registry/lib/logger';
|
|
4
|
-
type AddOverridesOptions = {
|
|
5
|
-
logger?: Logger | undefined;
|
|
6
|
-
pin?: boolean | undefined;
|
|
7
|
-
prod?: boolean | undefined;
|
|
8
|
-
spinner?: Spinner | undefined;
|
|
9
|
-
state?: AddOverridesState | undefined;
|
|
10
|
-
};
|
|
11
|
-
type AddOverridesState = {
|
|
12
|
-
added: Set<string>;
|
|
13
|
-
addedInWorkspaces: Set<string>;
|
|
14
|
-
updated: Set<string>;
|
|
15
|
-
updatedInWorkspaces: Set<string>;
|
|
16
|
-
warnedPnpmWorkspaceRequiresNpm: boolean;
|
|
17
|
-
};
|
|
18
|
-
export declare function addOverrides(pkgEnvDetails: EnvDetails, pkgPath: string, options?: AddOverridesOptions | undefined): Promise<AddOverridesState>;
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=add-overrides.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-overrides.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/add-overrides.mts"],"names":[],"mappings":"AAQA,OAAO,EAAE,OAAO,EAAE,MAAM,sCAAsC,CAAA;AAqB9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAA;AACrE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qCAAqC,CAAA;AAGjE,KAAK,mBAAmB,GAAG;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,GAAG,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACzB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,KAAK,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAA;CACtC,CAAA;AACD,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IAClB,iBAAiB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IAC9B,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACpB,mBAAmB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IAChC,8BAA8B,EAAE,OAAO,CAAA;CACxC,CAAA;AAMD,wBAAsB,YAAY,CAChC,aAAa,EAAE,UAAU,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,mBAAmB,GAAG,SAAS,GACxC,OAAO,CAAC,iBAAiB,CAAC,CA4P5B"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { CResult } from '../../types.mts';
|
|
2
|
-
import type { EnvDetails } from '../../utils/package-environment.mts';
|
|
3
|
-
export type OptimizeConfig = {
|
|
4
|
-
pin: boolean;
|
|
5
|
-
prod: boolean;
|
|
6
|
-
};
|
|
7
|
-
export declare function applyOptimization(pkgEnvDetails: EnvDetails, { pin, prod }: OptimizeConfig): Promise<CResult<{
|
|
8
|
-
addedCount: number;
|
|
9
|
-
updatedCount: number;
|
|
10
|
-
pkgJsonChanged: boolean;
|
|
11
|
-
updatedInWorkspaces: number;
|
|
12
|
-
addedInWorkspaces: number;
|
|
13
|
-
}>>;
|
|
14
|
-
//# sourceMappingURL=apply-optimization.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"apply-optimization.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/apply-optimization.mts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAA;AAErE,MAAM,MAAM,cAAc,GAAG;IAC3B,GAAG,EAAE,OAAO,CAAA;IACZ,IAAI,EAAE,OAAO,CAAA;CACd,CAAA;AAED,wBAAsB,iBAAiB,CACrC,aAAa,EAAE,UAAU,EACzB,EAAE,GAAG,EAAE,IAAI,EAAE,EAAE,cAAc,GAC5B,OAAO,CACR,OAAO,CAAC;IACN,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,OAAO,CAAA;IACvB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,iBAAiB,EAAE,MAAM,CAAA;CAC1B,CAAC,CACH,CAwCA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const cmdOptimize: {
|
|
2
|
-
description: string;
|
|
3
|
-
hidden: boolean;
|
|
4
|
-
run: typeof run;
|
|
5
|
-
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=cmd-optimize.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-optimize.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/cmd-optimize.mts"],"names":[],"mappings":"AA6CA,eAAO,MAAM,WAAW;;;;CAIvB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CA2Bf"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { EnvDetails } from '../../utils/package-environment.mts';
|
|
2
|
-
export declare function matchLsCmdViewHumanStdout(stdout: string, name: string): boolean;
|
|
3
|
-
export declare function matchQueryCmdStdout(stdout: string, name: string): boolean;
|
|
4
|
-
export declare function lsStdoutIncludes(pkgEnvDetails: EnvDetails, stdout: string, name: string): boolean;
|
|
5
|
-
//# sourceMappingURL=deps-includes-by-agent.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deps-includes-by-agent.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/deps-includes-by-agent.mts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAA;AAIrE,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,WAErE;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,WAE/D;AAED,wBAAgB,gBAAgB,CAC9B,aAAa,EAAE,UAAU,EACzB,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,MAAM,GACX,OAAO,CAYT"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-dependency-entries.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/get-dependency-entries.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAA;AAErE,wBAAgB,oBAAoB,CAAC,aAAa,EAAE,UAAU,+CA2B7D"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import type { NpmOverrides, Overrides, PnpmOrYarnOverrides } from './types.mts';
|
|
2
|
-
import type { Agent, EnvDetails } from '../../utils/package-environment.mts';
|
|
3
|
-
import type { PackageJson } from '@socketsecurity/registry/lib/packages';
|
|
4
|
-
export declare function getOverridesDataBun(pkgEnvDetails: EnvDetails, pkgJson?: Readonly<PackageJson>): {
|
|
5
|
-
type: "yarn/berry";
|
|
6
|
-
overrides: PnpmOrYarnOverrides;
|
|
7
|
-
};
|
|
8
|
-
// npm overrides documentation:
|
|
9
|
-
// https://docs.npmjs.com/cli/v10/configuring-npm/package-json#overrides
|
|
10
|
-
export declare function getOverridesDataNpm(pkgEnvDetails: EnvDetails, pkgJson?: Readonly<PackageJson>): {
|
|
11
|
-
type: "npm";
|
|
12
|
-
overrides: NpmOverrides;
|
|
13
|
-
};
|
|
14
|
-
// pnpm overrides documentation:
|
|
15
|
-
// https://pnpm.io/package_json#pnpmoverrides
|
|
16
|
-
export declare function getOverridesDataPnpm(pkgEnvDetails: EnvDetails, pkgJson?: Readonly<PackageJson>): {
|
|
17
|
-
type: "pnpm";
|
|
18
|
-
overrides: PnpmOrYarnOverrides;
|
|
19
|
-
};
|
|
20
|
-
export declare function getOverridesDataVlt(pkgEnvDetails: EnvDetails, pkgJson?: Readonly<PackageJson>): {
|
|
21
|
-
type: "vlt";
|
|
22
|
-
overrides: NpmOverrides;
|
|
23
|
-
};
|
|
24
|
-
// Yarn resolutions documentation:
|
|
25
|
-
// https://yarnpkg.com/configuration/manifest#resolutions
|
|
26
|
-
export declare function getOverridesDataYarn(pkgEnvDetails: EnvDetails, pkgJson?: Readonly<PackageJson>): {
|
|
27
|
-
type: "yarn/berry";
|
|
28
|
-
overrides: PnpmOrYarnOverrides;
|
|
29
|
-
};
|
|
30
|
-
// Yarn resolutions documentation:
|
|
31
|
-
// https://classic.yarnpkg.com/en/docs/selective-version-resolutions
|
|
32
|
-
export declare function getOverridesDataYarnClassic(pkgEnvDetails: EnvDetails, pkgJson?: Readonly<PackageJson>): {
|
|
33
|
-
type: "yarn/classic";
|
|
34
|
-
overrides: PnpmOrYarnOverrides;
|
|
35
|
-
};
|
|
36
|
-
export type GetOverrides = (pkgEnvDetails: EnvDetails, pkgJson?: PackageJson | undefined) => GetOverridesResult;
|
|
37
|
-
export type GetOverridesResult = {
|
|
38
|
-
type: Agent;
|
|
39
|
-
overrides: Overrides;
|
|
40
|
-
};
|
|
41
|
-
export declare function getOverridesData(pkgEnvDetails: EnvDetails, pkgJson?: PackageJson | undefined): GetOverridesResult;
|
|
42
|
-
//# sourceMappingURL=get-overrides-by-agent.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-overrides-by-agent.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/get-overrides-by-agent.mts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAC/E,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAA;AAC5E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAA;AAaxE,wBAAgB,mBAAmB,CACjC,aAAa,EAAE,UAAU,EACzB,OAAO,wBAAwC;;;EAIhD;AAED,+BAA+B;AAC/B,wEAAwE;AACxE,wBAAgB,mBAAmB,CACjC,aAAa,EAAE,UAAU,EACzB,OAAO,wBAAwC;;;EAIhD;AAED,gCAAgC;AAChC,6CAA6C;AAC7C,wBAAgB,oBAAoB,CAClC,aAAa,EAAE,UAAU,EACzB,OAAO,wBAAwC;;;EAKhD;AAED,wBAAgB,mBAAmB,CACjC,aAAa,EAAE,UAAU,EACzB,OAAO,wBAAwC;;;EAIhD;AAED,kCAAkC;AAClC,yDAAyD;AACzD,wBAAgB,oBAAoB,CAClC,aAAa,EAAE,UAAU,EACzB,OAAO,wBAAwC;;;EAIhD;AAED,kCAAkC;AAClC,oEAAoE;AACpE,wBAAgB,2BAA2B,CACzC,aAAa,EAAE,UAAU,EACzB,OAAO,wBAAwC;;;EAIhD;AAED,MAAM,MAAM,YAAY,GAAG,CACzB,aAAa,EAAE,UAAU,EACzB,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,KAC9B,kBAAkB,CAAA;AAEvB,MAAM,MAAM,kBAAkB,GAAG;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,CAAA;AAEtE,wBAAgB,gBAAgB,CAC9B,aAAa,EAAE,UAAU,EACzB,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,GAChC,kBAAkB,CAgBpB"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { OutputKind } from '../../types.mts';
|
|
2
|
-
export declare function handleOptimize({ cwd, outputKind, pin, prod }: {
|
|
3
|
-
cwd: string;
|
|
4
|
-
outputKind: OutputKind;
|
|
5
|
-
pin: boolean;
|
|
6
|
-
prod: boolean;
|
|
7
|
-
}): Promise<void>;
|
|
8
|
-
//# sourceMappingURL=handle-optimize.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handle-optimize.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/handle-optimize.mts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAIjD,wBAAsB,cAAc,CAAC,EACnC,GAAG,EACH,UAAU,EACV,GAAG,EACH,IAAI,EACL,EAAE;IACD,GAAG,EAAE,MAAM,CAAA;IACX,UAAU,EAAE,UAAU,CAAA;IACtB,GAAG,EAAE,OAAO,CAAA;IACZ,IAAI,EAAE,OAAO,CAAA;CACd,iBA8CA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { EnvDetails } from '../../utils/package-environment.mts';
|
|
2
|
-
export declare function npmLockSrcIncludes(lockSrc: string, name: string): boolean;
|
|
3
|
-
export declare function bunLockSrcIncludes(lockSrc: string, name: string, lockName?: string | undefined): boolean;
|
|
4
|
-
export declare function pnpmLockSrcIncludes(lockSrc: string, name: string): boolean;
|
|
5
|
-
export declare function vltLockSrcIncludes(lockSrc: string, name: string): boolean;
|
|
6
|
-
export declare function yarnLockSrcIncludes(lockSrc: string, name: string): boolean;
|
|
7
|
-
export declare function lockSrcIncludes(pkgEnvDetails: EnvDetails, lockSrc: string, name: string, lockName?: string | undefined): boolean;
|
|
8
|
-
//# sourceMappingURL=lockfile-includes-by-agent.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lockfile-includes-by-agent.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/lockfile-includes-by-agent.mts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAA;AAIrE,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,WAI/D;AAED,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,WAU9B;AAED,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,WAahE;AAED,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,WAI/D;AAED,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,WAWhE;AAED,wBAAgB,eAAe,CAC7B,aAAa,EAAE,UAAU,EACzB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,GAC5B,OAAO,CAgBT"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { EnvDetails } from '../../utils/package-environment.mts';
|
|
2
|
-
export declare function lsBun(pkgEnvDetails: EnvDetails, options?: AgentListDepsOptions | undefined): Promise<string>;
|
|
3
|
-
export declare function lsNpm(pkgEnvDetails: EnvDetails, options?: AgentListDepsOptions | undefined): Promise<string>;
|
|
4
|
-
export declare function lsPnpm(pkgEnvDetails: EnvDetails, options?: AgentListDepsOptions | undefined): Promise<string>;
|
|
5
|
-
export declare function lsVlt(pkgEnvDetails: EnvDetails, options?: AgentListDepsOptions | undefined): Promise<string>;
|
|
6
|
-
export declare function lsYarnBerry(pkgEnvDetails: EnvDetails, options?: AgentListDepsOptions | undefined): Promise<string>;
|
|
7
|
-
export declare function lsYarnClassic(pkgEnvDetails: EnvDetails, options?: AgentListDepsOptions | undefined): Promise<string>;
|
|
8
|
-
export type AgentListDepsOptions = {
|
|
9
|
-
cwd?: string | undefined;
|
|
10
|
-
npmExecPath?: string | undefined;
|
|
11
|
-
};
|
|
12
|
-
export declare function listPackages(pkgEnvDetails: EnvDetails, options?: AgentListDepsOptions | undefined): Promise<string>;
|
|
13
|
-
//# sourceMappingURL=ls-by-agent.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ls-by-agent.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/ls-by-agent.mts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAA;AAwDrE,wBAAsB,KAAK,CACzB,aAAa,EAAE,UAAU,EACzB,OAAO,CAAC,EAAE,oBAAoB,GAAG,SAAS,GACzC,OAAO,CAAC,MAAM,CAAC,CAiBjB;AAED,wBAAsB,KAAK,CACzB,aAAa,EAAE,UAAU,EACzB,OAAO,CAAC,EAAE,oBAAoB,GAAG,SAAS,GACzC,OAAO,CAAC,MAAM,CAAC,CAMjB;AAED,wBAAsB,MAAM,CAC1B,aAAa,EAAE,UAAU,EACzB,OAAO,CAAC,EAAE,oBAAoB,GAAG,SAAS,GACzC,OAAO,CAAC,MAAM,CAAC,CA4BjB;AAED,wBAAsB,KAAK,CACzB,aAAa,EAAE,UAAU,EACzB,OAAO,CAAC,EAAE,oBAAoB,GAAG,SAAS,GACzC,OAAO,CAAC,MAAM,CAAC,CAqBjB;AAED,wBAAsB,WAAW,CAC/B,aAAa,EAAE,UAAU,EACzB,OAAO,CAAC,EAAE,oBAAoB,GAAG,SAAS,GACzC,OAAO,CAAC,MAAM,CAAC,CAqBjB;AAED,wBAAsB,aAAa,CACjC,aAAa,EAAE,UAAU,EACzB,OAAO,CAAC,EAAE,oBAAoB,GAAG,SAAS,GACzC,OAAO,CAAC,MAAM,CAAC,CAmBjB;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CACjC,CAAA;AAED,wBAAsB,YAAY,CAChC,aAAa,EAAE,UAAU,EACzB,OAAO,CAAC,EAAE,oBAAoB,GAAG,SAAS,GACzC,OAAO,CAAC,MAAM,CAAC,CAgBjB"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { CResult, OutputKind } from '../../types.mts';
|
|
2
|
-
export declare function outputOptimizeResult(result: CResult<{
|
|
3
|
-
addedCount: number;
|
|
4
|
-
updatedCount: number;
|
|
5
|
-
pkgJsonChanged: boolean;
|
|
6
|
-
updatedInWorkspaces: number;
|
|
7
|
-
addedInWorkspaces: number;
|
|
8
|
-
}>, outputKind: OutputKind): Promise<void>;
|
|
9
|
-
//# sourceMappingURL=output-optimize-result.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"output-optimize-result.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/output-optimize-result.mts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAE1D,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,OAAO,CAAC;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,OAAO,CAAA;IACvB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,iBAAiB,EAAE,MAAM,CAAA;CAC1B,CAAC,EACF,UAAU,EAAE,UAAU,iBAkCvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/shared.mts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,oBAAoB,CAAA"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { StringKeyValueObject } from '../../types.mts';
|
|
2
|
-
export type NpmOverrides = {
|
|
3
|
-
[key: string]: string | StringKeyValueObject;
|
|
4
|
-
};
|
|
5
|
-
export type PnpmOrYarnOverrides = {
|
|
6
|
-
[key: string]: string;
|
|
7
|
-
};
|
|
8
|
-
export type Overrides = NpmOverrides | PnpmOrYarnOverrides;
|
|
9
|
-
//# sourceMappingURL=types.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/types.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAA;AAE3D,MAAM,MAAM,YAAY,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,oBAAoB,CAAA;CAAE,CAAA;AAE3E,MAAM,MAAM,mBAAmB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAA;AAE3D,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,mBAAmB,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Spinner } from '@socketsecurity/registry/lib/spinner';
|
|
2
|
-
import type { CResult } from '../../types.mts';
|
|
3
|
-
import type { EnvDetails } from '../../utils/package-environment.mts';
|
|
4
|
-
import type { Logger } from '@socketsecurity/registry/lib/logger';
|
|
5
|
-
export type UpdateLockfileOptions = {
|
|
6
|
-
cmdName?: string | undefined;
|
|
7
|
-
logger?: Logger | undefined;
|
|
8
|
-
spinner?: Spinner | undefined;
|
|
9
|
-
};
|
|
10
|
-
export declare function updateLockfile(pkgEnvDetails: EnvDetails, options: UpdateLockfileOptions): Promise<CResult<unknown>>;
|
|
11
|
-
//# sourceMappingURL=update-lockfile.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-lockfile.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/update-lockfile.mts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,sCAAsC,CAAA;AAM9D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAA;AACrE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qCAAqC,CAAA;AAIjE,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAC9B,CAAA;AAED,wBAAsB,cAAc,CAClC,aAAa,EAAE,UAAU,EACzB,OAAO,EAAE,qBAAqB,GAC7B,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CA4C3B"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Overrides } from './types.mts';
|
|
2
|
-
import type { Agent } from '../../utils/package-environment.mts';
|
|
3
|
-
import type { EditablePackageJson } from '@socketsecurity/registry/lib/packages';
|
|
4
|
-
export declare function updateOverridesField(editablePkgJson: EditablePackageJson, overrides: Overrides): void;
|
|
5
|
-
export declare function updateResolutionsField(editablePkgJson: EditablePackageJson, overrides: Overrides): void;
|
|
6
|
-
export declare function updatePnpmField(editablePkgJson: EditablePackageJson, overrides: Overrides): void;
|
|
7
|
-
export declare function updateManifest(agent: Agent, editablePkgJson: EditablePackageJson, overrides: Overrides): void;
|
|
8
|
-
//# sourceMappingURL=update-manifest-by-agent.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-manifest-by-agent.d.mts","sourceRoot":"","sources":["../../../../src/commands/optimize/update-manifest-by-agent.mts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAA;AAChE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAA;AA0IhF,wBAAgB,oBAAoB,CAClC,eAAe,EAAE,mBAAmB,EACpC,SAAS,EAAE,SAAS,QAGrB;AAED,wBAAgB,sBAAsB,CACpC,eAAe,EAAE,mBAAmB,EACpC,SAAS,EAAE,SAAS,QAGrB;AAED,wBAAgB,eAAe,CAC7B,eAAe,EAAE,mBAAmB,EACpC,SAAS,EAAE,SAAS,QAGrB;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,KAAK,EACZ,eAAe,EAAE,mBAAmB,EACpC,SAAS,EAAE,SAAS,GACnB,IAAI,CAsBN"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const cmdOrganizationDependencies: {
|
|
2
|
-
description: string;
|
|
3
|
-
hidden: boolean;
|
|
4
|
-
run: typeof run;
|
|
5
|
-
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=cmd-organization-dependencies.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-organization-dependencies.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/cmd-organization-dependencies.mts"],"names":[],"mappings":"AAmDA,eAAO,MAAM,2BAA2B;;;;CAIvC,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CA+Cf"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const cmdOrganizationList: {
|
|
2
|
-
description: string;
|
|
3
|
-
hidden: boolean;
|
|
4
|
-
run: typeof run;
|
|
5
|
-
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=cmd-organization-list.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-organization-list.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/cmd-organization-list.mts"],"names":[],"mappings":"AAwCA,eAAO,MAAM,mBAAmB;;;;CAI/B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CA2Cf"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const cmdOrganizationPolicyLicense: {
|
|
2
|
-
description: string;
|
|
3
|
-
hidden: boolean;
|
|
4
|
-
run: typeof run;
|
|
5
|
-
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=cmd-organization-policy-license.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-organization-policy-license.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/cmd-organization-policy-license.mts"],"names":[],"mappings":"AAuDA,eAAO,MAAM,4BAA4B;;;;CAIxC,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CAgDf"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const cmdOrganizationPolicySecurity: {
|
|
2
|
-
description: string;
|
|
3
|
-
hidden: boolean;
|
|
4
|
-
run: typeof run;
|
|
5
|
-
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=cmd-organization-policy-security.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-organization-policy-security.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/cmd-organization-policy-security.mts"],"names":[],"mappings":"AAwDA,eAAO,MAAM,6BAA6B;;;;CAIzC,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CAgDf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-organization-policy.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/cmd-organization-policy.mts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAI1E,eAAO,MAAM,qBAAqB,EAAE,aAsBnC,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const cmdOrganizationQuota: {
|
|
2
|
-
description: string;
|
|
3
|
-
hidden: boolean;
|
|
4
|
-
run: typeof run;
|
|
5
|
-
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=cmd-organization-quota.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-organization-quota.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/cmd-organization-quota.mts"],"names":[],"mappings":"AAoCA,eAAO,MAAM,oBAAoB;;;;CAIhC,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CA4Cf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-organization.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/cmd-organization.mts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAI1E,eAAO,MAAM,eAAe,EAAE,aAoC7B,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { CResult } from '../../types.mts';
|
|
2
|
-
import type { SetupSdkOptions } from '../../utils/sdk.mts';
|
|
3
|
-
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk';
|
|
4
|
-
export type FetchDependenciesConfig = {
|
|
5
|
-
limit: number;
|
|
6
|
-
offset: number;
|
|
7
|
-
};
|
|
8
|
-
export type FetchDependenciesOptions = {
|
|
9
|
-
sdkOptions?: SetupSdkOptions | undefined;
|
|
10
|
-
};
|
|
11
|
-
export declare function fetchDependencies(config: FetchDependenciesConfig, options?: FetchDependenciesOptions | undefined): Promise<CResult<SocketSdkSuccessResult<'searchDependencies'>['data']>>;
|
|
12
|
-
//# sourceMappingURL=fetch-dependencies.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-dependencies.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/fetch-dependencies.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEjE,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;CACf,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,UAAU,CAAC,EAAE,eAAe,GAAG,SAAS,CAAA;CACzC,CAAA;AAED,wBAAsB,iBAAiB,CACrC,MAAM,EAAE,uBAAuB,EAC/B,OAAO,CAAC,EAAE,wBAAwB,GAAG,SAAS,GAC7C,OAAO,CAAC,OAAO,CAAC,sBAAsB,CAAC,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAoBxE"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CResult } from '../../types.mts';
|
|
2
|
-
import type { SetupSdkOptions } from '../../utils/sdk.mts';
|
|
3
|
-
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk';
|
|
4
|
-
export type FetchLicensePolicyOptions = {
|
|
5
|
-
sdkOptions?: SetupSdkOptions | undefined;
|
|
6
|
-
};
|
|
7
|
-
export declare function fetchLicensePolicy(orgSlug: string, options?: FetchLicensePolicyOptions | undefined): Promise<CResult<SocketSdkSuccessResult<'getOrgLicensePolicy'>['data']>>;
|
|
8
|
-
//# sourceMappingURL=fetch-license-policy.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-license-policy.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/fetch-license-policy.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEjE,MAAM,MAAM,yBAAyB,GAAG;IACtC,UAAU,CAAC,EAAE,eAAe,GAAG,SAAS,CAAA;CACzC,CAAA;AAED,wBAAsB,kBAAkB,CACtC,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,yBAAyB,GAAG,SAAS,GAC9C,OAAO,CAAC,OAAO,CAAC,sBAAsB,CAAC,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAezE"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CResult } from '../../types.mts';
|
|
2
|
-
import type { SetupSdkOptions } from '../../utils/sdk.mts';
|
|
3
|
-
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk';
|
|
4
|
-
export type FetchOrganizationOptions = {
|
|
5
|
-
sdkOptions?: SetupSdkOptions | undefined;
|
|
6
|
-
};
|
|
7
|
-
export declare function fetchOrganization(options?: FetchOrganizationOptions | undefined): Promise<CResult<SocketSdkSuccessResult<'getOrganizations'>['data']>>;
|
|
8
|
-
//# sourceMappingURL=fetch-organization-list.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-organization-list.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/fetch-organization-list.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEjE,MAAM,MAAM,wBAAwB,GAAG;IACrC,UAAU,CAAC,EAAE,eAAe,GAAG,SAAS,CAAA;CACzC,CAAA;AAED,wBAAsB,iBAAiB,CACrC,OAAO,CAAC,EAAE,wBAAwB,GAAG,SAAS,GAC7C,OAAO,CAAC,OAAO,CAAC,sBAAsB,CAAC,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAetE"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CResult } from '../../types.mts';
|
|
2
|
-
import type { SetupSdkOptions } from '../../utils/sdk.mts';
|
|
3
|
-
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk';
|
|
4
|
-
export type FetchQuotaOptions = {
|
|
5
|
-
sdkOptions?: SetupSdkOptions | undefined;
|
|
6
|
-
};
|
|
7
|
-
export declare function fetchQuota(options?: FetchQuotaOptions | undefined): Promise<CResult<SocketSdkSuccessResult<'getQuota'>['data']>>;
|
|
8
|
-
//# sourceMappingURL=fetch-quota.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-quota.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/fetch-quota.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEjE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,UAAU,CAAC,EAAE,eAAe,GAAG,SAAS,CAAA;CACzC,CAAA;AAED,wBAAsB,UAAU,CAC9B,OAAO,CAAC,EAAE,iBAAiB,GAAG,SAAS,GACtC,OAAO,CAAC,OAAO,CAAC,sBAAsB,CAAC,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAU9D"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CResult } from '../../types.mts';
|
|
2
|
-
import type { SetupSdkOptions } from '../../utils/sdk.mts';
|
|
3
|
-
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk';
|
|
4
|
-
export type FetchSecurityPolicyOptions = {
|
|
5
|
-
sdkOptions?: SetupSdkOptions | undefined;
|
|
6
|
-
};
|
|
7
|
-
export declare function fetchSecurityPolicy(orgSlug: string, options?: FetchSecurityPolicyOptions | undefined): Promise<CResult<SocketSdkSuccessResult<'getOrgSecurityPolicy'>['data']>>;
|
|
8
|
-
//# sourceMappingURL=fetch-security-policy.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-security-policy.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/fetch-security-policy.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEjE,MAAM,MAAM,0BAA0B,GAAG;IACvC,UAAU,CAAC,EAAE,eAAe,GAAG,SAAS,CAAA;CACzC,CAAA;AAED,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,0BAA0B,GAAG,SAAS,GAC/C,OAAO,CAAC,OAAO,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAe1E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handle-dependencies.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/handle-dependencies.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,kBAAkB,CAAC,EACvC,KAAK,EACL,MAAM,EACN,UAAU,EACX,EAAE;IACD,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,UAAU,CAAA;CACvB,GAAG,OAAO,CAAC,IAAI,CAAC,CAIhB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handle-license-policy.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/handle-license-policy.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,UAAU,GACrB,OAAO,CAAC,IAAI,CAAC,CAIf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handle-organization-list.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/handle-organization-list.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,sBAAsB,CAC1C,UAAU,GAAE,UAAmB,GAC9B,OAAO,CAAC,IAAI,CAAC,CAIf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handle-quota.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/handle-quota.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,WAAW,CAC/B,UAAU,GAAE,UAAmB,GAC9B,OAAO,CAAC,IAAI,CAAC,CAIf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handle-security-policy.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/handle-security-policy.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,oBAAoB,CACxC,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,UAAU,GACrB,OAAO,CAAC,IAAI,CAAC,CAIf"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CResult, OutputKind } from '../../types.mts';
|
|
2
|
-
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk';
|
|
3
|
-
export declare function outputDependencies(result: CResult<SocketSdkSuccessResult<'searchDependencies'>['data']>, { limit, offset, outputKind }: {
|
|
4
|
-
limit: number;
|
|
5
|
-
offset: number;
|
|
6
|
-
outputKind: OutputKind;
|
|
7
|
-
}): Promise<void>;
|
|
8
|
-
//# sourceMappingURL=output-dependencies.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"output-dependencies.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/output-dependencies.mts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEjE,wBAAsB,kBAAkB,CACtC,MAAM,EAAE,OAAO,CAAC,sBAAsB,CAAC,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC,EACrE,EACE,KAAK,EACL,MAAM,EACN,UAAU,EACX,EAAE;IACD,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,UAAU,CAAA;CACvB,GACA,OAAO,CAAC,IAAI,CAAC,CAef"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { CResult, OutputKind } from '../../types.mts';
|
|
2
|
-
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk';
|
|
3
|
-
export declare function outputLicensePolicy(result: CResult<SocketSdkSuccessResult<'getOrgLicensePolicy'>['data']>, outputKind: OutputKind): Promise<void>;
|
|
4
|
-
//# sourceMappingURL=output-license-policy.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"output-license-policy.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/output-license-policy.mts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEjE,wBAAsB,mBAAmB,CACvC,MAAM,EAAE,OAAO,CAAC,sBAAsB,CAAC,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC,EACtE,UAAU,EAAE,UAAU,GACrB,OAAO,CAAC,IAAI,CAAC,CA4Bf"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { CResult, OutputKind } from '../../types.mts';
|
|
2
|
-
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk';
|
|
3
|
-
export declare function outputOrganizationList(result: CResult<SocketSdkSuccessResult<'getOrganizations'>['data']>, outputKind?: OutputKind): Promise<void>;
|
|
4
|
-
//# sourceMappingURL=output-organization-list.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"output-organization-list.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/output-organization-list.mts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEjE,wBAAsB,sBAAsB,CAC1C,MAAM,EAAE,OAAO,CAAC,sBAAsB,CAAC,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC,EACnE,UAAU,GAAE,UAAmB,GAC9B,OAAO,CAAC,IAAI,CAAC,CA+Df"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { CResult, OutputKind } from '../../types.mts';
|
|
2
|
-
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk';
|
|
3
|
-
export declare function outputQuota(result: CResult<SocketSdkSuccessResult<'getQuota'>['data']>, outputKind?: OutputKind): Promise<void>;
|
|
4
|
-
//# sourceMappingURL=output-quota.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"output-quota.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/output-quota.mts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEjE,wBAAsB,WAAW,CAC/B,MAAM,EAAE,OAAO,CAAC,sBAAsB,CAAC,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC,EAC3D,UAAU,GAAE,UAAmB,GAC9B,OAAO,CAAC,IAAI,CAAC,CAwBf"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { CResult, OutputKind } from '../../types.mts';
|
|
2
|
-
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk';
|
|
3
|
-
export declare function outputSecurityPolicy(result: CResult<SocketSdkSuccessResult<'getOrgSecurityPolicy'>['data']>, outputKind: OutputKind): Promise<void>;
|
|
4
|
-
//# sourceMappingURL=output-security-policy.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"output-security-policy.d.mts","sourceRoot":"","sources":["../../../../src/commands/organization/output-security-policy.mts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEjE,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,OAAO,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC,EACvE,UAAU,EAAE,UAAU,GACrB,OAAO,CAAC,IAAI,CAAC,CAkCf"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const cmdPackageScore: {
|
|
2
|
-
description: string;
|
|
3
|
-
hidden: boolean;
|
|
4
|
-
run: typeof run;
|
|
5
|
-
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=cmd-package-score.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-package-score.d.mts","sourceRoot":"","sources":["../../../../src/commands/package/cmd-package-score.mts"],"names":[],"mappings":"AA+DA,eAAO,MAAM,eAAe;;;;CAI3B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CA0Df"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare const cmdPackageShallow: {
|
|
2
|
-
description: string;
|
|
3
|
-
hidden: boolean;
|
|
4
|
-
alias: {
|
|
5
|
-
shallowScore: {
|
|
6
|
-
description: string;
|
|
7
|
-
hidden: boolean;
|
|
8
|
-
argv: never[];
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
run: typeof run;
|
|
12
|
-
};
|
|
13
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
|
|
14
|
-
parentName: string;
|
|
15
|
-
}): Promise<void>;
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=cmd-package-shallow.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-package-shallow.d.mts","sourceRoot":"","sources":["../../../../src/commands/package/cmd-package-shallow.mts"],"names":[],"mappings":"AA6DA,eAAO,MAAM,iBAAiB;;;;;;;;;;;CAW7B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CAmDf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-package.d.mts","sourceRoot":"","sources":["../../../../src/commands/package/cmd-package.mts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAI1E,eAAO,MAAM,UAAU,EAAE,aAwBxB,CAAA"}
|