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

react-recaptcha-x

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-recaptcha-x - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.12](https://github.com/antokara/react-recaptcha-x/compare/v1.1.11...v1.1.12) (2021-04-10)
### Bug Fixes
* **npm packages:** upgrade ([1148475](https://github.com/antokara/react-recaptcha-x/commit/1148475e0932c7a1a8ebb19e0017c4d5e3706eb3)), closes [#61](https://github.com/antokara/react-recaptcha-x/issues/61)
## [1.1.11](https://github.com/antokara/react-recaptcha-x/compare/v1.1.10...v1.1.11) (2021-02-14)

@@ -2,0 +9,0 @@

10

package.json
{
"name": "react-recaptcha-x",
"version": "1.1.11",
"version": "1.1.12",
"description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component",

@@ -46,8 +46,8 @@ "main": "./dist/index.js",

"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.10",
"@semantic-release/npm": "^7.1.1",
"@testing-library/dom": "^7.29.4",

@@ -77,3 +77,3 @@ "@testing-library/jest-dom": "^5.11.9",

"peerDependencies": {
"react": "^16.6.0"
"react": "^16.6.0 || ^17.0.0"
},

@@ -80,0 +80,0 @@ "prettier": {

@@ -48,3 +48,3 @@ # react-recaptcha-x

1. [React 16.6.0+](https://reactjs.org/)
1. [React 16.6.0+ or 17.x](https://reactjs.org/)
1. reCAPTCHA v2 / v3 site key(s), which you can get from [here](https://www.google.com/recaptcha)

@@ -67,3 +67,3 @@

const v2Callback = token => {
const v2Callback = (token) => {
if (typeof token === 'string') {

@@ -70,0 +70,0 @@ console.log('this is the token', token);

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