Comparing version 0.0.1 to 0.0.2
@@ -20,3 +20,3 @@ { | ||
"name": "rcaptcha", | ||
"version": "0.0.1" | ||
"version": "0.0.2" | ||
} |
@@ -80,2 +80,6 @@ ## rCaptcha® | Human Verification | ||
}) | ||
// captcha image link: newCaptcha.image.url | ||
// example in html: <img src=" + newCaptcha.image.url + "> | ||
const input = "TEST" // your input | ||
@@ -96,2 +100,4 @@ if (input !== newCaptcha.code) { | ||
--- | ||
> **0.0.2 ▸ A small bug was fixed!** | ||
--- | ||
> **0.0.1 ▸ Package created and published on NPM** | ||
@@ -98,0 +104,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
7391
105