@types/grecaptcha
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -73,3 +73,3 @@ // Type definitions for Google Recaptcha 3.0 | ||
*/ | ||
sitekey?: string; | ||
sitekey?: string | undefined; | ||
/** | ||
@@ -80,3 +80,3 @@ * Optional. The color theme of the widget. | ||
*/ | ||
theme?: Theme; | ||
theme?: Theme | undefined; | ||
/** | ||
@@ -87,3 +87,3 @@ * Optional. The type of CAPTCHA to serve. | ||
*/ | ||
type?: Type; | ||
type?: Type | undefined; | ||
/** | ||
@@ -94,3 +94,3 @@ * Optional. The size of the widget. | ||
*/ | ||
size?: Size; | ||
size?: Size | undefined; | ||
/** | ||
@@ -100,3 +100,3 @@ * Optional. The tabindex of the widget and challenge. | ||
*/ | ||
tabindex?: number; | ||
tabindex?: number | undefined; | ||
/** | ||
@@ -107,3 +107,3 @@ * Optional. The badge location for g-recaptcha with size of "invisible". | ||
*/ | ||
badge?: Badge; | ||
badge?: Badge | undefined; | ||
/** | ||
@@ -115,3 +115,3 @@ * Optional. Invisible reCAPTCHA only. For plugin owners to not interfere with existing reCAPTCHA installations on a page. | ||
*/ | ||
isolated?: boolean; | ||
isolated?: boolean | undefined; | ||
/** | ||
@@ -118,0 +118,0 @@ * Optional. Your callback function that's executed when the user submits a successful CAPTCHA response. |
{ | ||
"name": "@types/grecaptcha", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for Google Recaptcha", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/grecaptcha", | ||
"license": "MIT", | ||
@@ -45,4 +46,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2e6edaf537ac1c11e2f3262b5965f04dfbb533eed23e2e000b7fab7cb740080f", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "a9adc323eef2eed6eccd1ce11b6aa4cdd784bc3a6c4b793d2100349242a83f8d", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 29 Apr 2021 08:31:23 GMT | ||
* Last updated: Tue, 06 Jul 2021 20:33:08 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `grecaptcha` |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8740
0