Latest Repo Discovered
AlgoScanArtifacts
·
MIT License
Top Contributor of the Month
10900 commits in all time
Jan 22, 2026 05:18 – Apr 22, 2026 05:18 UTC
fix: pass TypedArray to subtle.digest to avoid cross-realm ArrayBuffer
Vitest's jsdom environment swaps globalThis.ArrayBuffer for jsdom realm's constructor, while globalThis.crypto.subtle remains Node's native WebCrypto. The old `new ArrayBuffer(...)` copy then failed Node's strict instanceof check under Node 20 CI. TypedArrays survive the realm crossing, so pass a fresh Uint8Array and drop the earlier webcrypto polyfill attempt (it was treating the wrong symptom). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
b2e52e9a
main
2/1 ++ 9 --
Merge 7b0645114b121e388b0dd936a4c86816ab9024a6 into 5523fbf696623f4b6976a538563b4b95cdf659fb
cbfb9eb4
pull/828/merge
1/1 ++ 1 --
build(deps-dev): update eslint-plugin-vue requirement
Updates the requirements on [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) to permit the latest version. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v10.8.0...v10.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
7b064511
dependabot/npm_and_yarn/eslint-plugin-vue-tw-10.9.0
1/1 ++ 1 --
style: let leaderboard addresses truncate to fit sidebar width
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
d131043f
main
1/1 ++ 2 --
Merge 21b8d903553a9019b79bc917600b94c7a3cb85fb into dee6b7e8dd004162d05de41a89d5555a4532fac7
309908df
pull/300/merge
1/1,159 ++ 1,159 --