🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@metamask/keyring-api

Package Overview
Dependencies
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/keyring-api - npm Package Compare versions

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

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

## [23.0.1]
### Fixed
- Workaround Browserify subpath export for `/v2` ([#516](https://github.com/MetaMask/accounts/pull/516))
## [23.0.0]

@@ -741,3 +747,4 @@

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.0.1...HEAD
[23.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.0.0...@metamask/keyring-api@23.0.1
[23.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@22.0.0...@metamask/keyring-api@23.0.0

@@ -744,0 +751,0 @@ [22.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@21.6.0...@metamask/keyring-api@22.0.0

+3
-2
{
"name": "@metamask/keyring-api",
"version": "23.0.0",
"version": "23.0.1",
"description": "MetaMask Keyring API",

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

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

@@ -49,0 +50,0 @@ "scripts": {