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

@hcaptcha/react-hcaptcha

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hcaptcha/react-hcaptcha - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@hcaptcha/react-hcaptcha",
"version": "1.1.0",
"version": "1.1.1",
"types": "types/index.d.ts",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

onError?: (event: string) => any;
onVerify?: (token: string) => any;
onVerify?: (token: string, ekey: string) => any;
onLoad?: () => any;

@@ -43,3 +43,3 @@ languageOverride?: string;

removeCaptcha(): void;
execute(opts: { async: true }): Promise<ExecuteResponse>
execute(opts: { async: true }): Promise<ExecuteResponse>;
execute(opts?: { async: false }): void;

@@ -46,0 +46,0 @@ execute(opts?: { async: boolean }): Promise<ExecuteResponse> | void;

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