@socketsecurity/cli-with-sentry 1.1.147 → 1.1.151

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 (108) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cli.js +680 -485
  3. package/dist/cli.js.map +1 -1
  4. package/dist/constants.js +6 -6
  5. package/dist/constants.js.map +1 -1
  6. package/dist/instrument-with-sentry.js +3 -3
  7. package/dist/instrument-with-sentry.js.map +1 -1
  8. package/dist/manifest-scripts/maven-extension/coana-maven-extension.jar +0 -0
  9. package/dist/shadow-npm-bin2.js +6 -6
  10. package/dist/shadow-npm-bin2.js.map +1 -1
  11. package/dist/shadow-npm-inject.js +10 -10
  12. package/dist/shadow-npm-inject.js.map +1 -1
  13. package/dist/shadow-pnpm-bin2.js +13 -13
  14. package/dist/shadow-pnpm-bin2.js.map +1 -1
  15. package/dist/shadow-yarn-bin.js +3 -3
  16. package/dist/shadow-yarn-bin.js.map +1 -1
  17. package/dist/socket-completion.bash +0 -0
  18. package/dist/tsconfig.dts.tsbuildinfo +1 -1
  19. package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -1
  20. package/dist/types/commands/ci/handle-ci.d.mts.map +1 -1
  21. package/dist/types/commands/fix/coana-fix.d.mts.map +1 -1
  22. package/dist/types/commands/manifest/cmd-manifest-auto.d.mts.map +1 -1
  23. package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +1 -1
  24. package/dist/types/commands/manifest/convert-sbt-to-facts.d.mts +3 -1
  25. package/dist/types/commands/manifest/convert-sbt-to-facts.d.mts.map +1 -1
  26. package/dist/types/commands/manifest/generate_auto_manifest.d.mts +4 -1
  27. package/dist/types/commands/manifest/generate_auto_manifest.d.mts.map +1 -1
  28. package/dist/types/commands/manifest/run-manifest-facts.d.mts +3 -1
  29. package/dist/types/commands/manifest/run-manifest-facts.d.mts.map +1 -1
  30. package/dist/types/commands/manifest/scripts/run.d.mts +8 -0
  31. package/dist/types/commands/manifest/scripts/run.d.mts.map +1 -1
  32. package/dist/types/commands/organization/fetch-organization-list.d.mts +2 -2
  33. package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -1
  34. package/dist/types/commands/package/output-purls-shallow-score.d.mts.map +1 -1
  35. package/dist/types/commands/repository/fetch-create-repo.d.mts +2 -2
  36. package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -1
  37. package/dist/types/commands/repository/fetch-delete-repo.d.mts +2 -2
  38. package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -1
  39. package/dist/types/commands/repository/fetch-list-all-repos.d.mts +2 -2
  40. package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -1
  41. package/dist/types/commands/repository/fetch-list-repos.d.mts +2 -2
  42. package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -1
  43. package/dist/types/commands/repository/fetch-update-repo.d.mts +2 -2
  44. package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -1
  45. package/dist/types/commands/repository/fetch-view-repo.d.mts +2 -2
  46. package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -1
  47. package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -1
  48. package/dist/types/commands/repository/output-create-repo.d.mts +2 -2
  49. package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -1
  50. package/dist/types/commands/repository/output-delete-repo.d.mts +2 -2
  51. package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -1
  52. package/dist/types/commands/repository/output-list-repos.d.mts +2 -2
  53. package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -1
  54. package/dist/types/commands/repository/output-update-repo.d.mts +2 -2
  55. package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -1
  56. package/dist/types/commands/repository/output-view-repo.d.mts +2 -2
  57. package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -1
  58. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -1
  59. package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -1
  60. package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -1
  61. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +2 -2
  62. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -1
  63. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +2 -2
  64. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -1
  65. package/dist/types/commands/scan/fetch-list-scans.d.mts +2 -2
  66. package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -1
  67. package/dist/types/commands/scan/fetch-scan-metadata.d.mts +2 -2
  68. package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -1
  69. package/dist/types/commands/scan/fetch-scan.d.mts +4 -0
  70. package/dist/types/commands/scan/fetch-scan.d.mts.map +1 -1
  71. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +2 -1
  72. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -1
  73. package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -1
  74. package/dist/types/commands/scan/handle-scan-reach.d.mts.map +1 -1
  75. package/dist/types/commands/scan/output-create-new-scan.d.mts +2 -2
  76. package/dist/types/commands/scan/output-create-new-scan.d.mts.map +1 -1
  77. package/dist/types/commands/scan/output-delete-scan.d.mts +2 -2
  78. package/dist/types/commands/scan/output-delete-scan.d.mts.map +1 -1
  79. package/dist/types/commands/scan/output-list-scans.d.mts +2 -2
  80. package/dist/types/commands/scan/output-list-scans.d.mts.map +1 -1
  81. package/dist/types/commands/scan/output-scan-metadata.d.mts +2 -2
  82. package/dist/types/commands/scan/output-scan-metadata.d.mts.map +1 -1
  83. package/dist/types/commands/scan/perform-reachability-analysis.d.mts +1 -0
  84. package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -1
  85. package/dist/types/commands/scan/reachability-flags.d.mts.map +1 -1
  86. package/dist/types/commands/scan/stream-scan.d.mts +3 -1
  87. package/dist/types/commands/scan/stream-scan.d.mts.map +1 -1
  88. package/dist/types/utils/api.d.mts +49 -4
  89. package/dist/types/utils/api.d.mts.map +1 -1
  90. package/dist/types/utils/ecosystem.d.mts +1 -1
  91. package/dist/types/utils/ecosystem.d.mts.map +1 -1
  92. package/dist/types/utils/fs.d.mts +1 -0
  93. package/dist/types/utils/fs.d.mts.map +1 -1
  94. package/dist/types/utils/glob.d.mts +4 -4
  95. package/dist/types/utils/glob.d.mts.map +1 -1
  96. package/dist/types/utils/path-resolve.d.mts +1 -1
  97. package/dist/types/utils/path-resolve.d.mts.map +1 -1
  98. package/dist/types/utils/sdk.d.mts +5 -0
  99. package/dist/types/utils/sdk.d.mts.map +1 -1
  100. package/dist/types/utils/socket-package-alert.d.mts.map +1 -1
  101. package/dist/utils.js +268 -188
  102. package/dist/utils.js.map +1 -1
  103. package/dist/vendor.js +9530 -1726
  104. package/package.json +59 -133
  105. package/shadow-bin/npm +0 -0
  106. package/shadow-bin/npx +0 -0
  107. package/shadow-bin/pnpm +0 -0
  108. package/shadow-bin/yarn +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.