Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@metamask/eth-keyring-controller

Package Overview
Dependencies
Maintainers
12
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/eth-keyring-controller - npm Package Versions

1

12.0.0

Diff

Changelog

Source

[12.0.0]

Changed

  • BREAKING: Update @metamask/eth-sig-util to version ^6 (#235)
    • signPersonalMessage now normalizes msgParams.data in a different way for 0 and empty strings inputs. 0 will be normalized to 0x00 and empty strings to 0x
  • BREAKING: Update Node.js min version to 16.0.0 (#236)
  • Update @metamask/utils package (#234)
  • Destroy keyrings on reference drop (#233)
metamaskbot
published 11.0.0 •

Changelog

Source

[11.0.0]

Changed

  • BREAKING: The addNewKeyring method now expects an object containing the property privateKeys of type string[] in case the supplied keyring is a "Simple Keyring". (#202), (#228)
  • Migrate the project to TypeScript (#202)
    • Methods that started with an underscore are now # private methods
    • Additional validation has been added to most methods
  • deps: Unpin and bump @metamask/eth-sig-utils@5.0.2->^5.1.0 (#224)
metamaskbot
published 10.0.1 •

Changelog

Source

[10.0.1]

Fixed

  • Save encryption salt when persistAllKeyrings yields a new encryption key (#203)
metamaskbot
published 10.0.0 •

Changelog

Source

[10.0.0]

Changed

  • BREAKING: Update module name to use @metamask scope (#187)
    • Consumers will now need to import this package as @metamask/eth-keyring-controller
  • BREAKING: @metamask/eth-hd-keyring to v6.0.0 (#193)
    • Reverts the serialization format of mnemonics on HDKeyrings from Uint8Arrays back to an untyped array of UTF8 encoded bytes, which was the format prior to v9.0.0 of this package.
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