@socketsecurity/cli-with-sentry 1.1.3 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/CHANGELOG.md +432 -0
  2. package/bin/cli.js +3 -1
  3. package/dist/cli.js +816 -688
  4. package/dist/cli.js.map +1 -1
  5. package/dist/constants.js +232 -19
  6. package/dist/constants.js.map +1 -1
  7. package/dist/flags.js +17 -11
  8. package/dist/flags.js.map +1 -1
  9. package/dist/instrument-with-sentry.js +8 -8
  10. package/dist/instrument-with-sentry.js.map +1 -1
  11. package/dist/shadow-npm-bin.js +14 -14
  12. package/dist/shadow-npm-bin.js.map +1 -1
  13. package/dist/shadow-npm-inject.js +16 -16
  14. package/dist/shadow-npm-inject.js.map +1 -1
  15. package/dist/tsconfig.dts.tsbuildinfo +1 -1
  16. package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -1
  17. package/dist/types/commands/analytics/handle-analytics.d.mts +6 -5
  18. package/dist/types/commands/analytics/handle-analytics.d.mts.map +1 -1
  19. package/dist/types/commands/analytics/output-analytics.d.mts +6 -5
  20. package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -1
  21. package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -1
  22. package/dist/types/commands/ci/handle-ci.d.mts.map +1 -1
  23. package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
  24. package/dist/types/commands/fix/coana-fix.d.mts.map +1 -1
  25. package/dist/types/commands/fix/handle-fix.d.mts +1 -1
  26. package/dist/types/commands/fix/handle-fix.d.mts.map +1 -1
  27. package/dist/types/commands/fix/pull-request.d.mts +2 -2
  28. package/dist/types/commands/fix/pull-request.d.mts.map +1 -1
  29. package/dist/types/commands/fix/types.d.mts +1 -4
  30. package/dist/types/commands/fix/types.d.mts.map +1 -1
  31. package/dist/types/commands/login/cmd-login.d.mts.map +1 -1
  32. package/dist/types/commands/npm/cmd-npm.d.mts +1 -1
  33. package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -1
  34. package/dist/types/commands/optimize/add-overrides.d.mts.map +1 -1
  35. package/dist/types/commands/organization/fetch-organization-list.d.mts +1 -1
  36. package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -1
  37. package/dist/types/commands/patch/cmd-patch.d.mts.map +1 -1
  38. package/dist/types/commands/patch/handle-patch.d.mts +5 -4
  39. package/dist/types/commands/patch/handle-patch.d.mts.map +1 -1
  40. package/dist/types/commands/patch/output-patch-result.d.mts +1 -1
  41. package/dist/types/commands/patch/output-patch-result.d.mts.map +1 -1
  42. package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -1
  43. package/dist/types/commands/repository/cmd-repository-del.d.mts.map +1 -1
  44. package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -1
  45. package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -1
  46. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -1
  47. package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -1
  48. package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -1
  49. package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -1
  50. package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -1
  51. package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -1
  52. package/dist/types/commands/scan/generate-report.d.mts +9 -8
  53. package/dist/types/commands/scan/generate-report.d.mts.map +1 -1
  54. package/dist/types/commands/scan/handle-create-new-scan.d.mts +5 -2
  55. package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -1
  56. package/dist/types/commands/scan/handle-scan-report.d.mts +7 -5
  57. package/dist/types/commands/scan/handle-scan-report.d.mts.map +1 -1
  58. package/dist/types/commands/scan/output-scan-report.d.mts +10 -8
  59. package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -1
  60. package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -1
  61. package/dist/types/commands/scan/types.d.mts +3 -0
  62. package/dist/types/commands/scan/types.d.mts.map +1 -0
  63. package/dist/types/constants.d.mts +113 -46
  64. package/dist/types/constants.d.mts.map +1 -1
  65. package/dist/types/flags.d.mts.map +1 -1
  66. package/dist/types/shadow/npm/arborist-helpers.d.mts +1 -17
  67. package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -1
  68. package/dist/types/shadow/npm/bin.d.mts +4 -3
  69. package/dist/types/shadow/npm/bin.d.mts.map +1 -1
  70. package/dist/types/utils/api.d.mts +8 -7
  71. package/dist/types/utils/api.d.mts.map +1 -1
  72. package/dist/types/utils/coana.d.mts.map +1 -1
  73. package/dist/types/utils/config.d.mts.map +1 -1
  74. package/dist/types/utils/ecosystem.d.mts.map +1 -1
  75. package/dist/types/utils/get-output-kind.d.mts.map +1 -1
  76. package/dist/types/utils/git.d.mts +1 -0
  77. package/dist/types/utils/git.d.mts.map +1 -1
  78. package/dist/types/utils/glob.d.mts.map +1 -1
  79. package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
  80. package/dist/types/utils/package-environment.d.mts.map +1 -1
  81. package/dist/types/utils/purl.d.mts +39 -8
  82. package/dist/types/utils/purl.d.mts.map +1 -1
  83. package/dist/types/utils/socket-package-alert.d.mts.map +1 -1
  84. package/dist/types/utils/spec.d.mts +1 -1
  85. package/dist/types/utils/spec.d.mts.map +1 -1
  86. package/dist/utils.js +209 -163
  87. package/dist/utils.js.map +1 -1
  88. package/dist/vendor.js +596 -4972
  89. package/external/@socketsecurity/registry/lib/constants/env.js +0 -3
  90. package/external/@socketsecurity/registry/lib/constants/ext-cjs.js +3 -0
  91. package/external/@socketsecurity/registry/lib/constants/ext-cts.js +3 -0
  92. package/external/@socketsecurity/registry/lib/constants/ext-dts.js +3 -0
  93. package/external/@socketsecurity/registry/lib/constants/ext-js.js +3 -0
  94. package/external/@socketsecurity/registry/lib/constants/ext-json.js +3 -0
  95. package/external/@socketsecurity/registry/lib/constants/ext-lock.js +3 -0
  96. package/external/@socketsecurity/registry/lib/constants/ext-lockb.js +3 -0
  97. package/external/@socketsecurity/registry/lib/constants/ext-md.js +3 -0
  98. package/external/@socketsecurity/registry/lib/constants/ext-mjs.js +3 -0
  99. package/external/@socketsecurity/registry/lib/constants/ext-mts.js +3 -0
  100. package/external/@socketsecurity/registry/lib/constants/index.js +82 -83
  101. package/external/@socketsecurity/registry/lib/constants/ipc-promise.js +4 -5
  102. package/external/@socketsecurity/registry/lib/constants/node-debug-flags.js +9 -0
  103. package/external/@socketsecurity/registry/lib/constants/pnpm.js +3 -0
  104. package/external/@socketsecurity/registry/lib/constants/skip-tests-by-ecosystem.js +0 -1
  105. package/external/@socketsecurity/registry/lib/constants/yarn-lock.js +3 -0
  106. package/external/@socketsecurity/registry/lib/json.js +11 -0
  107. package/external/@socketsecurity/registry/lib/strings.js +16 -0
  108. package/package.json +17 -15
  109. package/external/@socketsecurity/registry/lib/constants/socket-public-api-key.js +0 -3
  110. package/external/@socketsecurity/registry/lib/constants/tap.js +0 -3
  111. /package/external/@socketsecurity/registry/lib/constants/{ipc.js → ipc-object.js} +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.