Socket
Socket
Sign inDemoInstall

@metamask/providers

Package Overview
Dependencies
Maintainers
12
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/providers - npm Package Compare versions

Comparing version 14.0.1 to 14.0.2

7

CHANGELOG.md

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

## [14.0.2]
### Fixed
- Don't send `null` params to underlying provider ([#292](https://github.com/MetaMask/providers/pull/292))
## [14.0.1]

@@ -273,3 +277,4 @@ ### Fixed

[Unreleased]: https://github.com/MetaMask/providers/compare/v14.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v14.0.2...HEAD
[14.0.2]: https://github.com/MetaMask/providers/compare/v14.0.1...v14.0.2
[14.0.1]: https://github.com/MetaMask/providers/compare/v14.0.0...v14.0.1

@@ -276,0 +281,0 @@ [14.0.0]: https://github.com/MetaMask/providers/compare/v13.1.0...v14.0.0

2

dist/BaseProvider.js

@@ -135,3 +135,3 @@ "use strict";

}
const payload = params === undefined
const payload = params === undefined || params === null
? {

@@ -138,0 +138,0 @@ method,

{
"name": "@metamask/providers",
"version": "14.0.1",
"version": "14.0.2",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream.",

@@ -5,0 +5,0 @@ "keywords": [

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