Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/grecaptcha

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/grecaptcha - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

5

grecaptcha/index.d.ts

@@ -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

13

grecaptcha/package.json
{
"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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc