@antiadmin/anticaptchaofficial
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -607,3 +607,4 @@ | ||
proxyLogin, | ||
proxyPassword) { | ||
proxyPassword, | ||
domainsOfInterest) { | ||
return new Promise((resolve, reject) => { | ||
@@ -616,2 +617,5 @@ if (typeof templateName != "string") { | ||
} | ||
if (typeof domainsOfInterest != "object") { | ||
domainsOfInterest = []; | ||
} | ||
this.JSONRequest('createTask', { | ||
@@ -627,3 +631,4 @@ 'clientKey' : this.settings.clientKey, | ||
proxyLogin: proxyLogin, | ||
proxyPassword: proxyPassword | ||
proxyPassword: proxyPassword, | ||
domainsOfInterest: domainsOfInterest | ||
} | ||
@@ -630,0 +635,0 @@ }) |
{ | ||
"name": "@antiadmin/anticaptchaofficial", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "Official Anti-Captcha.com npm library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
42207
700