recaptcha-v2
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "recaptcha-v2", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Obtain a v2 reCAPTCHA form and verify it", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"directories": { | ||
@@ -7,0 +7,0 @@ "example": "examples" |
# node-recaptcha | ||
node-recaptcha renders and verifies [Recaptcha](http://www.google.com/recaptcha) captchas. | ||
node-recaptcha renders and verifies [reCAPTCHA](http://www.google.com/recaptcha) captchas. | ||
**NOTE**: This release uses the latest v2 reCAPTCHA (http://www.google.com/recaptcha) | ||
**NOTE**: This release uses the latest v2 [reCAPTCHA] (http://www.google.com/recaptcha) | ||
@@ -19,3 +19,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 [reCAPTCHA] (http://www.google.com/recaptcha) | ||
to request a public and private API key for your domain. | ||
@@ -22,0 +22,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
7908