@web3-react/types
Advanced tools
Comparing version 8.0.20-beta.0 to 8.0.21-beta.0
/// <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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40143
1
Updatedzustand@^4.0.0