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.2-alpha.0 to 8.0.4-alpha.0

src/index.spec.ts

1

dist/index.js

@@ -11,2 +11,3 @@ import create from 'zustand/vanilla';

super(`chainId ${chainId} not included in ${allowedChainIds}`);
this.name = ChainIdNotAllowedError.name;
Object.setPrototypeOf(this, ChainIdNotAllowedError.prototype);

@@ -13,0 +14,0 @@ }

10

package.json

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

},
"version": "8.0.2-alpha.0",
"version": "8.0.4-alpha.0",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {

@@ -18,3 +18,3 @@ "prebuild": "rm -rf dist",

"@ethersproject/address": "^5.4.0",
"@web3-react/types": "^8.0.2-alpha.0"
"@web3-react/types": "^8.0.4-alpha.0"
},

@@ -24,3 +24,3 @@ "peerDependencies": {

},
"gitHead": "d530f87688f3cbe10ec33ea2351c2add505861e6"
"gitHead": "002652f883ab79f86c47c4336e7ef165cd39838d"
}

@@ -0,3 +1,3 @@

import { Web3ReactState, Web3ReactStore, Actions } from '@web3-react/types'
import create from 'zustand/vanilla'
import { Web3ReactState, Web3ReactStore, Actions } from '@web3-react/types'
import { getAddress } from '@ethersproject/address'

@@ -14,2 +14,3 @@

super(`chainId ${chainId} not included in ${allowedChainIds}`)
this.name = ChainIdNotAllowedError.name
Object.setPrototypeOf(this, ChainIdNotAllowedError.prototype)

@@ -16,0 +17,0 @@ }

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