@matt-block/react-recaptcha-v2
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@matt-block/react-recaptcha-v2", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Google reCAPTCHA v2 React component that does not pollute the DOM", | ||
@@ -33,15 +33,15 @@ "main": "lib/index.esm.js", | ||
"dependencies": { | ||
"nanoid": "^3.3.3" | ||
"nanoid": "^3.3.4" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^13.2.1", | ||
"@rollup/plugin-typescript": "^8.3.2", | ||
"@types/react": "^18.0.8", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@rollup/plugin-typescript": "^8.5.0", | ||
"@types/react": "^18.0.28", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.4.1", | ||
"prettier": "^2.6.2", | ||
"rollup": "^2.70.2", | ||
"lint-staged": "^12.5.0", | ||
"prettier": "^2.8.4", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"tslib": "^1.14.1", | ||
"typescript": "^3.7.5" | ||
"typescript": "3.8.3" | ||
}, | ||
@@ -48,0 +48,0 @@ "peerDependencies": { |
@@ -7,3 +7,3 @@ # React reCAPTCHA v2 | ||
React wrapper component for Google's [reCAPTCHA v2][recaptcha_site] service, | ||
built with [Typescript][typescript] and [Rollup][rollup]. | ||
built with [TypeScript][typescript] and [Rollup][rollup]. | ||
@@ -15,3 +15,3 @@ ### Features | ||
will not conflict with each other. | ||
- [x] Typescript and Flow definitions | ||
- [x] TypeScript and Flow type declarations | ||
@@ -104,3 +104,3 @@ ### DOM Pollution and Cleanup | ||
[license]: https://github.com/matt-block/react-recaptcha-v2/blob/master/LICENSE | ||
[license]: https://github.com/matei-radu/react-recaptcha-v2/blob/master/LICENSE | ||
[license_shield]: https://img.shields.io/badge/license-MIT-blue.svg | ||
@@ -115,4 +115,4 @@ [prettier_shield]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg | ||
[recaptcha_testkey]: https://developers.google.com/recaptcha/docs/faq#automated_test | ||
[cleanup_gif]: https://raw.githubusercontent.com/matt-block/react-recaptcha-v2/master/assets/cleanup.gif | ||
[cleanup_gif]: https://raw.githubusercontent.com/matei-radu/react-recaptcha-v2/master/assets/cleanup.gif | ||
[typescript]: http://www.typescriptlang.org/ | ||
[rollup]: https://rollupjs.org |
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
15890
Updatednanoid@^3.3.4