@socketsecurity/cli-with-sentry 0.15.41 → 0.15.43

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 (546) hide show
  1. package/dist/cli.js +7 -7
  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/cli.d.mts +2 -0
  6. package/dist/types/cli.d.mts.map +1 -0
  7. package/dist/types/commands/analytics/cmd-analytics.d.mts +10 -0
  8. package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -0
  9. package/dist/types/commands/analytics/fetch-org-analytics.d.mts +4 -0
  10. package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -0
  11. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +4 -0
  12. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -0
  13. package/dist/types/commands/analytics/handle-analytics.d.mts +9 -0
  14. package/dist/types/commands/analytics/handle-analytics.d.mts.map +1 -0
  15. package/dist/types/commands/analytics/output-analytics.d.mts +28 -0
  16. package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -0
  17. package/dist/types/commands/audit-log/cmd-audit-log.d.mts +10 -0
  18. package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -0
  19. package/dist/types/commands/audit-log/fetch-audit-log.d.mts +10 -0
  20. package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -0
  21. package/dist/types/commands/audit-log/handle-audit-log.d.mts +9 -0
  22. package/dist/types/commands/audit-log/handle-audit-log.d.mts.map +1 -0
  23. package/dist/types/commands/audit-log/output-audit-log.d.mts +22 -0
  24. package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -0
  25. package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts +10 -0
  26. package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts.map +1 -0
  27. package/dist/types/commands/cdxgen/handle-cdxgen.d.mts +4 -0
  28. package/dist/types/commands/cdxgen/handle-cdxgen.d.mts.map +1 -0
  29. package/dist/types/commands/ci/cmd-ci.d.mts +10 -0
  30. package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -0
  31. package/dist/types/commands/ci/fetch-default-org-slug.d.mts +4 -0
  32. package/dist/types/commands/ci/fetch-default-org-slug.d.mts.map +1 -0
  33. package/dist/types/commands/ci/handle-ci.d.mts +2 -0
  34. package/dist/types/commands/ci/handle-ci.d.mts.map +1 -0
  35. package/dist/types/commands/config/cmd-config-auto.d.mts +10 -0
  36. package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -0
  37. package/dist/types/commands/config/cmd-config-get.d.mts +10 -0
  38. package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -0
  39. package/dist/types/commands/config/cmd-config-list.d.mts +10 -0
  40. package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -0
  41. package/dist/types/commands/config/cmd-config-set.d.mts +10 -0
  42. package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -0
  43. package/dist/types/commands/config/cmd-config-unset.d.mts +10 -0
  44. package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -0
  45. package/dist/types/commands/config/cmd-config.d.mts +3 -0
  46. package/dist/types/commands/config/cmd-config.d.mts.map +1 -0
  47. package/dist/types/commands/config/discover-config-value.d.mts +3 -0
  48. package/dist/types/commands/config/discover-config-value.d.mts.map +1 -0
  49. package/dist/types/commands/config/handle-config-auto.d.mts +7 -0
  50. package/dist/types/commands/config/handle-config-auto.d.mts.map +1 -0
  51. package/dist/types/commands/config/handle-config-get.d.mts +7 -0
  52. package/dist/types/commands/config/handle-config-get.d.mts.map +1 -0
  53. package/dist/types/commands/config/handle-config-set.d.mts +8 -0
  54. package/dist/types/commands/config/handle-config-set.d.mts.map +1 -0
  55. package/dist/types/commands/config/handle-config-unset.d.mts +7 -0
  56. package/dist/types/commands/config/handle-config-unset.d.mts.map +1 -0
  57. package/dist/types/commands/config/output-config-auto.d.mts +4 -0
  58. package/dist/types/commands/config/output-config-auto.d.mts.map +1 -0
  59. package/dist/types/commands/config/output-config-get.d.mts +4 -0
  60. package/dist/types/commands/config/output-config-get.d.mts.map +1 -0
  61. package/dist/types/commands/config/output-config-list.d.mts +6 -0
  62. package/dist/types/commands/config/output-config-list.d.mts.map +1 -0
  63. package/dist/types/commands/config/output-config-set.d.mts +3 -0
  64. package/dist/types/commands/config/output-config-set.d.mts.map +1 -0
  65. package/dist/types/commands/config/output-config-unset.d.mts +3 -0
  66. package/dist/types/commands/config/output-config-unset.d.mts.map +1 -0
  67. package/dist/types/commands/dependencies/cmd-dependencies.d.mts +10 -0
  68. package/dist/types/commands/dependencies/cmd-dependencies.d.mts.map +1 -0
  69. package/dist/types/commands/dependencies/fetch-dependencies.d.mts +7 -0
  70. package/dist/types/commands/dependencies/fetch-dependencies.d.mts.map +1 -0
  71. package/dist/types/commands/dependencies/handle-dependencies.d.mts +7 -0
  72. package/dist/types/commands/dependencies/handle-dependencies.d.mts.map +1 -0
  73. package/dist/types/commands/dependencies/output-dependencies.d.mts +8 -0
  74. package/dist/types/commands/dependencies/output-dependencies.d.mts.map +1 -0
  75. package/dist/types/commands/diff-scan/cmd-diff-scan-get.d.mts +10 -0
  76. package/dist/types/commands/diff-scan/cmd-diff-scan-get.d.mts.map +1 -0
  77. package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts +3 -0
  78. package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts.map +1 -0
  79. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts +8 -0
  80. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts.map +1 -0
  81. package/dist/types/commands/diff-scan/handle-diff-scan.d.mts +10 -0
  82. package/dist/types/commands/diff-scan/handle-diff-scan.d.mts.map +1 -0
  83. package/dist/types/commands/diff-scan/output-diff-scan.d.mts +8 -0
  84. package/dist/types/commands/diff-scan/output-diff-scan.d.mts.map +1 -0
  85. package/dist/types/commands/fix/cmd-fix.d.mts +10 -0
  86. package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -0
  87. package/dist/types/commands/fix/git.d.mts +33 -0
  88. package/dist/types/commands/fix/git.d.mts.map +1 -0
  89. package/dist/types/commands/fix/handle-fix.d.mts +13 -0
  90. package/dist/types/commands/fix/handle-fix.d.mts.map +1 -0
  91. package/dist/types/commands/fix/npm-fix.d.mts +15 -0
  92. package/dist/types/commands/fix/npm-fix.d.mts.map +1 -0
  93. package/dist/types/commands/fix/open-pr.d.mts +51 -0
  94. package/dist/types/commands/fix/open-pr.d.mts.map +1 -0
  95. package/dist/types/commands/fix/output-fix-result.d.mts +3 -0
  96. package/dist/types/commands/fix/output-fix-result.d.mts.map +1 -0
  97. package/dist/types/commands/fix/pnpm-fix.d.mts +15 -0
  98. package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -0
  99. package/dist/types/commands/fix/run-fix.d.mts +12 -0
  100. package/dist/types/commands/fix/run-fix.d.mts.map +1 -0
  101. package/dist/types/commands/fix/shared.d.mts +9 -0
  102. package/dist/types/commands/fix/shared.d.mts.map +1 -0
  103. package/dist/types/commands/info/cmd-info.d.mts +10 -0
  104. package/dist/types/commands/info/cmd-info.d.mts.map +1 -0
  105. package/dist/types/commands/info/fetch-package-info.d.mts +3 -0
  106. package/dist/types/commands/info/fetch-package-info.d.mts.map +1 -0
  107. package/dist/types/commands/info/handle-package-info.d.mts +17 -0
  108. package/dist/types/commands/info/handle-package-info.d.mts.map +1 -0
  109. package/dist/types/commands/info/output-package-info.d.mts +10 -0
  110. package/dist/types/commands/info/output-package-info.d.mts.map +1 -0
  111. package/dist/types/commands/install/cmd-install-completion.d.mts +10 -0
  112. package/dist/types/commands/install/cmd-install-completion.d.mts.map +1 -0
  113. package/dist/types/commands/install/cmd-install.d.mts +3 -0
  114. package/dist/types/commands/install/cmd-install.d.mts.map +1 -0
  115. package/dist/types/commands/install/handle-install-completion.d.mts +2 -0
  116. package/dist/types/commands/install/handle-install-completion.d.mts.map +1 -0
  117. package/dist/types/commands/install/output-install-completion.d.mts +12 -0
  118. package/dist/types/commands/install/output-install-completion.d.mts.map +1 -0
  119. package/dist/types/commands/install/setup-tab-completion.d.mts +13 -0
  120. package/dist/types/commands/install/setup-tab-completion.d.mts.map +1 -0
  121. package/dist/types/commands/login/apply-login.d.mts +2 -0
  122. package/dist/types/commands/login/apply-login.d.mts.map +1 -0
  123. package/dist/types/commands/login/attempt-login.d.mts +2 -0
  124. package/dist/types/commands/login/attempt-login.d.mts.map +1 -0
  125. package/dist/types/commands/login/cmd-login.d.mts +10 -0
  126. package/dist/types/commands/login/cmd-login.d.mts.map +1 -0
  127. package/dist/types/commands/logout/apply-logout.d.mts +2 -0
  128. package/dist/types/commands/logout/apply-logout.d.mts.map +1 -0
  129. package/dist/types/commands/logout/attempt-logout.d.mts +2 -0
  130. package/dist/types/commands/logout/attempt-logout.d.mts.map +1 -0
  131. package/dist/types/commands/logout/cmd-logout.d.mts +10 -0
  132. package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -0
  133. package/dist/types/commands/manifest/cmd-manifest-auto.d.mts +10 -0
  134. package/dist/types/commands/manifest/cmd-manifest-auto.d.mts.map +1 -0
  135. package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts +10 -0
  136. package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts.map +1 -0
  137. package/dist/types/commands/manifest/cmd-manifest-conda.d.mts +10 -0
  138. package/dist/types/commands/manifest/cmd-manifest-conda.d.mts.map +1 -0
  139. package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts +10 -0
  140. package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts.map +1 -0
  141. package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts +10 -0
  142. package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts.map +1 -0
  143. package/dist/types/commands/manifest/cmd-manifest-scala.d.mts +10 -0
  144. package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +1 -0
  145. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts +10 -0
  146. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -0
  147. package/dist/types/commands/manifest/cmd-manifest.d.mts +10 -0
  148. package/dist/types/commands/manifest/cmd-manifest.d.mts.map +1 -0
  149. package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts +8 -0
  150. package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts.map +1 -0
  151. package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts +7 -0
  152. package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts.map +1 -0
  153. package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts +8 -0
  154. package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts.map +1 -0
  155. package/dist/types/commands/manifest/detect-manifest-actions.d.mts +13 -0
  156. package/dist/types/commands/manifest/detect-manifest-actions.d.mts.map +1 -0
  157. package/dist/types/commands/manifest/generate_auto_manifest.d.mts +9 -0
  158. package/dist/types/commands/manifest/generate_auto_manifest.d.mts.map +1 -0
  159. package/dist/types/commands/manifest/handle-manifest-conda.d.mts +9 -0
  160. package/dist/types/commands/manifest/handle-manifest-conda.d.mts.map +1 -0
  161. package/dist/types/commands/manifest/handle-manifest-setup.d.mts +2 -0
  162. package/dist/types/commands/manifest/handle-manifest-setup.d.mts.map +1 -0
  163. package/dist/types/commands/manifest/output-manifest-setup.d.mts +3 -0
  164. package/dist/types/commands/manifest/output-manifest-setup.d.mts.map +1 -0
  165. package/dist/types/commands/manifest/output-requirements.d.mts +6 -0
  166. package/dist/types/commands/manifest/output-requirements.d.mts.map +1 -0
  167. package/dist/types/commands/manifest/run-cdxgen.d.mts +2 -0
  168. package/dist/types/commands/manifest/run-cdxgen.d.mts.map +1 -0
  169. package/dist/types/commands/manifest/setup-manifest-config.d.mts +3 -0
  170. package/dist/types/commands/manifest/setup-manifest-config.d.mts.map +1 -0
  171. package/dist/types/commands/npm/cmd-npm.d.mts +10 -0
  172. package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -0
  173. package/dist/types/commands/npx/cmd-npx.d.mts +10 -0
  174. package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -0
  175. package/dist/types/commands/oops/cmd-oops.d.mts +10 -0
  176. package/dist/types/commands/oops/cmd-oops.d.mts.map +1 -0
  177. package/dist/types/commands/optimize/add-overrides.d.mts +20 -0
  178. package/dist/types/commands/optimize/add-overrides.d.mts.map +1 -0
  179. package/dist/types/commands/optimize/apply-optimization.d.mts +9 -0
  180. package/dist/types/commands/optimize/apply-optimization.d.mts.map +1 -0
  181. package/dist/types/commands/optimize/cmd-optimize.d.mts +10 -0
  182. package/dist/types/commands/optimize/cmd-optimize.d.mts.map +1 -0
  183. package/dist/types/commands/optimize/deps-includes-by-agent.d.mts +4 -0
  184. package/dist/types/commands/optimize/deps-includes-by-agent.d.mts.map +1 -0
  185. package/dist/types/commands/optimize/get-dependency-entries.d.mts +3 -0
  186. package/dist/types/commands/optimize/get-dependency-entries.d.mts.map +1 -0
  187. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts +9 -0
  188. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts.map +1 -0
  189. package/dist/types/commands/optimize/handle-optimize.d.mts +8 -0
  190. package/dist/types/commands/optimize/handle-optimize.d.mts.map +1 -0
  191. package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts +3 -0
  192. package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts.map +1 -0
  193. package/dist/types/commands/optimize/ls-by-agent.d.mts +7 -0
  194. package/dist/types/commands/optimize/ls-by-agent.d.mts.map +1 -0
  195. package/dist/types/commands/optimize/output-optimize-result.d.mts +9 -0
  196. package/dist/types/commands/optimize/output-optimize-result.d.mts.map +1 -0
  197. package/dist/types/commands/optimize/shared.d.mts +2 -0
  198. package/dist/types/commands/optimize/shared.d.mts.map +1 -0
  199. package/dist/types/commands/optimize/types.d.mts +9 -0
  200. package/dist/types/commands/optimize/types.d.mts.map +1 -0
  201. package/dist/types/commands/optimize/update-lockfile.d.mts +11 -0
  202. package/dist/types/commands/optimize/update-lockfile.d.mts.map +1 -0
  203. package/dist/types/commands/optimize/update-manifest-by-agent.d.mts +5 -0
  204. package/dist/types/commands/optimize/update-manifest-by-agent.d.mts.map +1 -0
  205. package/dist/types/commands/organization/cmd-organization-list.d.mts +10 -0
  206. package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -0
  207. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts +10 -0
  208. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -0
  209. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +10 -0
  210. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -0
  211. package/dist/types/commands/organization/cmd-organization-policy.d.mts +3 -0
  212. package/dist/types/commands/organization/cmd-organization-policy.d.mts.map +1 -0
  213. package/dist/types/commands/organization/cmd-organization-quota.d.mts +10 -0
  214. package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -0
  215. package/dist/types/commands/organization/cmd-organization.d.mts +3 -0
  216. package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -0
  217. package/dist/types/commands/organization/fetch-license-policy.d.mts +4 -0
  218. package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -0
  219. package/dist/types/commands/organization/fetch-organization-list.d.mts +4 -0
  220. package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -0
  221. package/dist/types/commands/organization/fetch-quota.d.mts +4 -0
  222. package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -0
  223. package/dist/types/commands/organization/fetch-security-policy.d.mts +4 -0
  224. package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -0
  225. package/dist/types/commands/organization/handle-license-policy.d.mts +3 -0
  226. package/dist/types/commands/organization/handle-license-policy.d.mts.map +1 -0
  227. package/dist/types/commands/organization/handle-organization-list.d.mts +3 -0
  228. package/dist/types/commands/organization/handle-organization-list.d.mts.map +1 -0
  229. package/dist/types/commands/organization/handle-quota.d.mts +3 -0
  230. package/dist/types/commands/organization/handle-quota.d.mts.map +1 -0
  231. package/dist/types/commands/organization/handle-security-policy.d.mts +3 -0
  232. package/dist/types/commands/organization/handle-security-policy.d.mts.map +1 -0
  233. package/dist/types/commands/organization/output-license-policy.d.mts +4 -0
  234. package/dist/types/commands/organization/output-license-policy.d.mts.map +1 -0
  235. package/dist/types/commands/organization/output-organization-list.d.mts +4 -0
  236. package/dist/types/commands/organization/output-organization-list.d.mts.map +1 -0
  237. package/dist/types/commands/organization/output-quota.d.mts +4 -0
  238. package/dist/types/commands/organization/output-quota.d.mts.map +1 -0
  239. package/dist/types/commands/organization/output-security-policy.d.mts +4 -0
  240. package/dist/types/commands/organization/output-security-policy.d.mts.map +1 -0
  241. package/dist/types/commands/package/cmd-package-score.d.mts +10 -0
  242. package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -0
  243. package/dist/types/commands/package/cmd-package-shallow.d.mts +17 -0
  244. package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -0
  245. package/dist/types/commands/package/cmd-package.d.mts +3 -0
  246. package/dist/types/commands/package/cmd-package.d.mts.map +1 -0
  247. package/dist/types/commands/package/fetch-purl-deep-score.d.mts +51 -0
  248. package/dist/types/commands/package/fetch-purl-deep-score.d.mts.map +1 -0
  249. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +4 -0
  250. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -0
  251. package/dist/types/commands/package/handle-purl-deep-score.d.mts +3 -0
  252. package/dist/types/commands/package/handle-purl-deep-score.d.mts.map +1 -0
  253. package/dist/types/commands/package/handle-purls-shallow-score.d.mts +6 -0
  254. package/dist/types/commands/package/handle-purls-shallow-score.d.mts.map +1 -0
  255. package/dist/types/commands/package/output-purl-score.d.mts +4 -0
  256. package/dist/types/commands/package/output-purl-score.d.mts.map +1 -0
  257. package/dist/types/commands/package/output-purls-shallow-score.d.mts +4 -0
  258. package/dist/types/commands/package/output-purls-shallow-score.d.mts.map +1 -0
  259. package/dist/types/commands/package/parse-package-specifiers.d.mts +9 -0
  260. package/dist/types/commands/package/parse-package-specifiers.d.mts.map +1 -0
  261. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts +10 -0
  262. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -0
  263. package/dist/types/commands/raw-npm/run-raw-npm.d.mts +2 -0
  264. package/dist/types/commands/raw-npm/run-raw-npm.d.mts.map +1 -0
  265. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts +10 -0
  266. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -0
  267. package/dist/types/commands/raw-npx/run-raw-npx.d.mts +2 -0
  268. package/dist/types/commands/raw-npx/run-raw-npx.d.mts.map +1 -0
  269. package/dist/types/commands/report/cmd-report-create.d.mts +10 -0
  270. package/dist/types/commands/report/cmd-report-create.d.mts.map +1 -0
  271. package/dist/types/commands/report/cmd-report-view.d.mts +10 -0
  272. package/dist/types/commands/report/cmd-report-view.d.mts.map +1 -0
  273. package/dist/types/commands/report/cmd-report.d.mts +3 -0
  274. package/dist/types/commands/report/cmd-report.d.mts.map +1 -0
  275. package/dist/types/commands/repos/cmd-repos-create.d.mts +10 -0
  276. package/dist/types/commands/repos/cmd-repos-create.d.mts.map +1 -0
  277. package/dist/types/commands/repos/cmd-repos-del.d.mts +10 -0
  278. package/dist/types/commands/repos/cmd-repos-del.d.mts.map +1 -0
  279. package/dist/types/commands/repos/cmd-repos-list.d.mts +10 -0
  280. package/dist/types/commands/repos/cmd-repos-list.d.mts.map +1 -0
  281. package/dist/types/commands/repos/cmd-repos-update.d.mts +10 -0
  282. package/dist/types/commands/repos/cmd-repos-update.d.mts.map +1 -0
  283. package/dist/types/commands/repos/cmd-repos-view.d.mts +10 -0
  284. package/dist/types/commands/repos/cmd-repos-view.d.mts.map +1 -0
  285. package/dist/types/commands/repos/cmd-repos.d.mts +3 -0
  286. package/dist/types/commands/repos/cmd-repos.d.mts.map +1 -0
  287. package/dist/types/commands/repos/fetch-create-repo.d.mts +11 -0
  288. package/dist/types/commands/repos/fetch-create-repo.d.mts.map +1 -0
  289. package/dist/types/commands/repos/fetch-delete-repo.d.mts +4 -0
  290. package/dist/types/commands/repos/fetch-delete-repo.d.mts.map +1 -0
  291. package/dist/types/commands/repos/fetch-list-all-repos.d.mts +8 -0
  292. package/dist/types/commands/repos/fetch-list-all-repos.d.mts.map +1 -0
  293. package/dist/types/commands/repos/fetch-list-repos.d.mts +10 -0
  294. package/dist/types/commands/repos/fetch-list-repos.d.mts.map +1 -0
  295. package/dist/types/commands/repos/fetch-update-repo.d.mts +11 -0
  296. package/dist/types/commands/repos/fetch-update-repo.d.mts.map +1 -0
  297. package/dist/types/commands/repos/fetch-view-repo.d.mts +4 -0
  298. package/dist/types/commands/repos/fetch-view-repo.d.mts.map +1 -0
  299. package/dist/types/commands/repos/handle-create-repo.d.mts +10 -0
  300. package/dist/types/commands/repos/handle-create-repo.d.mts.map +1 -0
  301. package/dist/types/commands/repos/handle-delete-repo.d.mts +3 -0
  302. package/dist/types/commands/repos/handle-delete-repo.d.mts.map +1 -0
  303. package/dist/types/commands/repos/handle-list-repos.d.mts +11 -0
  304. package/dist/types/commands/repos/handle-list-repos.d.mts.map +1 -0
  305. package/dist/types/commands/repos/handle-update-repo.d.mts +10 -0
  306. package/dist/types/commands/repos/handle-update-repo.d.mts.map +1 -0
  307. package/dist/types/commands/repos/handle-view-repo.d.mts +3 -0
  308. package/dist/types/commands/repos/handle-view-repo.d.mts.map +1 -0
  309. package/dist/types/commands/repos/output-create-repo.d.mts +4 -0
  310. package/dist/types/commands/repos/output-create-repo.d.mts.map +1 -0
  311. package/dist/types/commands/repos/output-delete-repo.d.mts +4 -0
  312. package/dist/types/commands/repos/output-delete-repo.d.mts.map +1 -0
  313. package/dist/types/commands/repos/output-list-repos.d.mts +4 -0
  314. package/dist/types/commands/repos/output-list-repos.d.mts.map +1 -0
  315. package/dist/types/commands/repos/output-update-repo.d.mts +4 -0
  316. package/dist/types/commands/repos/output-update-repo.d.mts.map +1 -0
  317. package/dist/types/commands/repos/output-view-repo.d.mts +4 -0
  318. package/dist/types/commands/repos/output-view-repo.d.mts.map +1 -0
  319. package/dist/types/commands/scan/cmd-scan-create.d.mts +10 -0
  320. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -0
  321. package/dist/types/commands/scan/cmd-scan-del.d.mts +10 -0
  322. package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -0
  323. package/dist/types/commands/scan/cmd-scan-diff.d.mts +10 -0
  324. package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -0
  325. package/dist/types/commands/scan/cmd-scan-github.d.mts +10 -0
  326. package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -0
  327. package/dist/types/commands/scan/cmd-scan-list.d.mts +3 -0
  328. package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -0
  329. package/dist/types/commands/scan/cmd-scan-metadata.d.mts +3 -0
  330. package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -0
  331. package/dist/types/commands/scan/cmd-scan-report.d.mts +3 -0
  332. package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -0
  333. package/dist/types/commands/scan/cmd-scan-setup.d.mts +10 -0
  334. package/dist/types/commands/scan/cmd-scan-setup.d.mts.map +1 -0
  335. package/dist/types/commands/scan/cmd-scan-view.d.mts +3 -0
  336. package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -0
  337. package/dist/types/commands/scan/cmd-scan.d.mts +3 -0
  338. package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -0
  339. package/dist/types/commands/scan/create-scan-from-github.d.mts +12 -0
  340. package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -0
  341. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +11 -0
  342. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -0
  343. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +4 -0
  344. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -0
  345. package/dist/types/commands/scan/fetch-diff-scan.d.mts +8 -0
  346. package/dist/types/commands/scan/fetch-diff-scan.d.mts.map +1 -0
  347. package/dist/types/commands/scan/fetch-list-scans.d.mts +13 -0
  348. package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -0
  349. package/dist/types/commands/scan/fetch-report-data.d.mts +12 -0
  350. package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -0
  351. package/dist/types/commands/scan/fetch-scan-metadata.d.mts +4 -0
  352. package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -0
  353. package/dist/types/commands/scan/fetch-scan.d.mts +4 -0
  354. package/dist/types/commands/scan/fetch-scan.d.mts.map +1 -0
  355. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +4 -0
  356. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -0
  357. package/dist/types/commands/scan/generate-report.d.mts +43 -0
  358. package/dist/types/commands/scan/generate-report.d.mts.map +1 -0
  359. package/dist/types/commands/scan/handle-create-github-scan.d.mts +12 -0
  360. package/dist/types/commands/scan/handle-create-github-scan.d.mts.map +1 -0
  361. package/dist/types/commands/scan/handle-create-new-scan.d.mts +21 -0
  362. package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -0
  363. package/dist/types/commands/scan/handle-delete-scan.d.mts +3 -0
  364. package/dist/types/commands/scan/handle-delete-scan.d.mts.map +1 -0
  365. package/dist/types/commands/scan/handle-diff-scan.d.mts +10 -0
  366. package/dist/types/commands/scan/handle-diff-scan.d.mts.map +1 -0
  367. package/dist/types/commands/scan/handle-list-scans.d.mts +13 -0
  368. package/dist/types/commands/scan/handle-list-scans.d.mts.map +1 -0
  369. package/dist/types/commands/scan/handle-scan-config.d.mts +2 -0
  370. package/dist/types/commands/scan/handle-scan-config.d.mts.map +1 -0
  371. package/dist/types/commands/scan/handle-scan-metadata.d.mts +3 -0
  372. package/dist/types/commands/scan/handle-scan-metadata.d.mts.map +1 -0
  373. package/dist/types/commands/scan/handle-scan-report.d.mts +12 -0
  374. package/dist/types/commands/scan/handle-scan-report.d.mts.map +1 -0
  375. package/dist/types/commands/scan/handle-scan-view.d.mts +3 -0
  376. package/dist/types/commands/scan/handle-scan-view.d.mts.map +1 -0
  377. package/dist/types/commands/scan/output-create-new-scan.d.mts +4 -0
  378. package/dist/types/commands/scan/output-create-new-scan.d.mts.map +1 -0
  379. package/dist/types/commands/scan/output-delete-scan.d.mts +4 -0
  380. package/dist/types/commands/scan/output-delete-scan.d.mts.map +1 -0
  381. package/dist/types/commands/scan/output-diff-scan.d.mts +8 -0
  382. package/dist/types/commands/scan/output-diff-scan.d.mts.map +1 -0
  383. package/dist/types/commands/scan/output-list-scans.d.mts +4 -0
  384. package/dist/types/commands/scan/output-list-scans.d.mts.map +1 -0
  385. package/dist/types/commands/scan/output-scan-config-result.d.mts +3 -0
  386. package/dist/types/commands/scan/output-scan-config-result.d.mts.map +1 -0
  387. package/dist/types/commands/scan/output-scan-metadata.d.mts +4 -0
  388. package/dist/types/commands/scan/output-scan-metadata.d.mts.map +1 -0
  389. package/dist/types/commands/scan/output-scan-report.d.mts +20 -0
  390. package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -0
  391. package/dist/types/commands/scan/output-scan-view.d.mts +4 -0
  392. package/dist/types/commands/scan/output-scan-view.d.mts.map +1 -0
  393. package/dist/types/commands/scan/setup-scan-config.d.mts +3 -0
  394. package/dist/types/commands/scan/setup-scan-config.d.mts.map +1 -0
  395. package/dist/types/commands/scan/stream-scan.d.mts +2 -0
  396. package/dist/types/commands/scan/stream-scan.d.mts.map +1 -0
  397. package/dist/types/commands/scan/suggest-org-slug.d.mts +2 -0
  398. package/dist/types/commands/scan/suggest-org-slug.d.mts.map +1 -0
  399. package/dist/types/commands/scan/suggest-repo-slug.d.mts +5 -0
  400. package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +1 -0
  401. package/dist/types/commands/scan/suggest_branch_slug.d.mts +2 -0
  402. package/dist/types/commands/scan/suggest_branch_slug.d.mts.map +1 -0
  403. package/dist/types/commands/scan/suggest_target.d.mts +2 -0
  404. package/dist/types/commands/scan/suggest_target.d.mts.map +1 -0
  405. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts +10 -0
  406. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -0
  407. package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts +10 -0
  408. package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts.map +1 -0
  409. package/dist/types/commands/threat-feed/handle-threat-feed.d.mts +10 -0
  410. package/dist/types/commands/threat-feed/handle-threat-feed.d.mts.map +1 -0
  411. package/dist/types/commands/threat-feed/output-threat-feed.d.mts +4 -0
  412. package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -0
  413. package/dist/types/commands/threat-feed/types.d.mts +15 -0
  414. package/dist/types/commands/threat-feed/types.d.mts.map +1 -0
  415. package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts +9 -0
  416. package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts.map +1 -0
  417. package/dist/types/commands/uninstall/cmd-uninstall.d.mts +3 -0
  418. package/dist/types/commands/uninstall/cmd-uninstall.d.mts.map +1 -0
  419. package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts +2 -0
  420. package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts.map +1 -0
  421. package/dist/types/commands/uninstall/output-uninstall-completion.d.mts +6 -0
  422. package/dist/types/commands/uninstall/output-uninstall-completion.d.mts.map +1 -0
  423. package/dist/types/commands/uninstall/teardown-tab-completion.d.mts +6 -0
  424. package/dist/types/commands/uninstall/teardown-tab-completion.d.mts.map +1 -0
  425. package/dist/types/commands/wrapper/add-socket-wrapper.d.mts +2 -0
  426. package/dist/types/commands/wrapper/add-socket-wrapper.d.mts.map +1 -0
  427. package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts +2 -0
  428. package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts.map +1 -0
  429. package/dist/types/commands/wrapper/cmd-wrapper.d.mts +10 -0
  430. package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -0
  431. package/dist/types/commands/wrapper/postinstall-wrapper.d.mts +2 -0
  432. package/dist/types/commands/wrapper/postinstall-wrapper.d.mts.map +1 -0
  433. package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts +2 -0
  434. package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts.map +1 -0
  435. package/dist/types/constants.d.mts +128 -0
  436. package/dist/types/constants.d.mts.map +1 -0
  437. package/dist/types/flags.d.mts +16 -0
  438. package/dist/types/flags.d.mts.map +1 -0
  439. package/dist/types/instrument-with-sentry.d.mts +2 -0
  440. package/dist/types/instrument-with-sentry.d.mts.map +1 -0
  441. package/dist/types/shadow/npm/arborist/index.d.mts +19 -0
  442. package/dist/types/shadow/npm/arborist/index.d.mts.map +1 -0
  443. package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts +24 -0
  444. package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts.map +1 -0
  445. package/dist/types/shadow/npm/arborist/types.d.mts +119 -0
  446. package/dist/types/shadow/npm/arborist/types.d.mts.map +1 -0
  447. package/dist/types/shadow/npm/arborist-helpers.d.mts +35 -0
  448. package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -0
  449. package/dist/types/shadow/npm/bin.d.mts +2 -0
  450. package/dist/types/shadow/npm/bin.d.mts.map +1 -0
  451. package/dist/types/shadow/npm/inject.d.mts +2 -0
  452. package/dist/types/shadow/npm/inject.d.mts.map +1 -0
  453. package/dist/types/shadow/npm/install.d.mts +13 -0
  454. package/dist/types/shadow/npm/install.d.mts.map +1 -0
  455. package/dist/types/shadow/npm/link.d.mts +2 -0
  456. package/dist/types/shadow/npm/link.d.mts.map +1 -0
  457. package/dist/types/shadow/npm/paths.d.mts +7 -0
  458. package/dist/types/shadow/npm/paths.d.mts.map +1 -0
  459. package/dist/types/shadow/npm/proc-log/index.d.mts +3 -0
  460. package/dist/types/shadow/npm/proc-log/index.d.mts.map +1 -0
  461. package/dist/types/types.d.mts +29 -0
  462. package/dist/types/types.d.mts.map +1 -0
  463. package/dist/types/utils/agent.d.mts +12 -0
  464. package/dist/types/utils/agent.d.mts.map +1 -0
  465. package/dist/types/utils/alert/artifact.d.mts +34 -0
  466. package/dist/types/utils/alert/artifact.d.mts.map +1 -0
  467. package/dist/types/utils/alert/fix.d.mts +6 -0
  468. package/dist/types/utils/alert/fix.d.mts.map +1 -0
  469. package/dist/types/utils/alert/severity.d.mts +14 -0
  470. package/dist/types/utils/alert/severity.d.mts.map +1 -0
  471. package/dist/types/utils/alerts-map.d.mts +25 -0
  472. package/dist/types/utils/alerts-map.d.mts.map +1 -0
  473. package/dist/types/utils/api.d.mts +13 -0
  474. package/dist/types/utils/api.d.mts.map +1 -0
  475. package/dist/types/utils/check-input.d.mts +9 -0
  476. package/dist/types/utils/check-input.d.mts.map +1 -0
  477. package/dist/types/utils/cmd.d.mts +4 -0
  478. package/dist/types/utils/cmd.d.mts.map +1 -0
  479. package/dist/types/utils/color-or-markdown.d.mts +16 -0
  480. package/dist/types/utils/color-or-markdown.d.mts.map +1 -0
  481. package/dist/types/utils/completion.d.mts +11 -0
  482. package/dist/types/utils/completion.d.mts.map +1 -0
  483. package/dist/types/utils/config.d.mts +31 -0
  484. package/dist/types/utils/config.d.mts.map +1 -0
  485. package/dist/types/utils/determine-org-slug.d.mts +2 -0
  486. package/dist/types/utils/determine-org-slug.d.mts.map +1 -0
  487. package/dist/types/utils/errors.d.mts +14 -0
  488. package/dist/types/utils/errors.d.mts.map +1 -0
  489. package/dist/types/utils/fail-msg-with-badge.d.mts +2 -0
  490. package/dist/types/utils/fail-msg-with-badge.d.mts.map +1 -0
  491. package/dist/types/utils/fs.d.mts +22 -0
  492. package/dist/types/utils/fs.d.mts.map +1 -0
  493. package/dist/types/utils/get-output-kind.d.mts +3 -0
  494. package/dist/types/utils/get-output-kind.d.mts.map +1 -0
  495. package/dist/types/utils/glob.d.mts +14 -0
  496. package/dist/types/utils/glob.d.mts.map +1 -0
  497. package/dist/types/utils/map-to-object.d.mts +10 -0
  498. package/dist/types/utils/map-to-object.d.mts.map +1 -0
  499. package/dist/types/utils/markdown.d.mts +10 -0
  500. package/dist/types/utils/markdown.d.mts.map +1 -0
  501. package/dist/types/utils/meow-with-subcommands.d.mts +50 -0
  502. package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -0
  503. package/dist/types/utils/npm-package-arg.d.mts +4 -0
  504. package/dist/types/utils/npm-package-arg.d.mts.map +1 -0
  505. package/dist/types/utils/npm-paths.d.mts +7 -0
  506. package/dist/types/utils/npm-paths.d.mts.map +1 -0
  507. package/dist/types/utils/objects.d.mts +3 -0
  508. package/dist/types/utils/objects.d.mts.map +1 -0
  509. package/dist/types/utils/output-formatting.d.mts +15 -0
  510. package/dist/types/utils/output-formatting.d.mts.map +1 -0
  511. package/dist/types/utils/package-environment.d.mts +57 -0
  512. package/dist/types/utils/package-environment.d.mts.map +1 -0
  513. package/dist/types/utils/path-resolve.d.mts +10 -0
  514. package/dist/types/utils/path-resolve.d.mts.map +1 -0
  515. package/dist/types/utils/pnpm.d.mts +11 -0
  516. package/dist/types/utils/pnpm.d.mts.map +1 -0
  517. package/dist/types/utils/purl.d.mts +3 -0
  518. package/dist/types/utils/purl.d.mts.map +1 -0
  519. package/dist/types/utils/sdk.d.mts +8 -0
  520. package/dist/types/utils/sdk.d.mts.map +1 -0
  521. package/dist/types/utils/semver.d.mts +8 -0
  522. package/dist/types/utils/semver.d.mts.map +1 -0
  523. package/dist/types/utils/serialize-result-json.d.mts +5 -0
  524. package/dist/types/utils/serialize-result-json.d.mts.map +1 -0
  525. package/dist/types/utils/socket-package-alert.d.mts +77 -0
  526. package/dist/types/utils/socket-package-alert.d.mts.map +1 -0
  527. package/dist/types/utils/socket-url.d.mts +9 -0
  528. package/dist/types/utils/socket-url.d.mts.map +1 -0
  529. package/dist/types/utils/socketjson.d.mts +56 -0
  530. package/dist/types/utils/socketjson.d.mts.map +1 -0
  531. package/dist/types/utils/spec.d.mts +4 -0
  532. package/dist/types/utils/spec.d.mts.map +1 -0
  533. package/dist/types/utils/strings.d.mts +2 -0
  534. package/dist/types/utils/strings.d.mts.map +1 -0
  535. package/dist/types/utils/translations.d.mts +593 -0
  536. package/dist/types/utils/translations.d.mts.map +1 -0
  537. package/dist/types/utils/walk-nested-map.d.mts +7 -0
  538. package/dist/types/utils/walk-nested-map.d.mts.map +1 -0
  539. package/dist/utils.js +115 -23
  540. package/dist/utils.js.map +1 -1
  541. package/dist/vendor.js +1107 -1077
  542. package/external/@socketsecurity/registry/external/browserslist.js +395 -358
  543. package/external/@socketsecurity/registry/lib/debug.js +15 -5
  544. package/external/@socketsecurity/registry/lib/logger.js +3 -10
  545. package/external/@socketsecurity/registry/lib/strings.js +9 -1
  546. package/package.json +19 -19
@@ -2724,95 +2724,96 @@ function requireBrowserVersions$1() {
2724
2724
  QC: '82',
2725
2725
  RC: '138',
2726
2726
  SC: '139',
2727
- TC: '3.2',
2728
- UC: '10.1',
2729
- VC: '15.2-15.3',
2730
- WC: '15.4',
2731
- XC: '16.1',
2732
- YC: '16.2',
2733
- ZC: '16.3',
2734
- aC: '16.4',
2735
- bC: '16.5',
2736
- cC: '17.1',
2737
- dC: '17.2',
2738
- eC: '17.3',
2739
- fC: '17.4',
2740
- gC: '17.5',
2741
- hC: '18.1',
2742
- iC: '18.2',
2743
- jC: '18.3',
2744
- kC: '18.4',
2745
- lC: '18.5',
2746
- mC: '11.5',
2747
- nC: '4.2-4.3',
2748
- oC: '5.5',
2749
- pC: '2',
2750
- qC: '140',
2727
+ TC: '140',
2728
+ UC: '3.2',
2729
+ VC: '10.1',
2730
+ WC: '15.2-15.3',
2731
+ XC: '15.4',
2732
+ YC: '16.1',
2733
+ ZC: '16.2',
2734
+ aC: '16.3',
2735
+ bC: '16.4',
2736
+ cC: '16.5',
2737
+ dC: '17.1',
2738
+ eC: '17.2',
2739
+ fC: '17.3',
2740
+ gC: '17.4',
2741
+ hC: '17.5',
2742
+ iC: '18.1',
2743
+ jC: '18.2',
2744
+ kC: '18.3',
2745
+ lC: '18.4',
2746
+ mC: '18.5',
2747
+ nC: '11.5',
2748
+ oC: '4.2-4.3',
2749
+ pC: '5.5',
2750
+ qC: '2',
2751
2751
  rC: '141',
2752
- sC: '3.5',
2753
- tC: '3.6',
2754
- uC: '3.1',
2755
- vC: '5.1',
2756
- wC: '6.1',
2757
- xC: '7.1',
2758
- yC: '9.1',
2759
- zC: '13.1',
2760
- '0C': '14.1',
2761
- '1C': '15.1',
2762
- '2C': '15.6',
2763
- '3C': '16.6',
2764
- '4C': '17.6',
2765
- '5C': 'TP',
2766
- '6C': '9.5-9.6',
2767
- '7C': '10.0-10.1',
2768
- '8C': '10.5',
2769
- '9C': '10.6',
2770
- AD: '11.6',
2771
- BD: '4.0-4.1',
2772
- CD: '5.0-5.1',
2773
- DD: '6.0-6.1',
2774
- ED: '7.0-7.1',
2775
- FD: '8.1-8.4',
2776
- GD: '9.0-9.2',
2777
- HD: '9.3',
2778
- ID: '10.0-10.2',
2779
- JD: '10.3',
2780
- KD: '11.0-11.2',
2781
- LD: '11.3-11.4',
2782
- MD: '12.0-12.1',
2783
- ND: '12.2-12.5',
2784
- OD: '13.0-13.1',
2785
- PD: '13.2',
2786
- QD: '13.3',
2787
- RD: '13.4-13.7',
2788
- SD: '14.0-14.4',
2789
- TD: '14.5-14.8',
2790
- UD: '15.0-15.1',
2791
- VD: '15.6-15.8',
2792
- WD: '16.6-16.7',
2793
- XD: '17.6-17.7',
2794
- YD: 'all',
2795
- ZD: '2.1',
2796
- aD: '2.2',
2797
- bD: '2.3',
2798
- cD: '4.1',
2799
- dD: '4.4',
2800
- eD: '4.4.3-4.4.4',
2801
- fD: '5.0-5.4',
2802
- gD: '6.2-6.4',
2803
- hD: '7.2-7.4',
2804
- iD: '8.2',
2805
- jD: '9.2',
2806
- kD: '11.1-11.2',
2807
- lD: '12.0',
2808
- mD: '13.0',
2809
- nD: '14.0',
2810
- oD: '15.0',
2811
- pD: '19.0',
2812
- qD: '14.9',
2813
- rD: '13.52',
2814
- sD: '2.5',
2815
- tD: '3.0-3.1'
2752
+ sC: '142',
2753
+ tC: '3.5',
2754
+ uC: '3.6',
2755
+ vC: '3.1',
2756
+ wC: '5.1',
2757
+ xC: '6.1',
2758
+ yC: '7.1',
2759
+ zC: '9.1',
2760
+ '0C': '13.1',
2761
+ '1C': '14.1',
2762
+ '2C': '15.1',
2763
+ '3C': '15.6',
2764
+ '4C': '16.6',
2765
+ '5C': '17.6',
2766
+ '6C': 'TP',
2767
+ '7C': '9.5-9.6',
2768
+ '8C': '10.0-10.1',
2769
+ '9C': '10.5',
2770
+ AD: '10.6',
2771
+ BD: '11.6',
2772
+ CD: '4.0-4.1',
2773
+ DD: '5.0-5.1',
2774
+ ED: '6.0-6.1',
2775
+ FD: '7.0-7.1',
2776
+ GD: '8.1-8.4',
2777
+ HD: '9.0-9.2',
2778
+ ID: '9.3',
2779
+ JD: '10.0-10.2',
2780
+ KD: '10.3',
2781
+ LD: '11.0-11.2',
2782
+ MD: '11.3-11.4',
2783
+ ND: '12.0-12.1',
2784
+ OD: '12.2-12.5',
2785
+ PD: '13.0-13.1',
2786
+ QD: '13.2',
2787
+ RD: '13.3',
2788
+ SD: '13.4-13.7',
2789
+ TD: '14.0-14.4',
2790
+ UD: '14.5-14.8',
2791
+ VD: '15.0-15.1',
2792
+ WD: '15.6-15.8',
2793
+ XD: '16.6-16.7',
2794
+ YD: '17.6-17.7',
2795
+ ZD: 'all',
2796
+ aD: '2.1',
2797
+ bD: '2.2',
2798
+ cD: '2.3',
2799
+ dD: '4.1',
2800
+ eD: '4.4',
2801
+ fD: '4.4.3-4.4.4',
2802
+ gD: '5.0-5.4',
2803
+ hD: '6.2-6.4',
2804
+ iD: '7.2-7.4',
2805
+ jD: '8.2',
2806
+ kD: '9.2',
2807
+ lD: '11.1-11.2',
2808
+ mD: '12.0',
2809
+ nD: '13.0',
2810
+ oD: '14.0',
2811
+ pD: '15.0',
2812
+ qD: '19.0',
2813
+ rD: '14.9',
2814
+ sD: '13.52',
2815
+ tD: '2.5',
2816
+ uD: '3.0-3.1'
2816
2817
  }
2817
2818
  return browserVersions
2818
2819
  }
@@ -2843,7 +2844,7 @@ function requireAgents$1() {
2843
2844
  F: 0.030974,
2844
2845
  A: 0,
2845
2846
  B: 0.433636,
2846
- oC: 0
2847
+ pC: 0
2847
2848
  },
2848
2849
  B: 'ms',
2849
2850
  C: [
@@ -2979,7 +2980,8 @@ function requireAgents$1() {
2979
2980
  '',
2980
2981
  '',
2981
2982
  '',
2982
- 'oC',
2983
+ '',
2984
+ 'pC',
2983
2985
  'K',
2984
2986
  'D',
2985
2987
  'E',
@@ -2992,7 +2994,7 @@ function requireAgents$1() {
2992
2994
  ],
2993
2995
  E: 'IE',
2994
2996
  F: {
2995
- oC: 962323200,
2997
+ pC: 962323200,
2996
2998
  K: 998870400,
2997
2999
  D: 1161129600,
2998
3000
  E: 1237420800,
@@ -3145,6 +3147,7 @@ function requireAgents$1() {
3145
3147
  '',
3146
3148
  '',
3147
3149
  '',
3150
+ '',
3148
3151
  'C',
3149
3152
  'L',
3150
3153
  'M',
@@ -3302,7 +3305,7 @@ function requireAgents$1() {
3302
3305
  7: 0,
3303
3306
  8: 0,
3304
3307
  9: 0.10932,
3305
- pC: 0.003644,
3308
+ qC: 0.003644,
3306
3309
  NC: 0,
3307
3310
  J: 0.003644,
3308
3311
  RB: 0,
@@ -3430,17 +3433,18 @@ function requireAgents$1() {
3430
3433
  GC: 1.19888,
3431
3434
  RC: 0.021864,
3432
3435
  SC: 0,
3433
- qC: 0,
3436
+ TC: 0,
3434
3437
  rC: 0,
3435
3438
  sC: 0,
3436
- tC: 0
3439
+ tC: 0,
3440
+ uC: 0
3437
3441
  },
3438
3442
  B: 'moz',
3439
3443
  C: [
3440
- 'pC',
3444
+ 'qC',
3441
3445
  'NC',
3442
- 'sC',
3443
3446
  'tC',
3447
+ 'uC',
3444
3448
  'J',
3445
3449
  'RB',
3446
3450
  'K',
@@ -3577,8 +3581,9 @@ function requireAgents$1() {
3577
3581
  'GC',
3578
3582
  'RC',
3579
3583
  'SC',
3580
- 'qC',
3581
- 'rC'
3584
+ 'TC',
3585
+ 'rC',
3586
+ 'sC'
3582
3587
  ],
3583
3588
  E: 'Firefox',
3584
3589
  F: {
@@ -3592,10 +3597,10 @@ function requireAgents$1() {
3592
3597
  7: 1386633600,
3593
3598
  8: 1391472000,
3594
3599
  9: 1695686400,
3595
- pC: 1161648000,
3600
+ qC: 1161648000,
3596
3601
  NC: 1213660800,
3597
- sC: 1246320000,
3598
- tC: 1264032000,
3602
+ tC: 1246320000,
3603
+ uC: 1264032000,
3599
3604
  J: 1300752000,
3600
3605
  RB: 1308614400,
3601
3606
  K: 1313452800,
@@ -3721,9 +3726,10 @@ function requireAgents$1() {
3721
3726
  I: 1741046400,
3722
3727
  GC: 1743465600,
3723
3728
  RC: 1745884800,
3724
- SC: null,
3725
- qC: null,
3726
- rC: null
3729
+ SC: 1748304000,
3730
+ TC: null,
3731
+ rC: null,
3732
+ sC: null
3727
3733
  }
3728
3734
  },
3729
3735
  D: {
@@ -3862,7 +3868,8 @@ function requireAgents$1() {
3862
3868
  I: 0.065592,
3863
3869
  GC: 0.014576,
3864
3870
  RC: 0,
3865
- SC: 0
3871
+ SC: 0,
3872
+ TC: 0
3866
3873
  },
3867
3874
  B: 'webkit',
3868
3875
  C: [
@@ -4007,7 +4014,8 @@ function requireAgents$1() {
4007
4014
  'I',
4008
4015
  'GC',
4009
4016
  'RC',
4010
- 'SC'
4017
+ 'SC',
4018
+ 'TC'
4011
4019
  ],
4012
4020
  E: 'Chrome',
4013
4021
  F: {
@@ -4143,9 +4151,10 @@ function requireAgents$1() {
4143
4151
  PB: 1741046400,
4144
4152
  QB: 1743465600,
4145
4153
  I: 1745884800,
4146
- GC: null,
4154
+ GC: 1748304000,
4147
4155
  RC: null,
4148
- SC: null
4156
+ SC: null,
4157
+ TC: null
4149
4158
  }
4150
4159
  },
4151
4160
  E: {
@@ -4162,43 +4171,43 @@ function requireAgents$1() {
4162
4171
  L: 0,
4163
4172
  M: 0.014576,
4164
4173
  G: 0,
4165
- uC: 0,
4166
- TC: 0,
4167
4174
  vC: 0,
4175
+ UC: 0,
4168
4176
  wC: 0,
4169
4177
  xC: 0,
4170
4178
  yC: 0,
4171
- UC: 0,
4179
+ zC: 0,
4180
+ VC: 0,
4172
4181
  HC: 0.007288,
4173
4182
  IC: 0.007288,
4174
- zC: 0.032796,
4175
- '0C': 0.040084,
4176
- '1C': 0.014576,
4177
- VC: 0.003644,
4178
- WC: 0.010932,
4183
+ '0C': 0.032796,
4184
+ '1C': 0.040084,
4185
+ '2C': 0.014576,
4186
+ WC: 0.003644,
4187
+ XC: 0.010932,
4179
4188
  JC: 0.010932,
4180
- '2C': 0.134828,
4189
+ '3C': 0.134828,
4181
4190
  KC: 0.029152,
4182
- XC: 0.021864,
4183
- YC: 0.01822,
4184
- ZC: 0.03644,
4185
- aC: 0.014576,
4186
- bC: 0.021864,
4187
- '3C': 0.189488,
4191
+ YC: 0.021864,
4192
+ ZC: 0.01822,
4193
+ aC: 0.03644,
4194
+ bC: 0.014576,
4195
+ cC: 0.021864,
4196
+ '4C': 0.189488,
4188
4197
  LC: 0.010932,
4189
- cC: 0.120252,
4190
- dC: 0.01822,
4198
+ dC: 0.120252,
4191
4199
  eC: 0.01822,
4192
- fC: 0.043728,
4193
- gC: 0.076524,
4194
- '4C': 0.233216,
4200
+ fC: 0.01822,
4201
+ gC: 0.043728,
4202
+ hC: 0.076524,
4203
+ '5C': 0.233216,
4195
4204
  MC: 0.032796,
4196
- hC: 0.080168,
4197
- iC: 0.040084,
4198
- jC: 1.1515,
4199
- kC: 0.335248,
4200
- lC: 0.007288,
4201
- '5C': 0
4205
+ iC: 0.080168,
4206
+ jC: 0.040084,
4207
+ kC: 1.1515,
4208
+ lC: 0.335248,
4209
+ mC: 0.007288,
4210
+ '6C': 0
4202
4211
  },
4203
4212
  B: 'webkit',
4204
4213
  C: [
@@ -4293,109 +4302,110 @@ function requireAgents$1() {
4293
4302
  '',
4294
4303
  '',
4295
4304
  '',
4296
- 'uC',
4297
- 'TC',
4305
+ '',
4306
+ 'vC',
4307
+ 'UC',
4298
4308
  'J',
4299
4309
  'RB',
4300
- 'vC',
4301
- 'K',
4302
4310
  'wC',
4303
- 'D',
4311
+ 'K',
4304
4312
  'xC',
4313
+ 'D',
4314
+ 'yC',
4305
4315
  'E',
4306
4316
  'F',
4307
- 'yC',
4317
+ 'zC',
4308
4318
  'A',
4309
- 'UC',
4319
+ 'VC',
4310
4320
  'B',
4311
4321
  'HC',
4312
4322
  'C',
4313
4323
  'IC',
4314
4324
  'L',
4315
- 'zC',
4316
- 'M',
4317
4325
  '0C',
4318
- 'G',
4326
+ 'M',
4319
4327
  '1C',
4320
- 'VC',
4328
+ 'G',
4329
+ '2C',
4321
4330
  'WC',
4331
+ 'XC',
4322
4332
  'JC',
4323
- '2C',
4333
+ '3C',
4324
4334
  'KC',
4325
- 'XC',
4326
4335
  'YC',
4327
4336
  'ZC',
4328
4337
  'aC',
4329
4338
  'bC',
4330
- '3C',
4331
- 'LC',
4332
4339
  'cC',
4340
+ '4C',
4341
+ 'LC',
4333
4342
  'dC',
4334
4343
  'eC',
4335
4344
  'fC',
4336
4345
  'gC',
4337
- '4C',
4338
- 'MC',
4339
4346
  'hC',
4347
+ '5C',
4348
+ 'MC',
4340
4349
  'iC',
4341
4350
  'jC',
4342
4351
  'kC',
4343
4352
  'lC',
4344
- '5C',
4353
+ 'mC',
4354
+ '6C',
4345
4355
  '',
4346
4356
  ''
4347
4357
  ],
4348
4358
  E: 'Safari',
4349
4359
  F: {
4350
- uC: 1205798400,
4351
- TC: 1226534400,
4360
+ vC: 1205798400,
4361
+ UC: 1226534400,
4352
4362
  J: 1244419200,
4353
4363
  RB: 1275868800,
4354
- vC: 1311120000,
4364
+ wC: 1311120000,
4355
4365
  K: 1343174400,
4356
- wC: 1382400000,
4366
+ xC: 1382400000,
4357
4367
  D: 1382400000,
4358
- xC: 1410998400,
4368
+ yC: 1410998400,
4359
4369
  E: 1413417600,
4360
4370
  F: 1443657600,
4361
- yC: 1458518400,
4371
+ zC: 1458518400,
4362
4372
  A: 1474329600,
4363
- UC: 1490572800,
4373
+ VC: 1490572800,
4364
4374
  B: 1505779200,
4365
4375
  HC: 1522281600,
4366
4376
  C: 1537142400,
4367
4377
  IC: 1553472000,
4368
4378
  L: 1568851200,
4369
- zC: 1585008000,
4379
+ '0C': 1585008000,
4370
4380
  M: 1600214400,
4371
- '0C': 1619395200,
4381
+ '1C': 1619395200,
4372
4382
  G: 1632096000,
4373
- '1C': 1635292800,
4374
- VC: 1639353600,
4375
- WC: 1647216000,
4383
+ '2C': 1635292800,
4384
+ WC: 1639353600,
4385
+ XC: 1647216000,
4376
4386
  JC: 1652745600,
4377
- '2C': 1658275200,
4387
+ '3C': 1658275200,
4378
4388
  KC: 1662940800,
4379
- XC: 1666569600,
4380
- YC: 1670889600,
4381
- ZC: 1674432000,
4382
- aC: 1679875200,
4383
- bC: 1684368000,
4384
- '3C': 1690156800,
4389
+ YC: 1666569600,
4390
+ ZC: 1670889600,
4391
+ aC: 1674432000,
4392
+ bC: 1679875200,
4393
+ cC: 1684368000,
4394
+ '4C': 1690156800,
4385
4395
  LC: 1695686400,
4386
- cC: 1698192000,
4387
- dC: 1702252800,
4388
- eC: 1705881600,
4389
- fC: 1709596800,
4390
- gC: 1715558400,
4391
- '4C': 1722211200,
4396
+ dC: 1698192000,
4397
+ eC: 1702252800,
4398
+ fC: 1705881600,
4399
+ gC: 1709596800,
4400
+ hC: 1715558400,
4401
+ '5C': 1722211200,
4392
4402
  MC: 1726444800,
4393
- hC: 1730073600,
4394
- iC: 1733875200,
4395
- jC: 1737936000,
4396
- kC: 1743379200,
4397
- lC: 1747008000,
4398
- '5C': null
4403
+ iC: 1730073600,
4404
+ jC: 1733875200,
4405
+ kC: 1737936000,
4406
+ lC: 1743379200,
4407
+ mC: 1747008000,
4408
+ '6C': null
4399
4409
  }
4400
4410
  },
4401
4411
  F: {
@@ -4504,13 +4514,13 @@ function requireAgents$1() {
4504
4514
  x: 0,
4505
4515
  y: 0,
4506
4516
  z: 0.003644,
4507
- '6C': 0,
4508
4517
  '7C': 0,
4509
4518
  '8C': 0,
4510
4519
  '9C': 0,
4511
- HC: 0,
4512
- mC: 0,
4513
4520
  AD: 0,
4521
+ HC: 0,
4522
+ nC: 0,
4523
+ BD: 0,
4514
4524
  IC: 0
4515
4525
  },
4516
4526
  B: 'webkit',
@@ -4542,15 +4552,16 @@ function requireAgents$1() {
4542
4552
  '',
4543
4553
  '',
4544
4554
  '',
4555
+ '',
4545
4556
  'F',
4546
- '6C',
4547
4557
  '7C',
4548
4558
  '8C',
4549
4559
  '9C',
4560
+ 'AD',
4550
4561
  'B',
4551
4562
  'HC',
4552
- 'mC',
4553
- 'AD',
4563
+ 'nC',
4564
+ 'BD',
4554
4565
  'C',
4555
4566
  'IC',
4556
4567
  'G',
@@ -4670,14 +4681,14 @@ function requireAgents$1() {
4670
4681
  7: 1417132800,
4671
4682
  8: 1422316800,
4672
4683
  F: 1150761600,
4673
- '6C': 1223424000,
4674
- '7C': 1251763200,
4675
- '8C': 1267488000,
4676
- '9C': 1277942400,
4684
+ '7C': 1223424000,
4685
+ '8C': 1251763200,
4686
+ '9C': 1267488000,
4687
+ AD: 1277942400,
4677
4688
  B: 1292457600,
4678
4689
  HC: 1302566400,
4679
- mC: 1309219200,
4680
- AD: 1323129600,
4690
+ nC: 1309219200,
4691
+ BD: 1323129600,
4681
4692
  C: 1323129600,
4682
4693
  IC: 1352073600,
4683
4694
  G: 1372723200,
@@ -4777,65 +4788,65 @@ function requireAgents$1() {
4777
4788
  F: 'o',
4778
4789
  B: 'o',
4779
4790
  C: 'o',
4780
- '6C': 'o',
4781
4791
  '7C': 'o',
4782
4792
  '8C': 'o',
4783
4793
  '9C': 'o',
4784
- HC: 'o',
4785
- mC: 'o',
4786
4794
  AD: 'o',
4795
+ HC: 'o',
4796
+ nC: 'o',
4797
+ BD: 'o',
4787
4798
  IC: 'o'
4788
4799
  }
4789
4800
  },
4790
4801
  G: {
4791
4802
  A: {
4792
4803
  E: 0,
4793
- TC: 0,
4794
- BD: 0,
4795
- nC: 0.00284323,
4804
+ UC: 0,
4796
4805
  CD: 0,
4797
- DD: 0.00568645,
4806
+ oC: 0.00284323,
4807
+ DD: 0,
4798
4808
  ED: 0.00568645,
4799
- FD: 0,
4800
- GD: 0.00284323,
4801
- HD: 0.018481,
4802
- ID: 0.00142161,
4803
- JD: 0.0298539,
4804
- KD: 0.243096,
4805
- LD: 0.0113729,
4806
- MD: 0.00284323,
4807
- ND: 0.112307,
4808
- OD: 0.00142161,
4809
- PD: 0.00568645,
4810
- QD: 0.00426484,
4811
- RD: 0.0199026,
4812
- SD: 0.130788,
4813
- TD: 0.0469132,
4814
- UD: 0.0298539,
4815
- VC: 0.0298539,
4816
- WC: 0.036962,
4809
+ FD: 0.00568645,
4810
+ GD: 0,
4811
+ HD: 0.00284323,
4812
+ ID: 0.018481,
4813
+ JD: 0.00142161,
4814
+ KD: 0.0298539,
4815
+ LD: 0.243096,
4816
+ MD: 0.0113729,
4817
+ ND: 0.00284323,
4818
+ OD: 0.112307,
4819
+ PD: 0.00142161,
4820
+ QD: 0.00568645,
4821
+ RD: 0.00426484,
4822
+ SD: 0.0199026,
4823
+ TD: 0.130788,
4824
+ UD: 0.0469132,
4825
+ VD: 0.0298539,
4826
+ WC: 0.0298539,
4827
+ XC: 0.036962,
4817
4828
  JC: 0.0398052,
4818
- VD: 0.490457,
4829
+ WD: 0.490457,
4819
4830
  KC: 0.0682374,
4820
- XC: 0.145005,
4821
- YC: 0.0753455,
4822
- ZC: 0.129367,
4823
- aC: 0.0298539,
4824
- bC: 0.0540213,
4825
- WD: 0.604186,
4831
+ YC: 0.145005,
4832
+ ZC: 0.0753455,
4833
+ aC: 0.129367,
4834
+ bC: 0.0298539,
4835
+ cC: 0.0540213,
4836
+ XD: 0.604186,
4826
4837
  LC: 0.0341187,
4827
- cC: 0.0611294,
4828
- dC: 0.0483349,
4829
- eC: 0.0696591,
4830
- fC: 0.13221,
4831
- gC: 0.288588,
4832
- XD: 0.813163,
4838
+ dC: 0.0611294,
4839
+ eC: 0.0483349,
4840
+ fC: 0.0696591,
4841
+ gC: 0.13221,
4842
+ hC: 0.288588,
4843
+ YD: 0.813163,
4833
4844
  MC: 0.217507,
4834
- hC: 0.587126,
4835
- iC: 0.285744,
4836
- jC: 7.46205,
4837
- kC: 1.76564,
4838
- lC: 0.0611294
4845
+ iC: 0.587126,
4846
+ jC: 0.285744,
4847
+ kC: 7.46205,
4848
+ lC: 1.76564,
4849
+ mC: 0.0611294
4839
4850
  },
4840
4851
  B: 'webkit',
4841
4852
  C: [
@@ -4931,14 +4942,14 @@ function requireAgents$1() {
4931
4942
  '',
4932
4943
  '',
4933
4944
  '',
4934
- 'TC',
4935
- 'BD',
4936
- 'nC',
4945
+ '',
4946
+ 'UC',
4937
4947
  'CD',
4948
+ 'oC',
4938
4949
  'DD',
4939
4950
  'ED',
4940
- 'E',
4941
4951
  'FD',
4952
+ 'E',
4942
4953
  'GD',
4943
4954
  'HD',
4944
4955
  'ID',
@@ -4954,88 +4965,89 @@ function requireAgents$1() {
4954
4965
  'SD',
4955
4966
  'TD',
4956
4967
  'UD',
4957
- 'VC',
4968
+ 'VD',
4958
4969
  'WC',
4970
+ 'XC',
4959
4971
  'JC',
4960
- 'VD',
4972
+ 'WD',
4961
4973
  'KC',
4962
- 'XC',
4963
4974
  'YC',
4964
4975
  'ZC',
4965
4976
  'aC',
4966
4977
  'bC',
4967
- 'WD',
4968
- 'LC',
4969
4978
  'cC',
4979
+ 'XD',
4980
+ 'LC',
4970
4981
  'dC',
4971
4982
  'eC',
4972
4983
  'fC',
4973
4984
  'gC',
4974
- 'XD',
4975
- 'MC',
4976
4985
  'hC',
4986
+ 'YD',
4987
+ 'MC',
4977
4988
  'iC',
4978
4989
  'jC',
4979
4990
  'kC',
4980
4991
  'lC',
4992
+ 'mC',
4981
4993
  '',
4982
4994
  '',
4983
4995
  ''
4984
4996
  ],
4985
4997
  E: 'Safari on iOS',
4986
4998
  F: {
4987
- TC: 1270252800,
4988
- BD: 1283904000,
4989
- nC: 1299628800,
4990
- CD: 1331078400,
4991
- DD: 1359331200,
4992
- ED: 1394409600,
4999
+ UC: 1270252800,
5000
+ CD: 1283904000,
5001
+ oC: 1299628800,
5002
+ DD: 1331078400,
5003
+ ED: 1359331200,
5004
+ FD: 1394409600,
4993
5005
  E: 1410912000,
4994
- FD: 1413763200,
4995
- GD: 1442361600,
4996
- HD: 1458518400,
4997
- ID: 1473724800,
4998
- JD: 1490572800,
4999
- KD: 1505779200,
5000
- LD: 1522281600,
5001
- MD: 1537142400,
5002
- ND: 1553472000,
5003
- OD: 1568851200,
5004
- PD: 1572220800,
5005
- QD: 1580169600,
5006
- RD: 1585008000,
5007
- SD: 1600214400,
5008
- TD: 1619395200,
5009
- UD: 1632096000,
5010
- VC: 1639353600,
5011
- WC: 1647216000,
5006
+ GD: 1413763200,
5007
+ HD: 1442361600,
5008
+ ID: 1458518400,
5009
+ JD: 1473724800,
5010
+ KD: 1490572800,
5011
+ LD: 1505779200,
5012
+ MD: 1522281600,
5013
+ ND: 1537142400,
5014
+ OD: 1553472000,
5015
+ PD: 1568851200,
5016
+ QD: 1572220800,
5017
+ RD: 1580169600,
5018
+ SD: 1585008000,
5019
+ TD: 1600214400,
5020
+ UD: 1619395200,
5021
+ VD: 1632096000,
5022
+ WC: 1639353600,
5023
+ XC: 1647216000,
5012
5024
  JC: 1652659200,
5013
- VD: 1658275200,
5025
+ WD: 1658275200,
5014
5026
  KC: 1662940800,
5015
- XC: 1666569600,
5016
- YC: 1670889600,
5017
- ZC: 1674432000,
5018
- aC: 1679875200,
5019
- bC: 1684368000,
5020
- WD: 1690156800,
5027
+ YC: 1666569600,
5028
+ ZC: 1670889600,
5029
+ aC: 1674432000,
5030
+ bC: 1679875200,
5031
+ cC: 1684368000,
5032
+ XD: 1690156800,
5021
5033
  LC: 1694995200,
5022
- cC: 1698192000,
5023
- dC: 1702252800,
5024
- eC: 1705881600,
5025
- fC: 1709596800,
5026
- gC: 1715558400,
5027
- XD: 1722211200,
5034
+ dC: 1698192000,
5035
+ eC: 1702252800,
5036
+ fC: 1705881600,
5037
+ gC: 1709596800,
5038
+ hC: 1715558400,
5039
+ YD: 1722211200,
5028
5040
  MC: 1726444800,
5029
- hC: 1730073600,
5030
- iC: 1733875200,
5031
- jC: 1737936000,
5032
- kC: 1743379200,
5033
- lC: 1747008000
5041
+ iC: 1730073600,
5042
+ jC: 1733875200,
5043
+ kC: 1737936000,
5044
+ lC: 1743379200,
5045
+ mC: 1747008000
5034
5046
  }
5035
5047
  },
5036
5048
  H: {
5037
5049
  A: {
5038
- YD: 0.05
5050
+ ZD: 0.05
5039
5051
  },
5040
5052
  B: 'o',
5041
5053
  C: [
@@ -5177,14 +5189,15 @@ function requireAgents$1() {
5177
5189
  '',
5178
5190
  '',
5179
5191
  '',
5180
- 'YD',
5192
+ '',
5193
+ 'ZD',
5181
5194
  '',
5182
5195
  '',
5183
5196
  ''
5184
5197
  ],
5185
5198
  E: 'Opera Mini',
5186
5199
  F: {
5187
- YD: 1426464000
5200
+ ZD: 1426464000
5188
5201
  }
5189
5202
  },
5190
5203
  I: {
@@ -5192,13 +5205,13 @@ function requireAgents$1() {
5192
5205
  NC: 0,
5193
5206
  J: 0,
5194
5207
  I: 0.818237,
5195
- ZD: 0,
5196
5208
  aD: 0,
5197
5209
  bD: 0,
5198
5210
  cD: 0,
5199
- nC: 0.000163959,
5200
5211
  dD: 0,
5201
- eD: 0.000819795
5212
+ oC: 0.000163959,
5213
+ eD: 0,
5214
+ fD: 0.000819795
5202
5215
  },
5203
5216
  B: 'webkit',
5204
5217
  C: [
@@ -5331,15 +5344,16 @@ function requireAgents$1() {
5331
5344
  '',
5332
5345
  '',
5333
5346
  '',
5334
- 'ZD',
5347
+ '',
5335
5348
  'aD',
5336
5349
  'bD',
5350
+ 'cD',
5337
5351
  'NC',
5338
5352
  'J',
5339
- 'cD',
5340
- 'nC',
5341
5353
  'dD',
5354
+ 'oC',
5342
5355
  'eD',
5356
+ 'fD',
5343
5357
  'I',
5344
5358
  '',
5345
5359
  '',
@@ -5347,15 +5361,15 @@ function requireAgents$1() {
5347
5361
  ],
5348
5362
  E: 'Android Browser',
5349
5363
  F: {
5350
- ZD: 1256515200,
5351
- aD: 1274313600,
5352
- bD: 1291593600,
5364
+ aD: 1256515200,
5365
+ bD: 1274313600,
5366
+ cD: 1291593600,
5353
5367
  NC: 1298332800,
5354
5368
  J: 1318896000,
5355
- cD: 1341792000,
5356
- nC: 1374624000,
5357
- dD: 1386547200,
5358
- eD: 1401667200,
5369
+ dD: 1341792000,
5370
+ oC: 1374624000,
5371
+ eD: 1386547200,
5372
+ fD: 1401667200,
5359
5373
  I: 1745971200
5360
5374
  }
5361
5375
  },
@@ -5503,6 +5517,7 @@ function requireAgents$1() {
5503
5517
  '',
5504
5518
  '',
5505
5519
  '',
5520
+ '',
5506
5521
  'D',
5507
5522
  'A',
5508
5523
  '',
@@ -5522,7 +5537,7 @@ function requireAgents$1() {
5522
5537
  C: 0,
5523
5538
  H: 0.922315,
5524
5539
  HC: 0,
5525
- mC: 0,
5540
+ nC: 0,
5526
5541
  IC: 0
5527
5542
  },
5528
5543
  B: 'o',
@@ -5659,10 +5674,11 @@ function requireAgents$1() {
5659
5674
  '',
5660
5675
  '',
5661
5676
  '',
5677
+ '',
5662
5678
  'A',
5663
5679
  'B',
5664
5680
  'HC',
5665
- 'mC',
5681
+ 'nC',
5666
5682
  'C',
5667
5683
  'IC',
5668
5684
  'H',
@@ -5675,7 +5691,7 @@ function requireAgents$1() {
5675
5691
  A: 1287100800,
5676
5692
  B: 1300752000,
5677
5693
  HC: 1314835200,
5678
- mC: 1318291200,
5694
+ nC: 1318291200,
5679
5695
  C: 1330300800,
5680
5696
  IC: 1349740800,
5681
5697
  H: 1709769600
@@ -5828,6 +5844,7 @@ function requireAgents$1() {
5828
5844
  '',
5829
5845
  '',
5830
5846
  '',
5847
+ '',
5831
5848
  'I',
5832
5849
  '',
5833
5850
  '',
@@ -5982,6 +5999,7 @@ function requireAgents$1() {
5982
5999
  '',
5983
6000
  '',
5984
6001
  '',
6002
+ '',
5985
6003
  'GC',
5986
6004
  '',
5987
6005
  '',
@@ -6136,6 +6154,7 @@ function requireAgents$1() {
6136
6154
  '',
6137
6155
  '',
6138
6156
  '',
6157
+ '',
6139
6158
  'A',
6140
6159
  'B',
6141
6160
  '',
@@ -6292,6 +6311,7 @@ function requireAgents$1() {
6292
6311
  '',
6293
6312
  '',
6294
6313
  '',
6314
+ '',
6295
6315
  'JC',
6296
6316
  '',
6297
6317
  '',
@@ -6316,21 +6336,21 @@ function requireAgents$1() {
6316
6336
  7: 0.0770929,
6317
6337
  8: 1.68503,
6318
6338
  J: 0.0110133,
6319
- fD: 0,
6320
6339
  gD: 0,
6321
- hD: 0.0110133,
6322
- iD: 0,
6340
+ hD: 0,
6341
+ iD: 0.0110133,
6323
6342
  jD: 0,
6324
- UC: 0,
6325
6343
  kD: 0,
6344
+ VC: 0,
6326
6345
  lD: 0,
6327
6346
  mD: 0,
6328
6347
  nD: 0,
6329
6348
  oD: 0,
6349
+ pD: 0,
6330
6350
  KC: 0,
6331
6351
  LC: 0.0110133,
6332
6352
  MC: 0,
6333
- pD: 0
6353
+ qD: 0
6334
6354
  },
6335
6355
  B: 'webkit',
6336
6356
  C: [
@@ -6449,22 +6469,23 @@ function requireAgents$1() {
6449
6469
  '',
6450
6470
  '',
6451
6471
  '',
6472
+ '',
6452
6473
  'J',
6453
- 'fD',
6454
6474
  'gD',
6455
6475
  'hD',
6456
6476
  'iD',
6457
6477
  'jD',
6458
- 'UC',
6459
6478
  'kD',
6479
+ 'VC',
6460
6480
  'lD',
6461
6481
  'mD',
6462
6482
  'nD',
6463
6483
  'oD',
6484
+ 'pD',
6464
6485
  'KC',
6465
6486
  'LC',
6466
6487
  'MC',
6467
- 'pD',
6488
+ 'qD',
6468
6489
  '1',
6469
6490
  '2',
6470
6491
  '3',
@@ -6488,26 +6509,26 @@ function requireAgents$1() {
6488
6509
  7: 1717718400,
6489
6510
  8: 1725667200,
6490
6511
  J: 1461024000,
6491
- fD: 1481846400,
6492
- gD: 1509408000,
6493
- hD: 1528329600,
6494
- iD: 1546128000,
6495
- jD: 1554163200,
6496
- UC: 1567900800,
6497
- kD: 1582588800,
6498
- lD: 1593475200,
6499
- mD: 1605657600,
6500
- nD: 1618531200,
6501
- oD: 1629072000,
6512
+ gD: 1481846400,
6513
+ hD: 1509408000,
6514
+ iD: 1528329600,
6515
+ jD: 1546128000,
6516
+ kD: 1554163200,
6517
+ VC: 1567900800,
6518
+ lD: 1582588800,
6519
+ mD: 1593475200,
6520
+ nD: 1605657600,
6521
+ oD: 1618531200,
6522
+ pD: 1629072000,
6502
6523
  KC: 1640736000,
6503
6524
  LC: 1651708800,
6504
6525
  MC: 1659657600,
6505
- pD: 1667260800
6526
+ qD: 1667260800
6506
6527
  }
6507
6528
  },
6508
6529
  Q: {
6509
6530
  A: {
6510
- qD: 0.222425
6531
+ rD: 0.222425
6511
6532
  },
6512
6533
  B: 'webkit',
6513
6534
  C: [
@@ -6649,19 +6670,20 @@ function requireAgents$1() {
6649
6670
  '',
6650
6671
  '',
6651
6672
  '',
6652
- 'qD',
6673
+ '',
6674
+ 'rD',
6653
6675
  '',
6654
6676
  '',
6655
6677
  ''
6656
6678
  ],
6657
6679
  E: 'QQ Browser',
6658
6680
  F: {
6659
- qD: 1710288000
6681
+ rD: 1710288000
6660
6682
  }
6661
6683
  },
6662
6684
  R: {
6663
6685
  A: {
6664
- rD: 0
6686
+ sD: 0
6665
6687
  },
6666
6688
  B: 'webkit',
6667
6689
  C: [
@@ -6803,20 +6825,21 @@ function requireAgents$1() {
6803
6825
  '',
6804
6826
  '',
6805
6827
  '',
6806
- 'rD',
6828
+ '',
6829
+ 'sD',
6807
6830
  '',
6808
6831
  '',
6809
6832
  ''
6810
6833
  ],
6811
6834
  E: 'Baidu Browser',
6812
6835
  F: {
6813
- rD: 1710201600
6836
+ sD: 1710201600
6814
6837
  }
6815
6838
  },
6816
6839
  S: {
6817
6840
  A: {
6818
- sD: 0.01271,
6819
- tD: 0
6841
+ tD: 0.01271,
6842
+ uD: 0
6820
6843
  },
6821
6844
  B: 'moz',
6822
6845
  C: [
@@ -6957,16 +6980,17 @@ function requireAgents$1() {
6957
6980
  '',
6958
6981
  '',
6959
6982
  '',
6960
- 'sD',
6983
+ '',
6961
6984
  'tD',
6985
+ 'uD',
6962
6986
  '',
6963
6987
  '',
6964
6988
  ''
6965
6989
  ],
6966
6990
  E: 'KaiOS Browser',
6967
6991
  F: {
6968
- sD: 1527811200,
6969
- tD: 1631664000
6992
+ tD: 1527811200,
6993
+ uD: 1631664000
6970
6994
  }
6971
6995
  }
6972
6996
  }
@@ -7217,9 +7241,14 @@ function requireVersions() {
7217
7241
  '35.0': '134',
7218
7242
  35.1: '134',
7219
7243
  35.2: '134',
7244
+ 35.3: '134',
7245
+ 35.4: '134',
7246
+ 35.5: '134',
7220
7247
  '36.0': '136',
7221
7248
  36.1: '136',
7222
- '37.0': '137'
7249
+ 36.2: '136',
7250
+ 36.3: '136',
7251
+ '37.0': '138'
7223
7252
  }
7224
7253
  return versions
7225
7254
  }
@@ -8554,6 +8583,19 @@ function requireBrowserslist() {
8554
8583
  }
8555
8584
  return result
8556
8585
  }
8586
+ function loadCustomUsage(context, config) {
8587
+ const stats = env.loadStat(context, config, browserslist.data)
8588
+ if (stats) {
8589
+ context.customUsage = {}
8590
+ for (const browser in stats) {
8591
+ fillUsage(context.customUsage, browser, stats[browser])
8592
+ }
8593
+ }
8594
+ if (!context.customUsage) {
8595
+ throw new BrowserslistError('Custom usage statistics was not provided')
8596
+ }
8597
+ return context.customUsage
8598
+ }
8557
8599
  browserslist.parse = function (queries, opts) {
8558
8600
  opts = prepareOpts(opts)
8559
8601
  queries = prepareQueries(queries, opts)
@@ -8695,11 +8737,13 @@ function requireBrowserslist() {
8695
8737
  env.loadCountry(browserslist.usage, place, browserslist.data)
8696
8738
  usage = browserslist.usage[place]
8697
8739
  }
8740
+ } else if (node.config) {
8741
+ usage = loadCustomUsage(context, node.config)
8698
8742
  }
8699
8743
  const versions = Object.keys(usage).sort(function (a, b) {
8700
8744
  return usage[b] - usage[a]
8701
8745
  })
8702
- let coveraged = 0
8746
+ let covered = 0
8703
8747
  const result = []
8704
8748
  let version
8705
8749
  for (let i = 0; i < versions.length; i++) {
@@ -8707,9 +8751,9 @@ function requireBrowserslist() {
8707
8751
  if (usage[version] === 0) {
8708
8752
  break
8709
8753
  }
8710
- coveraged += usage[version]
8754
+ covered += usage[version]
8711
8755
  result.push(version)
8712
- if (coveraged >= coverage) {
8756
+ if (covered >= coverage) {
8713
8757
  break
8714
8758
  }
8715
8759
  }
@@ -8938,19 +8982,7 @@ function requireBrowserslist() {
8938
8982
  regexp: /^(>=?|<=?)\s*(\d+|\d+\.\d+|\.\d+)%\s+in\s+(\S+)\s+stats$/,
8939
8983
  select: function (context, node) {
8940
8984
  const popularity = parseFloat(node.popularity)
8941
- const stats = env.loadStat(context, node.config, browserslist.data)
8942
- if (stats) {
8943
- context.customUsage = {}
8944
- for (const browser in stats) {
8945
- fillUsage(context.customUsage, browser, stats[browser])
8946
- }
8947
- }
8948
- if (!context.customUsage) {
8949
- throw new BrowserslistError(
8950
- 'Custom usage statistics was not provided'
8951
- )
8952
- }
8953
- const usage = context.customUsage
8985
+ const usage = loadCustomUsage(context, node.config)
8954
8986
  return Object.keys(usage).reduce(function (result, version) {
8955
8987
  const percentage = usage[version]
8956
8988
  if (percentage == null) {
@@ -9023,6 +9055,11 @@ function requireBrowserslist() {
9023
9055
  /^cover\s+(\d+|\d+\.\d+|\.\d+)%\s+in\s+(my\s+stats|(alt-)?\w\w)$/i,
9024
9056
  select: coverQuery
9025
9057
  },
9058
+ cover_config: {
9059
+ matches: ['coverage', 'config'],
9060
+ regexp: /^cover\s+(\d+|\d+\.\d+|\.\d+)%\s+in\s+(\S+)\s+stats$/i,
9061
+ select: coverQuery
9062
+ },
9026
9063
  supports: {
9027
9064
  matches: ['supportType', 'feature'],
9028
9065
  regexp: /^(?:(fully|partially)\s+)?supports\s+([\w-]+)$/,