New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.31 to 2.0.32

grecaptcha/LICENSE

7

grecaptcha/index.d.ts
// Type definitions for Google Recaptcha 2.0
// Project: https://www.google.com/recaptcha
// Definitions by: Kristof Mattei <http://kristofmattei.be>
// Definitions by: Kristof Mattei <http://kristofmattei.be>, Martin Costello <https://martincostello.com/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -30,2 +30,7 @@

getResponse(opt_widget_id?: number): string;
/**
* Programatically invoke the reCAPTCHA check. Used if the invisible reCAPTCHA is on a div instead of a button.
* @param opt_widget_id Optional widget ID, defaults to the first widget created if unspecified.
**/
execute(opt_widget_id?: number): void;
}

@@ -32,0 +37,0 @@

15

grecaptcha/package.json
{
"name": "@types/grecaptcha",
"version": "2.0.31",
"version": "2.0.32",
"description": "TypeScript definitions for Google Recaptcha",
"license": "MIT",
"author": "Kristof Mattei <http://kristofmattei.be>",
"contributors": [
{
"name": "Kristof Mattei",
"url": "http://kristofmattei.be"
},
{
"name": "Martin Costello",
"url": "https://martincostello.com/"
}
],
"main": "",

@@ -15,4 +24,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "a986c16c1a99dbcf0cebb2bc365023cbf5a2f03a7ebbe502918efea001164356",
"typesPublisherContentHash": "d1f855ccfb3b30d73c87b4e06ce491e6ee6bb5c5d77ca97194668f235bf028c0",
"typeScriptVersion": "2.0"
}

@@ -8,11 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/grecaptcha
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/grecaptcha
Additional Details
* Last updated: Fri, 30 Dec 2016 00:00:10 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Wed, 19 Apr 2017 16:17:53 GMT
* Dependencies: none
* Global values: ReCaptchaV2, grecaptcha
# Credits
These definitions were written by Kristof Mattei <http://kristofmattei.be>.
These definitions were written by Kristof Mattei <http://kristofmattei.be>, Martin Costello <https://martincostello.com/>.
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