Closed legobeat closed 5 months ago
New dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@metamask/eth-block-tracker@9.0.1 | None | 0 |
0 B |
It seems like there is a regression in @metamask/eth-block-tracker@9.0.1
, separate from any of its associated dependency changes (determined by lockbumping all other deps before bumping the package itself).
Currently I don't have insights into why, how to fix, or what actual impact is.
EDIT: This has been resolved in @metamask/eth-block-tracker@9.0.2
. This PR has been updated accordingly.
The package
eth-block-tracker
has been renamed to@metamask/eth-block-tracker
.This upgrades to the latest v9, which contains no breaking changes beyond the rename.
Also contains a bugfix for an issue with multiple redundant polling loops.
https://github.com/MetaMask/eth-block-tracker/blob/main/CHANGELOG.md
Related