Socket
Socket
Sign inDemoInstall

@metamask/eth-json-rpc-provider

Package Overview
Dependencies
Maintainers
11
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/eth-json-rpc-provider - npm Package Compare versions

Comparing version 3.0.2 to 4.0.0

10

CHANGELOG.md

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

## [4.0.0]
### Changed
- **BREAKING:** Bump minimum Node version to 18.18 ([#3611](https://github.com/MetaMask/core/pull/3611))
- Bump `@metamask/json-rpc-engine` to `^9.0.0` ([#4352](https://github.com/MetaMask/core/pull/4352))
## [3.0.2]

@@ -104,3 +111,4 @@

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@3.0.2...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.0.0...HEAD
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@3.0.2...@metamask/eth-json-rpc-provider@4.0.0
[3.0.2]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@3.0.1...@metamask/eth-json-rpc-provider@3.0.2

@@ -107,0 +115,0 @@ [3.0.1]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@3.0.0...@metamask/eth-json-rpc-provider@3.0.1

6

package.json
{
"name": "@metamask/eth-json-rpc-provider",
"version": "3.0.2",
"version": "4.0.0",
"description": "Create an Ethereum provider using a JSON-RPC engine or middleware",

@@ -49,3 +49,3 @@ "keywords": [

"dependencies": {
"@metamask/json-rpc-engine": "^8.0.2",
"@metamask/json-rpc-engine": "^9.0.0",
"@metamask/safe-event-emitter": "^3.0.0",

@@ -66,3 +66,3 @@ "@metamask/utils": "^8.3.0"

"engines": {
"node": ">=16.0.0"
"node": "^18.18 || >=20"
},

@@ -69,0 +69,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

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