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

@hcaptcha/types

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hcaptcha/types - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

index.d.ts

@@ -7,7 +7,7 @@ /* eslint-disable */

type HCaptchaId = String;
type HCaptchaId = string;
type HCaptchaResponse = {
response: String;
key: String;
response: string;
key: string;
};

@@ -75,3 +75,3 @@

*/
theme?: "light" | "dark" | "contrast" | Object;
theme?: "light" | "dark" | "contrast" | object;

@@ -78,0 +78,0 @@ /**

{
"name": "@hcaptcha/types",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -22,3 +22,3 @@ "private": false,

},
"gitHead": "8d74e494447de50701efb09122eda6a2e21a01f1"
"gitHead": "7c9b58d04b5701a87f7cd058080778d5a4523b2a"
}
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