Socket
Socket
Sign inDemoInstall

@web3-react/types

Package Overview
Dependencies
Maintainers
5
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-react/types - npm Package Compare versions

Comparing version 8.2.0 to 8.2.2

./dist/index.js

4

dist/index.d.ts

@@ -7,4 +7,4 @@ import type { StoreApi } from 'zustand';

}
export declare type Web3ReactStore = StoreApi<Web3ReactState>;
export declare type Web3ReactStateUpdate = {
export type Web3ReactStore = StoreApi<Web3ReactState>;
export type Web3ReactStateUpdate = {
chainId: number;

@@ -11,0 +11,0 @@ accounts: string[];

@@ -12,3 +12,3 @@ {

},
"version": "8.2.0",
"version": "8.2.2",
"files": [

@@ -27,4 +27,5 @@ "dist/*"

"dependencies": {
"zustand": "^4.3.5"
}
"zustand": "4.4.0"
},
"gitHead": "d7032c3e37bb781e8abf6fcb8287c6f745b4bbe1"
}
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