Socket
Socket
Sign inDemoInstall

react-captcha

Package Overview
Dependencies
22
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-captcha

This is component <Captcha /> wich supports properties: language, theme, type, sitekey, callback


Version published
Weekly downloads
163
increased by14.79%
Maintainers
1
Install size
5.19 MB
Created
Weekly downloads
 

Readme

Source

react-captcha

###Sreen alt tag

###Install

$ npm install react-captcha --save

###Example usage

const Captcha = require('react-captcha');  

<Captcha
	sitekey = 'your_sitekey'
	lang = 'en'
	theme = 'light'
	type = 'image'
	callback = {(value) => console.log(value)}/>

HELP: https://developers.google.com/recaptcha/intro

FAQs

Last updated on 12 Oct 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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