@metamask/inpage-provider
Advanced tools
Comparing version 8.0.3 to 8.0.4
@@ -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 |
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
89110
0