@socketsecurity/cli-with-sentry 0.15.64 → 1.0.1

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 (202) hide show
  1. package/dist/cli.js +2952 -3600
  2. package/dist/cli.js.map +1 -1
  3. package/dist/constants.js +4 -4
  4. package/dist/constants.js.map +1 -1
  5. package/dist/shadow-npm-inject.js +1 -61
  6. package/dist/shadow-npm-inject.js.map +1 -1
  7. package/dist/types/cli.d.mts +1 -0
  8. package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -1
  9. package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -1
  10. package/dist/types/commands/audit-log/output-audit-log.d.mts +2 -2
  11. package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -1
  12. package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -1
  13. package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -1
  14. package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -1
  15. package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -1
  16. package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -1
  17. package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -1
  18. package/dist/types/commands/fix/agent-fix.d.mts +36 -0
  19. package/dist/types/commands/fix/agent-fix.d.mts.map +1 -0
  20. package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
  21. package/dist/types/commands/fix/get-actual-tree.d.mts +3 -0
  22. package/dist/types/commands/fix/get-actual-tree.d.mts.map +1 -0
  23. package/dist/types/commands/fix/handle-fix.d.mts +11 -1
  24. package/dist/types/commands/fix/handle-fix.d.mts.map +1 -1
  25. package/dist/types/commands/fix/npm-fix.d.mts +2 -10
  26. package/dist/types/commands/fix/npm-fix.d.mts.map +1 -1
  27. package/dist/types/commands/fix/pnpm-fix.d.mts +2 -10
  28. package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -1
  29. package/dist/types/commands/json/cmd-json.d.mts.map +1 -1
  30. package/dist/types/commands/login/attempt-login.d.mts +5 -1
  31. package/dist/types/commands/login/attempt-login.d.mts.map +1 -1
  32. package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -1
  33. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -1
  34. package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts.map +1 -1
  35. package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -1
  36. package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -1
  37. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts +35 -2
  38. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts.map +1 -1
  39. package/dist/types/commands/organization/cmd-organization-dependencies.d.mts +10 -0
  40. package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +1 -0
  41. package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -1
  42. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -1
  43. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +1 -1
  44. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -1
  45. package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -1
  46. package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -1
  47. package/dist/types/commands/{dependencies → organization}/fetch-dependencies.d.mts.map +1 -1
  48. package/dist/types/commands/{dependencies → organization}/handle-dependencies.d.mts.map +1 -1
  49. package/dist/types/commands/{dependencies → organization}/output-dependencies.d.mts.map +1 -1
  50. package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -1
  51. package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -1
  52. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -1
  53. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -1
  54. package/dist/types/commands/{diff-scan/cmd-diff-scan-get.d.mts → repository/cmd-repository-create.d.mts} +2 -2
  55. package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -0
  56. package/dist/types/commands/{cdxgen/cmd-cdxgen.d.mts → repository/cmd-repository-del.d.mts} +2 -2
  57. package/dist/types/commands/repository/cmd-repository-del.d.mts.map +1 -0
  58. package/dist/types/commands/{dependencies/cmd-dependencies.d.mts → repository/cmd-repository-list.d.mts} +2 -2
  59. package/dist/types/commands/repository/cmd-repository-list.d.mts.map +1 -0
  60. package/dist/types/commands/repository/cmd-repository-update.d.mts +10 -0
  61. package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -0
  62. package/dist/types/commands/{info/cmd-info.d.mts → repository/cmd-repository-view.d.mts} +2 -2
  63. package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -0
  64. package/dist/types/commands/repository/cmd-repository.d.mts +3 -0
  65. package/dist/types/commands/repository/cmd-repository.d.mts.map +1 -0
  66. package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -0
  67. package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -0
  68. package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -0
  69. package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -0
  70. package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -0
  71. package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -0
  72. package/dist/types/commands/repository/handle-create-repo.d.mts.map +1 -0
  73. package/dist/types/commands/repository/handle-delete-repo.d.mts.map +1 -0
  74. package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -0
  75. package/dist/types/commands/repository/handle-update-repo.d.mts.map +1 -0
  76. package/dist/types/commands/repository/handle-view-repo.d.mts.map +1 -0
  77. package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -0
  78. package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -0
  79. package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -0
  80. package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -0
  81. package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -0
  82. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -1
  83. package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -1
  84. package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -1
  85. package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -1
  86. package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -1
  87. package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -1
  88. package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -1
  89. package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -1
  90. package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -1
  91. package/dist/types/commands/scan/handle-create-github-scan.d.mts.map +1 -1
  92. package/dist/types/commands/scan/output-scan-github.d.mts +3 -0
  93. package/dist/types/commands/scan/output-scan-github.d.mts.map +1 -0
  94. package/dist/types/commands/scan/suggest-org-slug.d.mts.map +1 -1
  95. package/dist/types/commands/scan/suggest-to-persist-orgslug.d.mts +2 -0
  96. package/dist/types/commands/scan/suggest-to-persist-orgslug.d.mts.map +1 -0
  97. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -1
  98. package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -1
  99. package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -1
  100. package/dist/types/utils/config.d.mts +3 -4
  101. package/dist/types/utils/config.d.mts.map +1 -1
  102. package/dist/types/utils/determine-org-slug.d.mts +1 -1
  103. package/dist/types/utils/determine-org-slug.d.mts.map +1 -1
  104. package/dist/types/utils/lockfile.d.mts +2 -0
  105. package/dist/types/utils/lockfile.d.mts.map +1 -0
  106. package/dist/types/utils/meow-with-subcommands.d.mts +1 -1
  107. package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
  108. package/dist/types/utils/ms-at-home.d.mts +2 -0
  109. package/dist/types/utils/ms-at-home.d.mts.map +1 -0
  110. package/dist/types/utils/package-environment.d.mts +11 -11
  111. package/dist/types/utils/package-environment.d.mts.map +1 -1
  112. package/dist/types/utils/pnpm.d.mts +1 -1
  113. package/dist/types/utils/pnpm.d.mts.map +1 -1
  114. package/dist/types/utils/semver.d.mts.map +1 -1
  115. package/dist/utils.js +308 -326
  116. package/dist/utils.js.map +1 -1
  117. package/dist/vendor.js +17131 -17120
  118. package/external/@coana-tech/cli/cli.mjs +14035 -3820
  119. package/external/@socketsecurity/registry/external/@npmcli/package-json/index.js +7 -7
  120. package/external/@socketsecurity/registry/external/@socketregistry/packageurl-js.js +12 -8
  121. package/external/@socketsecurity/registry/external/cacache.js +6 -6
  122. package/external/@socketsecurity/registry/external/libnpmpack.js +47 -45
  123. package/external/@socketsecurity/registry/external/make-fetch-happen.js +37 -36
  124. package/external/@socketsecurity/registry/external/pacote.js +45 -44
  125. package/external/blessed-contrib/lib/widget/charts/bar.js +6 -3
  126. package/external/blessed-contrib/lib/widget/charts/line.js +6 -3
  127. package/package.json +28 -28
  128. package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts.map +0 -1
  129. package/dist/types/commands/cdxgen/handle-cdxgen.d.mts +0 -4
  130. package/dist/types/commands/cdxgen/handle-cdxgen.d.mts.map +0 -1
  131. package/dist/types/commands/dependencies/cmd-dependencies.d.mts.map +0 -1
  132. package/dist/types/commands/diff-scan/cmd-diff-scan-get.d.mts.map +0 -1
  133. package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts +0 -3
  134. package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts.map +0 -1
  135. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts +0 -8
  136. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts.map +0 -1
  137. package/dist/types/commands/diff-scan/handle-diff-scan.d.mts +0 -10
  138. package/dist/types/commands/diff-scan/handle-diff-scan.d.mts.map +0 -1
  139. package/dist/types/commands/diff-scan/output-diff-scan.d.mts +0 -8
  140. package/dist/types/commands/diff-scan/output-diff-scan.d.mts.map +0 -1
  141. package/dist/types/commands/fix/run-fix.d.mts +0 -12
  142. package/dist/types/commands/fix/run-fix.d.mts.map +0 -1
  143. package/dist/types/commands/info/cmd-info.d.mts.map +0 -1
  144. package/dist/types/commands/info/fetch-package-info.d.mts +0 -3
  145. package/dist/types/commands/info/fetch-package-info.d.mts.map +0 -1
  146. package/dist/types/commands/info/handle-package-info.d.mts +0 -17
  147. package/dist/types/commands/info/handle-package-info.d.mts.map +0 -1
  148. package/dist/types/commands/info/output-package-info.d.mts +0 -10
  149. package/dist/types/commands/info/output-package-info.d.mts.map +0 -1
  150. package/dist/types/commands/report/cmd-report-create.d.mts +0 -10
  151. package/dist/types/commands/report/cmd-report-create.d.mts.map +0 -1
  152. package/dist/types/commands/report/cmd-report-view.d.mts +0 -10
  153. package/dist/types/commands/report/cmd-report-view.d.mts.map +0 -1
  154. package/dist/types/commands/report/cmd-report.d.mts +0 -3
  155. package/dist/types/commands/report/cmd-report.d.mts.map +0 -1
  156. package/dist/types/commands/repos/cmd-repos-create.d.mts +0 -10
  157. package/dist/types/commands/repos/cmd-repos-create.d.mts.map +0 -1
  158. package/dist/types/commands/repos/cmd-repos-del.d.mts +0 -10
  159. package/dist/types/commands/repos/cmd-repos-del.d.mts.map +0 -1
  160. package/dist/types/commands/repos/cmd-repos-list.d.mts +0 -10
  161. package/dist/types/commands/repos/cmd-repos-list.d.mts.map +0 -1
  162. package/dist/types/commands/repos/cmd-repos-update.d.mts +0 -10
  163. package/dist/types/commands/repos/cmd-repos-update.d.mts.map +0 -1
  164. package/dist/types/commands/repos/cmd-repos-view.d.mts +0 -10
  165. package/dist/types/commands/repos/cmd-repos-view.d.mts.map +0 -1
  166. package/dist/types/commands/repos/cmd-repos.d.mts +0 -3
  167. package/dist/types/commands/repos/cmd-repos.d.mts.map +0 -1
  168. package/dist/types/commands/repos/fetch-create-repo.d.mts.map +0 -1
  169. package/dist/types/commands/repos/fetch-delete-repo.d.mts.map +0 -1
  170. package/dist/types/commands/repos/fetch-list-all-repos.d.mts.map +0 -1
  171. package/dist/types/commands/repos/fetch-list-repos.d.mts.map +0 -1
  172. package/dist/types/commands/repos/fetch-update-repo.d.mts.map +0 -1
  173. package/dist/types/commands/repos/fetch-view-repo.d.mts.map +0 -1
  174. package/dist/types/commands/repos/handle-create-repo.d.mts.map +0 -1
  175. package/dist/types/commands/repos/handle-delete-repo.d.mts.map +0 -1
  176. package/dist/types/commands/repos/handle-list-repos.d.mts.map +0 -1
  177. package/dist/types/commands/repos/handle-update-repo.d.mts.map +0 -1
  178. package/dist/types/commands/repos/handle-view-repo.d.mts.map +0 -1
  179. package/dist/types/commands/repos/output-create-repo.d.mts.map +0 -1
  180. package/dist/types/commands/repos/output-delete-repo.d.mts.map +0 -1
  181. package/dist/types/commands/repos/output-list-repos.d.mts.map +0 -1
  182. package/dist/types/commands/repos/output-update-repo.d.mts.map +0 -1
  183. package/dist/types/commands/repos/output-view-repo.d.mts.map +0 -1
  184. /package/dist/types/commands/{dependencies → organization}/fetch-dependencies.d.mts +0 -0
  185. /package/dist/types/commands/{dependencies → organization}/handle-dependencies.d.mts +0 -0
  186. /package/dist/types/commands/{dependencies → organization}/output-dependencies.d.mts +0 -0
  187. /package/dist/types/commands/{repos → repository}/fetch-create-repo.d.mts +0 -0
  188. /package/dist/types/commands/{repos → repository}/fetch-delete-repo.d.mts +0 -0
  189. /package/dist/types/commands/{repos → repository}/fetch-list-all-repos.d.mts +0 -0
  190. /package/dist/types/commands/{repos → repository}/fetch-list-repos.d.mts +0 -0
  191. /package/dist/types/commands/{repos → repository}/fetch-update-repo.d.mts +0 -0
  192. /package/dist/types/commands/{repos → repository}/fetch-view-repo.d.mts +0 -0
  193. /package/dist/types/commands/{repos → repository}/handle-create-repo.d.mts +0 -0
  194. /package/dist/types/commands/{repos → repository}/handle-delete-repo.d.mts +0 -0
  195. /package/dist/types/commands/{repos → repository}/handle-list-repos.d.mts +0 -0
  196. /package/dist/types/commands/{repos → repository}/handle-update-repo.d.mts +0 -0
  197. /package/dist/types/commands/{repos → repository}/handle-view-repo.d.mts +0 -0
  198. /package/dist/types/commands/{repos → repository}/output-create-repo.d.mts +0 -0
  199. /package/dist/types/commands/{repos → repository}/output-delete-repo.d.mts +0 -0
  200. /package/dist/types/commands/{repos → repository}/output-list-repos.d.mts +0 -0
  201. /package/dist/types/commands/{repos → repository}/output-update-repo.d.mts +0 -0
  202. /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.