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

@web3-react/store

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-react/store - npm Package Compare versions

Comparing version 8.0.12-alpha.0 to 8.0.13-alpha.0

4

dist/index.js

@@ -10,3 +10,3 @@ import { getAddress } from '@ethersproject/address';

constructor(chainId, allowedChainIds) {
super(`chainId ${chainId} not included in ${allowedChainIds}`);
super(`chainId ${chainId} not included in ${allowedChainIds.toString()}`);
this.name = ChainIdNotAllowedError.name;

@@ -71,3 +71,3 @@ Object.setPrototypeOf(this, ChainIdNotAllowedError.prototype);

if (chainIdError && error) {
console.debug(`${error} is being clobbered by ${chainIdError}`);
console.debug(`${error.name} is being clobbered by ${chainIdError.name}`);
}

@@ -74,0 +74,0 @@ error = chainIdError;

@@ -6,3 +6,3 @@ {

},
"version": "8.0.12-alpha.0",
"version": "8.0.13-alpha.0",
"type": "module",

@@ -24,8 +24,6 @@ "files": [

"@ethersproject/address": "^5.4.0",
"@web3-react/types": "^8.0.12-alpha.0"
},
"peerDependencies": {
"@web3-react/types": "^8.0.13-alpha.0",
"zustand": "^3.6.7"
},
"gitHead": "4e6ecc3cc476e844046ee035bf8cf90b8df50d99"
"gitHead": "304687287e9dd5a1262ed6e894238080bf974746"
}
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