Socket
Socket
Sign inDemoInstall

@metamask/key-tree

Package Overview
Dependencies
Maintainers
7
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/key-tree - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

12

CHANGELOG.md

@@ -9,2 +9,11 @@ # Changelog

## [3.0.1]
### Changed
- Update cryptography dependencies ([#29](https://github.com/MetaMask/key-tree/pull/29), [#30](https://github.com/MetaMask/key-tree/pull/30), [#31](https://github.com/MetaMask/key-tree/pull/31))
- This results in an overall ~4x speedup in Node.js for operations with this package. Browser performance gains, if any, are not known at this time.
- Individual pull requests:
- `bip39@3.0.4` ([#29](https://github.com/MetaMask/key-tree/pull/29))
- `secp256k1@4.0.2` ([#30](https://github.com/MetaMask/key-tree/pull/30))
- `keccak@3.0.2` ([#31](https://github.com/MetaMask/key-tree/pull/31))
## [3.0.0]

@@ -38,3 +47,4 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/key-tree/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/key-tree/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/MetaMask/key-tree/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/MetaMask/key-tree/compare/v2.0.1...v3.0.0

@@ -41,0 +51,0 @@ [2.0.1]: https://github.com/MetaMask/key-tree/compare/v2.0.0...v2.0.1

2

package.json
{
"name": "@metamask/key-tree",
"version": "3.0.0",
"version": "3.0.1",
"description": "An interface over BIP-32 and BIP-39 key derivation paths.",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc