socket 0.15.63 → 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.
Files changed (161) hide show
  1. package/dist/cli.js +1855 -2180
  2. package/dist/cli.js.map +1 -1
  3. package/dist/constants.js +3 -3
  4. package/dist/constants.js.map +1 -1
  5. package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -1
  6. package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -1
  7. package/dist/types/commands/audit-log/output-audit-log.d.mts +2 -2
  8. package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -1
  9. package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -1
  10. package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -1
  11. package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -1
  12. package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -1
  13. package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -1
  14. package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -1
  15. package/dist/types/commands/json/cmd-json.d.mts.map +1 -1
  16. package/dist/types/commands/login/attempt-login.d.mts +5 -1
  17. package/dist/types/commands/login/attempt-login.d.mts.map +1 -1
  18. package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -1
  19. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -1
  20. package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -1
  21. package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -1
  22. package/dist/types/commands/organization/cmd-organization-dependencies.d.mts +10 -0
  23. package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +1 -0
  24. package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -1
  25. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -1
  26. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +1 -1
  27. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -1
  28. package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -1
  29. package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -1
  30. package/dist/types/commands/{dependencies → organization}/fetch-dependencies.d.mts.map +1 -1
  31. package/dist/types/commands/{dependencies → organization}/handle-dependencies.d.mts.map +1 -1
  32. package/dist/types/commands/{dependencies → organization}/output-dependencies.d.mts.map +1 -1
  33. package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -1
  34. package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -1
  35. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -1
  36. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -1
  37. package/dist/types/commands/{diff-scan/cmd-diff-scan-get.d.mts → repository/cmd-repository-create.d.mts} +2 -2
  38. package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -0
  39. package/dist/types/commands/{cdxgen/cmd-cdxgen.d.mts → repository/cmd-repository-del.d.mts} +2 -2
  40. package/dist/types/commands/repository/cmd-repository-del.d.mts.map +1 -0
  41. package/dist/types/commands/{dependencies/cmd-dependencies.d.mts → repository/cmd-repository-list.d.mts} +2 -2
  42. package/dist/types/commands/repository/cmd-repository-list.d.mts.map +1 -0
  43. package/dist/types/commands/repository/cmd-repository-update.d.mts +10 -0
  44. package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -0
  45. package/dist/types/commands/{info/cmd-info.d.mts → repository/cmd-repository-view.d.mts} +2 -2
  46. package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -0
  47. package/dist/types/commands/repository/cmd-repository.d.mts +3 -0
  48. package/dist/types/commands/repository/cmd-repository.d.mts.map +1 -0
  49. package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -0
  50. package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -0
  51. package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -0
  52. package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -0
  53. package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -0
  54. package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -0
  55. package/dist/types/commands/repository/handle-create-repo.d.mts.map +1 -0
  56. package/dist/types/commands/repository/handle-delete-repo.d.mts.map +1 -0
  57. package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -0
  58. package/dist/types/commands/repository/handle-update-repo.d.mts.map +1 -0
  59. package/dist/types/commands/repository/handle-view-repo.d.mts.map +1 -0
  60. package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -0
  61. package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -0
  62. package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -0
  63. package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -0
  64. package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -0
  65. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -1
  66. package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -1
  67. package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -1
  68. package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -1
  69. package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -1
  70. package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -1
  71. package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -1
  72. package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -1
  73. package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -1
  74. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -1
  75. package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -1
  76. package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -1
  77. package/dist/types/utils/alerts-map.d.mts.map +1 -1
  78. package/dist/types/utils/config.d.mts +1 -3
  79. package/dist/types/utils/config.d.mts.map +1 -1
  80. package/dist/types/utils/determine-org-slug.d.mts +1 -1
  81. package/dist/types/utils/determine-org-slug.d.mts.map +1 -1
  82. package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
  83. package/dist/types/utils/ms-at-home.d.mts +2 -0
  84. package/dist/types/utils/ms-at-home.d.mts.map +1 -0
  85. package/dist/utils.js +212 -307
  86. package/dist/utils.js.map +1 -1
  87. package/dist/vendor.js +11871 -11855
  88. package/package.json +4 -4
  89. package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts.map +0 -1
  90. package/dist/types/commands/cdxgen/handle-cdxgen.d.mts +0 -4
  91. package/dist/types/commands/cdxgen/handle-cdxgen.d.mts.map +0 -1
  92. package/dist/types/commands/dependencies/cmd-dependencies.d.mts.map +0 -1
  93. package/dist/types/commands/diff-scan/cmd-diff-scan-get.d.mts.map +0 -1
  94. package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts +0 -3
  95. package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts.map +0 -1
  96. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts +0 -8
  97. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts.map +0 -1
  98. package/dist/types/commands/diff-scan/handle-diff-scan.d.mts +0 -10
  99. package/dist/types/commands/diff-scan/handle-diff-scan.d.mts.map +0 -1
  100. package/dist/types/commands/diff-scan/output-diff-scan.d.mts +0 -8
  101. package/dist/types/commands/diff-scan/output-diff-scan.d.mts.map +0 -1
  102. package/dist/types/commands/info/cmd-info.d.mts.map +0 -1
  103. package/dist/types/commands/info/fetch-package-info.d.mts +0 -3
  104. package/dist/types/commands/info/fetch-package-info.d.mts.map +0 -1
  105. package/dist/types/commands/info/handle-package-info.d.mts +0 -17
  106. package/dist/types/commands/info/handle-package-info.d.mts.map +0 -1
  107. package/dist/types/commands/info/output-package-info.d.mts +0 -10
  108. package/dist/types/commands/info/output-package-info.d.mts.map +0 -1
  109. package/dist/types/commands/report/cmd-report-create.d.mts +0 -10
  110. package/dist/types/commands/report/cmd-report-create.d.mts.map +0 -1
  111. package/dist/types/commands/report/cmd-report-view.d.mts +0 -10
  112. package/dist/types/commands/report/cmd-report-view.d.mts.map +0 -1
  113. package/dist/types/commands/report/cmd-report.d.mts +0 -3
  114. package/dist/types/commands/report/cmd-report.d.mts.map +0 -1
  115. package/dist/types/commands/repos/cmd-repos-create.d.mts +0 -10
  116. package/dist/types/commands/repos/cmd-repos-create.d.mts.map +0 -1
  117. package/dist/types/commands/repos/cmd-repos-del.d.mts +0 -10
  118. package/dist/types/commands/repos/cmd-repos-del.d.mts.map +0 -1
  119. package/dist/types/commands/repos/cmd-repos-list.d.mts +0 -10
  120. package/dist/types/commands/repos/cmd-repos-list.d.mts.map +0 -1
  121. package/dist/types/commands/repos/cmd-repos-update.d.mts +0 -10
  122. package/dist/types/commands/repos/cmd-repos-update.d.mts.map +0 -1
  123. package/dist/types/commands/repos/cmd-repos-view.d.mts +0 -10
  124. package/dist/types/commands/repos/cmd-repos-view.d.mts.map +0 -1
  125. package/dist/types/commands/repos/cmd-repos.d.mts +0 -3
  126. package/dist/types/commands/repos/cmd-repos.d.mts.map +0 -1
  127. package/dist/types/commands/repos/fetch-create-repo.d.mts.map +0 -1
  128. package/dist/types/commands/repos/fetch-delete-repo.d.mts.map +0 -1
  129. package/dist/types/commands/repos/fetch-list-all-repos.d.mts.map +0 -1
  130. package/dist/types/commands/repos/fetch-list-repos.d.mts.map +0 -1
  131. package/dist/types/commands/repos/fetch-update-repo.d.mts.map +0 -1
  132. package/dist/types/commands/repos/fetch-view-repo.d.mts.map +0 -1
  133. package/dist/types/commands/repos/handle-create-repo.d.mts.map +0 -1
  134. package/dist/types/commands/repos/handle-delete-repo.d.mts.map +0 -1
  135. package/dist/types/commands/repos/handle-list-repos.d.mts.map +0 -1
  136. package/dist/types/commands/repos/handle-update-repo.d.mts.map +0 -1
  137. package/dist/types/commands/repos/handle-view-repo.d.mts.map +0 -1
  138. package/dist/types/commands/repos/output-create-repo.d.mts.map +0 -1
  139. package/dist/types/commands/repos/output-delete-repo.d.mts.map +0 -1
  140. package/dist/types/commands/repos/output-list-repos.d.mts.map +0 -1
  141. package/dist/types/commands/repos/output-update-repo.d.mts.map +0 -1
  142. package/dist/types/commands/repos/output-view-repo.d.mts.map +0 -1
  143. /package/dist/types/commands/{dependencies → organization}/fetch-dependencies.d.mts +0 -0
  144. /package/dist/types/commands/{dependencies → organization}/handle-dependencies.d.mts +0 -0
  145. /package/dist/types/commands/{dependencies → organization}/output-dependencies.d.mts +0 -0
  146. /package/dist/types/commands/{repos → repository}/fetch-create-repo.d.mts +0 -0
  147. /package/dist/types/commands/{repos → repository}/fetch-delete-repo.d.mts +0 -0
  148. /package/dist/types/commands/{repos → repository}/fetch-list-all-repos.d.mts +0 -0
  149. /package/dist/types/commands/{repos → repository}/fetch-list-repos.d.mts +0 -0
  150. /package/dist/types/commands/{repos → repository}/fetch-update-repo.d.mts +0 -0
  151. /package/dist/types/commands/{repos → repository}/fetch-view-repo.d.mts +0 -0
  152. /package/dist/types/commands/{repos → repository}/handle-create-repo.d.mts +0 -0
  153. /package/dist/types/commands/{repos → repository}/handle-delete-repo.d.mts +0 -0
  154. /package/dist/types/commands/{repos → repository}/handle-list-repos.d.mts +0 -0
  155. /package/dist/types/commands/{repos → repository}/handle-update-repo.d.mts +0 -0
  156. /package/dist/types/commands/{repos → repository}/handle-view-repo.d.mts +0 -0
  157. /package/dist/types/commands/{repos → repository}/output-create-repo.d.mts +0 -0
  158. /package/dist/types/commands/{repos → repository}/output-delete-repo.d.mts +0 -0
  159. /package/dist/types/commands/{repos → repository}/output-list-repos.d.mts +0 -0
  160. /package/dist/types/commands/{repos → repository}/output-update-repo.d.mts +0 -0
  161. /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.