@antiadmin/anticaptchaofficial
Advanced tools
Comparing version 1.0.8 to 1.0.9
25
index.js
@@ -7,27 +7,5 @@ | ||
// reCAPTCHA 2 | ||
websiteUrl: null, | ||
websiteKey: null, | ||
websiteSToken: null, | ||
recaptchaDataSValue: null, | ||
proxyType: 'http', | ||
proxyAddress: null, | ||
proxyPort: null, | ||
proxyLogin: null, | ||
proxyPassword: null, | ||
userAgent: '', | ||
cookies: '', | ||
// reCAPTCHA 3 | ||
minScore: '', | ||
pageAction: '', | ||
// FunCaptcha | ||
websitePublicKey: null, | ||
funcaptchaApiJSSubdomain: null, | ||
// GeeTest | ||
websiteChallenge: null, | ||
geetestApiServerSubdomain: null, | ||
geetestGetLib: null, | ||
// image | ||
@@ -72,3 +50,4 @@ phrase: null, | ||
maxLength: this.settings.maxLength | ||
} | ||
}, | ||
'languagePool' : this.settings.languagePool | ||
}) | ||
@@ -75,0 +54,0 @@ .then(res => { |
{ | ||
"name": "@antiadmin/anticaptchaofficial", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Official Anti-Captcha.com npm library", | ||
@@ -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
20372
406