captcha-image
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -33,3 +33,3 @@ class Captcha { | ||
let count = 0; | ||
while (count < length) { | ||
while (count < this.length) { | ||
newWord += getCharacter(); | ||
@@ -36,0 +36,0 @@ count++; |
{ | ||
"name": "captcha-image", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "A simple captcha image generator.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4417