Socket
Socket
Sign inDemoInstall

@supercharge/promise-pool

Package Overview
Dependencies
0
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1 to 3.2.0

4

dist/promise-pool-executor.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc