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

@web3-react/types

Package Overview
Dependencies
Maintainers
3
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.0.20-beta.0 to 8.0.21-beta.0

4

dist/index.d.ts
/// <reference types="node" />
import type { EventEmitter } from 'node:events';
import type { State, StoreApi } from 'zustand';
export interface Web3ReactState extends State {
import type { StoreApi } from 'zustand';
export interface Web3ReactState {
chainId: number | undefined;

@@ -6,0 +6,0 @@ accounts: string[] | undefined;

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

},
"version": "8.0.20-beta.0",
"version": "8.0.21-beta.0",
"files": [

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

"dependencies": {
"zustand": "^4.0.0-rc.0"
"zustand": "^4.0.0"
},
"gitHead": "22a9b2a2d8cc33c386b839bbe3a247cbc0d9285f"
"gitHead": "22932ba866d28ceae6620ca2582ee9b5525a859d"
}
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