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

@matt-block/react-recaptcha-v2

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matt-block/react-recaptcha-v2 - npm Package Compare versions

Comparing version 2.0.0-rc.0 to 2.0.0-rc.1

2

package.json
{
"name": "@matt-block/react-recaptcha-v2",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"description": "Google reCAPTCHA v2 React component that does not pollute the DOM",

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

@@ -40,2 +40,11 @@ # React reCAPTCHA v2

### Migrating from 1.x to 2.x
The current version requires React `16.8.0` or above. If you are stuck with an older version, you could:
- Not migrate to version 2 and continue to use a 1.x release, though support will end soon.
- Move to a different package for Google reCAPTCHA v2, like:
- [react-google-recaptcha][recaptcha_alternative_1] which requires React `16.4.1` or above.
- [react-recaptcha][recaptcha_alternative_2] which required React `15.5.4` or above
## Installation

@@ -117,1 +126,3 @@

[rollup]: https://rollupjs.org
[recaptcha_alternative_1]: https://github.com/dozoisch/react-google-recaptcha
[recaptcha_alternative_2]: https://github.com/appleboy/react-recaptcha

Sorry, the diff of this file is not supported yet

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