@antiadmin/anticaptchaofficial
Advanced tools
Comparing version 1.0.28 to 1.0.29
@@ -744,3 +744,2 @@ | ||
solveAntiBotCookieTask(websiteURL, | ||
providerName, | ||
proxyAddress, | ||
@@ -751,5 +750,2 @@ proxyPort, | ||
return new Promise((resolve, reject) => { | ||
if (typeof providerName != "string") { | ||
reject('Parameter "providerName" must be a string'); | ||
} | ||
this.JSONRequest('createTask', { | ||
@@ -760,3 +756,2 @@ 'clientKey' : this.settings.clientKey, | ||
websiteURL: websiteURL, | ||
providerName: providerName, | ||
proxyAddress: proxyAddress, | ||
@@ -763,0 +758,0 @@ proxyPort: proxyPort, |
{ | ||
"name": "@antiadmin/anticaptchaofficial", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "Official Anti-Captcha.com npm library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -272,7 +272,6 @@ ## Official Anti-Captcha.com npm module ## | ||
Bypass Cloudflare / Datadome Task: | ||
Bypass Cloudflare / Datadome / etc: | ||
```javascript | ||
ac.solveAntiBotCookieTask( | ||
'https://www.thewebsite.com/', | ||
'cloudflare', //or "datadome" | ||
'PROXY_IP', | ||
@@ -279,0 +278,0 @@ 'PROXY_PORT', |
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
49088
809
302