@socketsecurity/cli-with-sentry 0.15.64 → 1.0.0
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 +1855 -2180
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -1
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -1
- package/dist/types/commands/audit-log/output-audit-log.d.mts +2 -2
- package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -1
- package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -1
- package/dist/types/commands/json/cmd-json.d.mts.map +1 -1
- package/dist/types/commands/login/attempt-login.d.mts +5 -1
- package/dist/types/commands/login/attempt-login.d.mts.map +1 -1
- package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -1
- package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -1
- package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-dependencies.d.mts +10 -0
- package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +1 -0
- package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +1 -1
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -1
- package/dist/types/commands/{dependencies → organization}/fetch-dependencies.d.mts.map +1 -1
- package/dist/types/commands/{dependencies → organization}/handle-dependencies.d.mts.map +1 -1
- package/dist/types/commands/{dependencies → organization}/output-dependencies.d.mts.map +1 -1
- package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -1
- package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -1
- package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -1
- package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -1
- package/dist/types/commands/{diff-scan/cmd-diff-scan-get.d.mts → repository/cmd-repository-create.d.mts} +2 -2
- package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -0
- package/dist/types/commands/{cdxgen/cmd-cdxgen.d.mts → repository/cmd-repository-del.d.mts} +2 -2
- package/dist/types/commands/repository/cmd-repository-del.d.mts.map +1 -0
- package/dist/types/commands/{dependencies/cmd-dependencies.d.mts → repository/cmd-repository-list.d.mts} +2 -2
- package/dist/types/commands/repository/cmd-repository-list.d.mts.map +1 -0
- package/dist/types/commands/repository/cmd-repository-update.d.mts +10 -0
- package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -0
- package/dist/types/commands/{info/cmd-info.d.mts → repository/cmd-repository-view.d.mts} +2 -2
- package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -0
- package/dist/types/commands/repository/cmd-repository.d.mts +3 -0
- package/dist/types/commands/repository/cmd-repository.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/handle-create-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/handle-delete-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -0
- package/dist/types/commands/repository/handle-update-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/handle-view-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -0
- package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -0
- package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -1
- package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -1
- package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -1
- package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -1
- package/dist/types/utils/config.d.mts +1 -3
- package/dist/types/utils/config.d.mts.map +1 -1
- package/dist/types/utils/determine-org-slug.d.mts +1 -1
- package/dist/types/utils/determine-org-slug.d.mts.map +1 -1
- package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
- package/dist/types/utils/ms-at-home.d.mts +2 -0
- package/dist/types/utils/ms-at-home.d.mts.map +1 -0
- package/dist/utils.js +204 -307
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +11848 -11848
- package/package.json +1 -1
- package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts.map +0 -1
- package/dist/types/commands/cdxgen/handle-cdxgen.d.mts +0 -4
- package/dist/types/commands/cdxgen/handle-cdxgen.d.mts.map +0 -1
- package/dist/types/commands/dependencies/cmd-dependencies.d.mts.map +0 -1
- package/dist/types/commands/diff-scan/cmd-diff-scan-get.d.mts.map +0 -1
- package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts +0 -3
- package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts.map +0 -1
- package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts +0 -8
- package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts.map +0 -1
- package/dist/types/commands/diff-scan/handle-diff-scan.d.mts +0 -10
- package/dist/types/commands/diff-scan/handle-diff-scan.d.mts.map +0 -1
- package/dist/types/commands/diff-scan/output-diff-scan.d.mts +0 -8
- package/dist/types/commands/diff-scan/output-diff-scan.d.mts.map +0 -1
- package/dist/types/commands/info/cmd-info.d.mts.map +0 -1
- package/dist/types/commands/info/fetch-package-info.d.mts +0 -3
- package/dist/types/commands/info/fetch-package-info.d.mts.map +0 -1
- package/dist/types/commands/info/handle-package-info.d.mts +0 -17
- package/dist/types/commands/info/handle-package-info.d.mts.map +0 -1
- package/dist/types/commands/info/output-package-info.d.mts +0 -10
- package/dist/types/commands/info/output-package-info.d.mts.map +0 -1
- package/dist/types/commands/report/cmd-report-create.d.mts +0 -10
- package/dist/types/commands/report/cmd-report-create.d.mts.map +0 -1
- package/dist/types/commands/report/cmd-report-view.d.mts +0 -10
- package/dist/types/commands/report/cmd-report-view.d.mts.map +0 -1
- package/dist/types/commands/report/cmd-report.d.mts +0 -3
- package/dist/types/commands/report/cmd-report.d.mts.map +0 -1
- package/dist/types/commands/repos/cmd-repos-create.d.mts +0 -10
- package/dist/types/commands/repos/cmd-repos-create.d.mts.map +0 -1
- package/dist/types/commands/repos/cmd-repos-del.d.mts +0 -10
- package/dist/types/commands/repos/cmd-repos-del.d.mts.map +0 -1
- package/dist/types/commands/repos/cmd-repos-list.d.mts +0 -10
- package/dist/types/commands/repos/cmd-repos-list.d.mts.map +0 -1
- package/dist/types/commands/repos/cmd-repos-update.d.mts +0 -10
- package/dist/types/commands/repos/cmd-repos-update.d.mts.map +0 -1
- package/dist/types/commands/repos/cmd-repos-view.d.mts +0 -10
- package/dist/types/commands/repos/cmd-repos-view.d.mts.map +0 -1
- package/dist/types/commands/repos/cmd-repos.d.mts +0 -3
- package/dist/types/commands/repos/cmd-repos.d.mts.map +0 -1
- package/dist/types/commands/repos/fetch-create-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/fetch-delete-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/fetch-list-all-repos.d.mts.map +0 -1
- package/dist/types/commands/repos/fetch-list-repos.d.mts.map +0 -1
- package/dist/types/commands/repos/fetch-update-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/fetch-view-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/handle-create-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/handle-delete-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/handle-list-repos.d.mts.map +0 -1
- package/dist/types/commands/repos/handle-update-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/handle-view-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/output-create-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/output-delete-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/output-list-repos.d.mts.map +0 -1
- package/dist/types/commands/repos/output-update-repo.d.mts.map +0 -1
- package/dist/types/commands/repos/output-view-repo.d.mts.map +0 -1
- /package/dist/types/commands/{dependencies → organization}/fetch-dependencies.d.mts +0 -0
- /package/dist/types/commands/{dependencies → organization}/handle-dependencies.d.mts +0 -0
- /package/dist/types/commands/{dependencies → organization}/output-dependencies.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/fetch-create-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/fetch-delete-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/fetch-list-all-repos.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/fetch-list-repos.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/fetch-update-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/fetch-view-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/handle-create-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/handle-delete-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/handle-list-repos.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/handle-update-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/handle-view-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/output-create-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/output-delete-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/output-list-repos.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/output-update-repo.d.mts +0 -0
- /package/dist/types/commands/{repos → repository}/output-view-repo.d.mts +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.