New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hcaptcha/react-hcaptcha

Package Overview
Dependencies
Maintainers
4
Versions
51
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.10.1 to 1.10.2

2

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

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

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

isReady(): boolean;
execute(opts: { async: true }): Promise<ExecuteResponse>;
execute(opts?: { async: false }): void;
execute(opts?: { async: boolean }): Promise<ExecuteResponse> | void;
execute(opts?: { async?: boolean, rqdata?: string }): Promise<ExecuteResponse> | void;
}
export = HCaptcha;
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