Socket
Socket
Sign inDemoInstall

react-simple-captcha

Package Overview
Dependencies
106
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.3 to 6.1.4

2

package.json
{
"name": "react-simple-captcha",
"version": "6.1.3",
"version": "6.1.4",
"description": "A very simple and powerful captcha for ReactJS",

@@ -5,0 +5,0 @@ "main": "react-simple-captcha.js",

@@ -28,3 +28,3 @@ # React Simple Captcha

Place **< LoadCanvasTemplate />** or **< LoadCanvasTemplateNoReload />** *(if you do not want 'Reload Captcha' functionality)* in your render code
Place **< LoadCanvasTemplate />** or **< LoadCanvasTemplateNoReload />** (if you do not want 'Reload Captcha' functionality) in your render code

@@ -51,3 +51,3 @@ ```sh

Paste **loadCaptchaEnginge(6)** *(You can change 6 to number of captcha charcters you want)* in **componentDidMount**
Paste **loadCaptchaEnginge(6)** (You can change 6 to number of captcha charcters you want) in **componentDidMount**

@@ -80,3 +80,3 @@ ```sh

**OR**
If you don't watch captcha to be reloaded if user enter the wrong value then set second parameter to *false* **validateCaptcha(user_captcha_value, false)**
If you don't watch captcha to be reloaded if user enter the wrong value then set second parameter to false **validateCaptcha(user_captcha_value, false)**

@@ -83,0 +83,0 @@

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