New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@metamask/inpage-provider

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/inpage-provider - npm Package Compare versions

Comparing version 8.0.3 to 8.0.4

9

CHANGELOG.md

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

## [8.0.4] - 2021-02-04
### Fixed
- Fix warning on second `currentProvider` access ([#138](https://github.com/MetaMask/inpage-provider/pull/138))
## [8.0.3] - 2021-01-20

@@ -212,3 +218,4 @@

[Unreleased]:https://github.com/MetaMask/inpage-provider/compare/v8.0.3...HEAD
[Unreleased]:https://github.com/MetaMask/inpage-provider/compare/v8.0.4...HEAD
[8.0.4]:https://github.com/MetaMask/inpage-provider/compare/v8.0.3...v8.0.4
[8.0.3]:https://github.com/MetaMask/inpage-provider/compare/v8.0.2...v8.0.3

@@ -215,0 +222,0 @@ [8.0.2]:https://github.com/MetaMask/inpage-provider/compare/v8.0.1...v8.0.2

2

dist/shimWeb3.js

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

}
else if (property !== SHIM_IDENTIFIER && !loggedMissingProperty) {
else if (property !== 'currentProvider' && property !== SHIM_IDENTIFIER && !loggedMissingProperty) {
loggedMissingProperty = true;

@@ -31,0 +31,0 @@ log.error(`MetaMask no longer injects web3. For details, see: https://docs.metamask.io/guide/provider-migration.html#replacing-window-web3`);

{
"name": "@metamask/inpage-provider",
"version": "8.0.3",
"version": "8.0.4",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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