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.1 to 2.0.0

11

package.json
{
"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
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