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.22 to 1.0.23

9

index.js

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

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