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

capsolver-npm

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capsolver-npm - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

4

dist/Handler.js

@@ -54,3 +54,3 @@ "use strict";

let t = 0;
while (t <= 10) {
while (t <= 50) {
const res = (await (0, axios_1.default)({

@@ -68,2 +68,4 @@ method: 'post',

}
await new Promise((r) => setTimeout(r, pd));
t++;
}

@@ -70,0 +72,0 @@ throw new errors_1.SolverError('Failed retrieving task solution. Error threshold excedeed.', {

{
"name": "capsolver-npm",
"version": "2.1.2",
"version": "2.1.3",
"repository": "https://github.com/lfsaga/capsolver-npm",

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

@@ -65,3 +65,3 @@ import axios from 'axios';

while (t <= 10) {
while (t <= 50) {
const res = (

@@ -84,2 +84,5 @@ await axios({

}
await new Promise((r) => setTimeout(r, pd));
t++;
}

@@ -86,0 +89,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