🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mtgoo/ctool

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mtgoo/ctool - npm Package Compare versions

Comparing version
0.1.5
to
0.1.6
+2
-2
dist/ctool.es.js

@@ -384,4 +384,4 @@ /**

this.tasks = [];
this.maxConcurrency = (_a = options.maxConcurrency) !== null && _a !== void 0 ? _a : 5;
this.errBreak = (_b = options.errBreak) !== null && _b !== void 0 ? _b : false;
this.maxConcurrency = (_a = options === null || options === void 0 ? void 0 : options.maxConcurrency) !== null && _a !== void 0 ? _a : 5;
this.errBreak = (_b = options === null || options === void 0 ? void 0 : options.errBreak) !== null && _b !== void 0 ? _b : false;
}

@@ -388,0 +388,0 @@ push(task) {

@@ -6,4 +6,4 @@ export declare class TaskPool {

constructor(options?: {
maxConcurrency: number;
errBreak: boolean;
maxConcurrency?: number;
errBreak?: boolean;
});

@@ -10,0 +10,0 @@ private tasks;

{
"name": "@mtgoo/ctool",
"version": "0.1.5",
"version": "0.1.6",
"main": "./dist/ctool.js",

@@ -5,0 +5,0 @@ "module": "./dist/ctool.es.js",

Sorry, the diff of this file is too big to display