react-recaptcha-x
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -0,1 +1,8 @@ | ||
## [1.1.6](https://github.com/antokara/react-recaptcha-x/compare/v1.1.5...v1.1.6) (2020-06-07) | ||
### Bug Fixes | ||
* **grecaptcha:** correct return type of execute ([609ab88](https://github.com/antokara/react-recaptcha-x/commit/609ab88bdd70994d15e354bc4ab644df48ecefda)) | ||
## [1.1.5](https://github.com/antokara/react-recaptcha-x/compare/v1.1.4...v1.1.5) (2020-06-07) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "react-recaptcha-x", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -48,3 +48,3 @@ // Type definitions for Google Recaptcha 2.0 + 3.0 execute | ||
// v3 | ||
execute(siteKey: string, options?: options): Promise<string>; | ||
execute(siteKey: string, options?: options): PromiseLike<string>; | ||
} | ||
@@ -51,0 +51,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
134503