Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lightning-pool

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightning-pool - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

1

dist/AbortError.js

@@ -7,2 +7,1 @@ "use strict";

exports.AbortError = AbortError;
//# sourceMappingURL=AbortError.js.map

@@ -17,2 +17,1 @@ "use strict";

})(ResourceState = exports.ResourceState || (exports.ResourceState = {}));
//# sourceMappingURL=definitions.js.map

@@ -22,2 +22,1 @@ "use strict";

exports.createPool = createPool;
//# sourceMappingURL=index.js.map

3

dist/Pool.js

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

if (terminateWait <= 0) {
this._acquiredResources.forEach(t => this.release(t.resource));
this._acquiredResources.forEach(t => this.destroy(t.resource, () => 0));
}

@@ -445,2 +445,1 @@ else {

exports.Pool = Pool;
//# sourceMappingURL=Pool.js.map

@@ -128,2 +128,1 @@ "use strict";

exports.PoolOptions = PoolOptions;
//# sourceMappingURL=PoolOptions.js.map

@@ -25,2 +25,1 @@ "use strict";

exports.PoolRequest = PoolRequest;
//# sourceMappingURL=PoolRequest.js.map

@@ -14,2 +14,1 @@ "use strict";

exports.ResourceItem = ResourceItem;
//# sourceMappingURL=ResourceItem.js.map
{
"name": "lightning-pool",
"description": "Fastest generic Pool written with TypeScript",
"version": "3.0.0",
"version": "3.0.1",
"author": "Panates Ltd.",

@@ -6,0 +6,0 @@ "contributors": [

@@ -10,5 +10,5 @@ # lightning-pool

High performance resource pool for NodeJS.
High performance resource pool written with TypeScript.
- Fastest Resource Pool implementation for NodeJS ever! Check out [benchmark](BANCHMARK.md) results
- The fastest Resource Pool implementation for JavaScript ever! Check out [benchmark](BANCHMARK.md) results
- Advanced configuration options, suits for enterprise level applications

@@ -15,0 +15,0 @@ - Configuration can be changed while pool running

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