lightning-pool
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -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 |
@@ -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 |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
44432
17