@matt-block/react-recaptcha-v2
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0
{ | ||
"name": "@matt-block/react-recaptcha-v2", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0", | ||
"description": "Google reCAPTCHA v2 React component that does not pollute the DOM", | ||
@@ -28,4 +28,7 @@ "main": "lib/index.esm.js", | ||
"scripts": { | ||
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript", | ||
"postbuild": "tsc --emitDeclarationOnly", | ||
"build": "run-s build:clean build:compile build:ts-decl", | ||
"build:compile": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript", | ||
"build:ts-decl": "tsc --emitDeclarationOnly", | ||
"build:clean": "shx rm -rf lib types", | ||
"typecheck": "tsc --noEmit", | ||
"prepare": "husky install" | ||
@@ -42,5 +45,7 @@ }, | ||
"lint-staged": "^12.5.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.4", | ||
"rollup": "^3.17.2", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"shx": "^0.3.4", | ||
"tslib": "^1.14.1", | ||
@@ -47,0 +52,0 @@ "typescript": "3.8.3" |
@@ -101,2 +101,6 @@ # React reCAPTCHA v2 | ||
## Contributing | ||
If you are looking to contribute to this project, check [CONTRIBUTING.md][contributing]. | ||
## License | ||
@@ -111,3 +115,3 @@ | ||
[license]: https://github.com/matei-radu/react-recaptcha-v2/blob/master/LICENSE | ||
[license]: https://github.com/matei-radu/react-recaptcha-v2/blob/main/LICENSE | ||
[license_shield]: https://img.shields.io/badge/license-MIT-blue.svg | ||
@@ -124,6 +128,7 @@ [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/matei-radu/react-recaptcha-v2/master/assets/cleanup.gif | ||
[cleanup_gif]: https://raw.githubusercontent.com/matei-radu/react-recaptcha-v2/main/assets/cleanup.gif | ||
[typescript]: http://www.typescriptlang.org/ | ||
[rollup]: https://rollupjs.org | ||
[contributing]: https://github.com/matei-radu/react-recaptcha-v2/blob/main/CONTRIBUTING.md | ||
[recaptcha_alternative_1]: https://github.com/dozoisch/react-google-recaptcha | ||
[recaptcha_alternative_2]: https://github.com/appleboy/react-recaptcha |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16753
0
132
12