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

@web3-react/coinbase-wallet

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-react/coinbase-wallet - npm Package Compare versions

Comparing version 8.0.33-beta.0 to 8.0.34-beta.0

8

dist/index.js

@@ -81,3 +81,9 @@ "use strict";

this.provider.on('accountsChanged', (accounts) => {
this.actions.update({ accounts });
if (accounts.length === 0) {
// handle this edge case by disconnecting
this.actions.resetState();
}
else {
this.actions.update({ accounts });
}
});

@@ -84,0 +90,0 @@ }));

10

package.json

@@ -9,7 +9,7 @@ {

"license": "GPL-3.0-or-later",
"repository": "github:NoahZinsmeister/web3-react",
"repository": "github:Uniswap/web3-react",
"publishConfig": {
"access": "public"
},
"version": "8.0.33-beta.0",
"version": "8.0.34-beta.0",
"files": [

@@ -28,3 +28,3 @@ "dist/*"

"dependencies": {
"@web3-react/types": "^8.0.19-beta.0"
"@web3-react/types": "^8.0.20-beta.0"
},

@@ -35,5 +35,5 @@ "peerDependencies": {

"devDependencies": {
"@web3-react/store": "^8.0.24-beta.0"
"@web3-react/store": "^8.0.25-beta.0"
},
"gitHead": "9a5d6207c54457de7081755d5d69e5bd7c9fda31"
"gitHead": "22a9b2a2d8cc33c386b839bbe3a247cbc0d9285f"
}
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