@hcaptcha/react-hcaptcha
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@hcaptcha/react-hcaptcha", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"types": "types/index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -22,3 +22,3 @@ // Type definitions for @hcaptcha/react-hcaptcha 0.1 | ||
onError?: (event: string) => any; | ||
onVerify?: (token: string) => any; | ||
onVerify?: (token: string, ekey: string) => any; | ||
onLoad?: () => any; | ||
@@ -43,3 +43,3 @@ languageOverride?: string; | ||
removeCaptcha(): void; | ||
execute(opts: { async: true }): Promise<ExecuteResponse> | ||
execute(opts: { async: true }): Promise<ExecuteResponse>; | ||
execute(opts?: { async: false }): void; | ||
@@ -46,0 +46,0 @@ execute(opts?: { async: boolean }): Promise<ExecuteResponse> | void; |
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
32025