🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@metamask/keyring-sdk

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/keyring-sdk - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+3
v2.js
// Re-exported for compatibility with Browserify.
// eslint-disable-next-line
module.exports = require('./dist/v2/index.cjs');
+12
-1

@@ -10,2 +10,12 @@ # Changelog

## [2.0.1]
### Changed
- Bump `@metamask/keyring-api` from `^23.0.0` to `^23.0.1` ([#518](https://github.com/MetaMask/accounts/pull/518))
### Fixed
- Workaround Browserify subpath export for `/v2` ([#516](https://github.com/MetaMask/accounts/pull/516))
## [2.0.0]

@@ -49,3 +59,4 @@

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-sdk@2.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-sdk@2.0.1...HEAD
[2.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-sdk@2.0.0...@metamask/keyring-sdk@2.0.1
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-sdk@1.2.0...@metamask/keyring-sdk@2.0.0

@@ -52,0 +63,0 @@ [1.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-sdk@1.1.0...@metamask/keyring-sdk@1.2.0

+4
-3
{
"name": "@metamask/keyring-sdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "MetaMask Keyring SDK",

@@ -45,3 +45,4 @@ "keywords": [

"files": [
"dist/"
"dist/",
"v2.js"
],

@@ -67,3 +68,3 @@ "scripts": {

"@metamask/eth-sig-util": "^8.2.0",
"@metamask/keyring-api": "^23.0.0",
"@metamask/keyring-api": "^23.0.1",
"@metamask/keyring-utils": "^3.2.0",

@@ -70,0 +71,0 @@ "@metamask/scure-bip39": "^2.1.1",