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.2 to 3.0.3

14

grecaptcha/index.d.ts

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

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