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 4.8.0 to 4.9.0

cjs/tsconfig-build-cjs.tsbuildinfo

4

cjs/pool.js

@@ -39,2 +39,4 @@ "use strict";

const opts = (this._options = new pool_options_js_1.PoolOptions(this));
if (config)
this.options.assign(config);
opts.on('change', (prop, val) => {

@@ -46,4 +48,2 @@ if (prop === 'houseKeepInterval')

});
if (config)
this.options.assign(config);
this._factory = factory;

@@ -50,0 +50,0 @@ }

@@ -35,2 +35,4 @@ import DoublyLinked from 'doublylinked';

const opts = (this._options = new PoolOptions(this));
if (config)
this.options.assign(config);
opts.on('change', (prop, val) => {

@@ -42,4 +44,2 @@ if (prop === 'houseKeepInterval')

});
if (config)
this.options.assign(config);
this._factory = factory;

@@ -46,0 +46,0 @@ }

{
"name": "lightning-pool",
"description": "Fastest generic Pool written with TypeScript",
"version": "4.8.0",
"version": "4.9.0",
"author": "Panates Ltd.",

@@ -11,3 +11,3 @@ "license": "MIT",

"putil-promisify": "^1.10.1",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},

@@ -14,0 +14,0 @@ "type": "module",

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