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

@antiadmin/anticaptchaofficial

Package Overview
Dependencies
Maintainers
0
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.48 to 1.0.49

2

package.json
{
"name": "@antiadmin/anticaptchaofficial",
"version": "1.0.48",
"version": "1.0.49",
"description": "Official Anti-Captcha.com npm library",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -103,2 +103,12 @@ ## Official Anti-Captcha.com npm module ##

const captcha = fs.readFileSync('captcha.png', { encoding: 'base64' });
// Additional flags, see https://anti-captcha.com/apidoc/task-types/ImageToTextTask for description:
// ac.settings.phrase = true; // 2 words
// ac.settings.case = true; // case sensitivity
// ac.settings.numeric = 1; // only numbers
// ac.settings.comment = "only green letters"; // text comment for workers
// ac.settings.math = true; // math operation like 50+2
// ac.settings.minLength = 1; // minimum amount of characters
// ac.settings.maxLength = 10; // maximum number of characters
// ac.settings.languagePool = 'en'; // language pool
const text = await ac.solveImage(captcha, true);

@@ -105,0 +115,0 @@ ```

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