puppeteer-extra-plugin-capsolver-catchless
Advanced tools
Comparing version 1.1.4 to 1.1.7
{ | ||
"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 |
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
256401
557
0