@web3auth/base
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@web3auth/base", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"homepage": "https://github.com/Web3Auth/Web3Auth#readme", | ||
@@ -53,3 +53,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "65c2d9d4c87c3e2f940319c9b450cab7fa605e04" | ||
"gitHead": "df19f4067fa150f1af3f9903e8a43aed39ba256c" | ||
} |
import { JRPCRequest, SafeEventEmitter } from "@toruslabs/openlogin-jrpc"; | ||
export type SendCallBack<U> = (err: any, providerRes: U) => void; | ||
export type SendCallBack<U> = (err: unknown, providerRes: U) => void; | ||
export interface RequestArguments { | ||
@@ -5,0 +5,0 @@ method: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
724817
2295