@types/grecaptcha
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -8,2 +8,3 @@ // Type definitions for Google Recaptcha 3.0 | ||
// Florian Rohrer <https://github.com/RohrerF> | ||
// Veniamin Krol <https://github.com/vkrol> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -45,5 +46,5 @@ | ||
* | ||
* @return a promise containing the token | ||
* @return a promise-like object containing the token | ||
*/ | ||
execute(siteKey: string, action: Action): Promise<string>; | ||
execute(siteKey: string, action: Action): PromiseLike<string>; | ||
/** | ||
@@ -50,0 +51,0 @@ * will run the given function as soon as the reCAPTCHA library has loaded |
{ | ||
"name": "@types/grecaptcha", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for Google Recaptcha", | ||
@@ -29,6 +29,11 @@ "license": "MIT", | ||
"githubUsername": "RohrerF" | ||
}, | ||
{ | ||
"name": "Veniamin Krol", | ||
"url": "https://github.com/vkrol", | ||
"githubUsername": "vkrol" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -41,4 +46,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5cd90cce997ae074472c1336f7077ed41b52e3536839b27a8a2def04e58b4c68", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "2ab1eadf146796dd48a87d8f6c5605a24ec4a3fe7b45e6475ce89c8f66eb25a4", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/grecaptcha | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/grecaptcha. | ||
Additional Details | ||
* Last updated: Wed, 09 Oct 2019 19:21:19 GMT | ||
### Additional Details | ||
* Last updated: Wed, 26 Feb 2020 19:36:10 GMT | ||
* Dependencies: none | ||
* Global values: grecaptcha | ||
* Global values: `grecaptcha` | ||
# Credits | ||
These definitions were written by Kristof Mattei <http://kristofmattei.be>, Martin Costello <https://martincostello.com/>, Ruslan Arkhipau <https://github.com/DethAriel>, Rafael Tavares <https://github.com/rafaeltavares>, and Florian Rohrer <https://github.com/RohrerF>. | ||
These definitions were written by [Kristof Mattei](http://kristofmattei.be), [Martin Costello](https://martincostello.com/), [Ruslan Arkhipau](https://github.com/DethAriel), [Rafael Tavares](https://github.com/rafaeltavares), [Florian Rohrer](https://github.com/RohrerF), and [Veniamin Krol](https://github.com/vkrol). |
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
8556
122