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

@hcaptcha/react-hcaptcha

Package Overview
Dependencies
Maintainers
3
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.6.0 to 1.6.1

2

dist/esm/index.js

@@ -244,3 +244,3 @@ import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";

onVerify(token, ekey); //Dispatch event to verify user response
if (onVerify) onVerify(token, ekey); //Dispatch event to verify user response
};

@@ -247,0 +247,0 @@

@@ -283,3 +283,3 @@ "use strict";

onVerify(token, ekey); //Dispatch event to verify user response
if (onVerify) onVerify(token, ekey); //Dispatch event to verify user response
}

@@ -286,0 +286,0 @@ }, {

{
"name": "@hcaptcha/react-hcaptcha",
"version": "1.6.0",
"version": "1.6.1",
"types": "types/index.d.ts",

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

@@ -235,3 +235,3 @@ import * as React from 'react';

const ekey = hcaptcha.getRespKey(captchaId) //Get current challenge session id from hCaptcha widget
onVerify(token, ekey) //Dispatch event to verify user response
if (onVerify) onVerify(token, ekey) //Dispatch event to verify user response
}

@@ -238,0 +238,0 @@

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