@supercharge/promise-pool
Advanced tools
Comparing version 3.1.1 to 3.2.0
@@ -5,5 +5,5 @@ 'use strict'; | ||
const promise_pool_1 = require("./promise-pool"); | ||
const validation_error_1 = require("./validation-error"); | ||
const promise_pool_error_1 = require("./promise-pool-error"); | ||
const stop_the_promise_pool_error_1 = require("./stop-the-promise-pool-error"); | ||
const validation_error_1 = require("./validation-error"); | ||
class PromisePoolExecutor { | ||
@@ -25,3 +25,3 @@ /** | ||
}; | ||
this.handler = () => { }; | ||
this.handler = (item) => item; | ||
this.errorHandler = undefined; | ||
@@ -28,0 +28,0 @@ this.onTaskStartedHandlers = []; |
{ | ||
"name": "@supercharge/promise-pool", | ||
"description": "Map-like, concurrent promise processing for Node.js", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"author": "Marcus Pöhls <marcus@superchargejs.com>", | ||
@@ -13,5 +13,5 @@ "bugs": { | ||
"c8": "~8.0.1", | ||
"eslint": "~8.56.0", | ||
"eslint": "~8.57.0", | ||
"expect": "~29.7.0", | ||
"typescript": "~5.2.2", | ||
"typescript": "~5.4.3", | ||
"uvu": "~0.5.6" | ||
@@ -56,3 +56,4 @@ }, | ||
}, | ||
"sideEffects": false, | ||
"types": "dist" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53340