New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

puppeteer-extra-plugin-capsolver-catchless

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-extra-plugin-capsolver-catchless - npm Package Compare versions

Comparing version 1.1.4 to 1.1.7

2

package.json
{
"name": "puppeteer-extra-plugin-capsolver-catchless",
"version": "1.1.4",
"version": "1.1.7",
"description": "A puppeteer-extra plugin to interact/solve captcha with API. (With no catches)",

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

@@ -56,3 +56,6 @@ const axios = require('axios')

if (capsolver.apiResponse.errorId !== 0) {
resolve('solved')
try {
resolve('solved')
} catch(e) {}
return true;
} else {

@@ -167,3 +170,3 @@ coords = capsolver.apiResponse.solution.objects

if (captchaImagesGrid === null) {
resolve('repeat_attempt_new_captcha')
resolve('solved')
} else {

@@ -170,0 +173,0 @@ // executes grid clicker

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