Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antiadmin/anticaptchaofficial

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antiadmin/anticaptchaofficial - npm Package Compare versions

Comparing version 1.0.28 to 1.0.29

5

index.js

@@ -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,

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc