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

@metamask/keyring-api

Package Overview
Dependencies
Maintainers
12
Versions
39
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 5.0.0 to 5.1.0

11

CHANGELOG.md

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

## [5.1.0]
### Changed
- Use @metamask/providers as a peer dependency ([#282](https://github.com/MetaMask/keyring-api/pull/282))
- Bump @metamask/utils from 8.3.0 to 8.4.0 ([#280](https://github.com/MetaMask/keyring-api/pull/280))
- Add stale CI workflow to close issues and PRs ([#279](https://github.com/MetaMask/keyring-api/pull/279))
## [5.0.0]

@@ -248,3 +256,4 @@

[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...HEAD
[5.1.0]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0

@@ -251,0 +260,0 @@ [4.0.2]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2

7

package.json
{
"name": "@metamask/keyring-api",
"version": "5.0.0",
"version": "5.1.0",
"description": "MetaMask Keyring API",

@@ -41,3 +41,2 @@ "keywords": [

"dependencies": {
"@metamask/providers": "^16.0.0",
"@metamask/snaps-sdk": "^3.1.1",

@@ -57,2 +56,3 @@ "@metamask/utils": "^8.3.0",

"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/providers": "^16.0.0",
"@types/jest": "^28.1.6",

@@ -82,2 +82,5 @@ "@types/node": "^16",

},
"peerDependencies": {
"@metamask/providers": ">=15 <17"
},
"packageManager": "yarn@3.2.1",

@@ -84,0 +87,0 @@ "engines": {

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