recaptcha-v2
Advanced tools
Comparing version 0.0.9 to 0.1.0
{ | ||
"name": "recaptcha-v2", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"description": "Obtain a v2 reCAPTCHA form and verify it", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # node-recaptcha | ||
**NOTE**: This release currently only supports Recaptcha [version 1](https://developers.google.com/recaptcha/old/intro). | ||
**NOTE**: This release only supports the latest v2 reCAPTCHA (http://www.google.com/recaptcha) | ||
@@ -20,3 +20,3 @@ ## Installation | ||
Before you can use this module, you must visit http://www.google.com/recaptcha | ||
Before you can use this module, you must visit (http://www.google.com/recaptcha) | ||
to request a public and private API key for your domain. | ||
@@ -23,0 +23,0 @@ |
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
7899