@hcaptcha/react-hcaptcha
Advanced tools
Comparing version 1.10.2 to 1.10.3
{ | ||
"name": "@hcaptcha/react-hcaptcha", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"types": "types/index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -53,2 +53,4 @@ // Type definitions for @hcaptcha/react-hcaptcha 0.1 | ||
isReady(): boolean; | ||
execute(opts: { async: true, rqdata?: string }): Promise<ExecuteResponse>; | ||
execute(opts?: { async: false, rqdata?: string }): void; | ||
execute(opts?: { async?: boolean, rqdata?: string }): Promise<ExecuteResponse> | void; | ||
@@ -55,0 +57,0 @@ } |
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
52845
1146