Socket
Socket
Sign inDemoInstall

@types/hcaptcha__react-hcaptcha

Package Overview
Dependencies
3
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

6

hcaptcha__react-hcaptcha/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for @hcaptcha/react-hcaptcha 0.1

import * as React from 'react';
import * as React from "react";

@@ -23,4 +23,4 @@ interface HCaptchaState {

sitekey: string;
size?: 'normal' | 'compact' | 'invisible' | undefined;
theme?: 'light' | 'dark' | undefined;
size?: "normal" | "compact" | "invisible" | undefined;
theme?: "light" | "dark" | undefined;
tabIndex?: number | undefined;

@@ -27,0 +27,0 @@ id?: string | undefined;

{
"name": "@types/hcaptcha__react-hcaptcha",
"version": "0.1.5",
"version": "0.1.6",
"description": "TypeScript definitions for @hcaptcha/react-hcaptcha",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hcaptcha__react-hcaptcha",

},
"typesPublisherContentHash": "decbddb8ed13b3d05dea7127c9580b141bc3d58c37b2f90d4fb40ab58f20f148",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "3256f9405aad2bb795d13df4f43249c3cbd0966b5b43cf534cbf4bfbc334a661",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,3 @@ # Installation

import * as React from 'react';
import * as React from "react";

@@ -33,4 +33,4 @@ interface HCaptchaState {

sitekey: string;
size?: 'normal' | 'compact' | 'invisible' | undefined;
theme?: 'light' | 'dark' | undefined;
size?: "normal" | "compact" | "invisible" | undefined;
theme?: "light" | "dark" | undefined;
tabIndex?: number | undefined;

@@ -53,3 +53,3 @@ id?: string | undefined;

### Additional Details
* Last updated: Thu, 08 Jul 2021 14:22:47 GMT
* Last updated: Sat, 16 Sep 2023 08:06:32 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -56,0 +56,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc