react-recaptcha-x
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -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 @@ |
{ | ||
"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); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135819