Socket
Socket
Sign inDemoInstall

generic-pool

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generic-pool - npm Package Versions

1
8

2.3.0

Diff

Changelog

Source

[2.3.0] - January 1 2016

  • Merged #105 - allow asynchronous validate functions (contributed by @felipou)
sandfox
published 2.2.2 •

Changelog

Source

[2.2.2] - December 13 2015

  • Merged #106 - fix condition where non "resource pool" created objects could be returned to the pool. (contributed by @devzer01)
sandfox
published 2.2.1 •

Changelog

Source

[2.2.1] - October 30 2015

  • Merged #104 - fix #103 - condition where pool can create > specified max number of connections (contributed by @devzer01)
sandfox
published 2.2.0 •

Changelog

Source

[2.2.0] - March 26 2015

  • Merged #92 - add getMaxPoolSize function (contributed by platypusMaximus)
sandfox
published 2.1.1 •

Changelog

Source

[2.1.1] - July 5 2015

  • fix README error about priority queueing (spotted by @kmdm)
sandfox
published 2.1.0 •

Changelog

Source

[2.1.0] - June 19 2014

  • Merged #72 - Add optional returnToHead flag, if true, resources are returned to head of queue (stack like behaviour) upon release (contributed by calibr), also see #68 for further discussion.
coopernurse
published 2.0.4 •

Changelog

Source

[2.0.4] - July 27 2013

  • Merged #64 - Fix for not removing idle objects (contributed by PiotrWpl)
coopernurse
published 2.0.3 •

Changelog

Source

[2.0.3] - January 16 2013

  • Merged #56/#57 - Add optional refreshIdle flag. If false, idle resources at the pool minimum will not be destroyed/re-created. (contributed by wshaver)
  • Merged #54 - Factory can be asked to validate pooled objects (contributed by tikonen)
published 2.0.2 •

Changelog

Source

[2.0.2] - October 22 2012

  • Fix #51, #48 - createResource() should check for null clientCb in err case (contributed by pooyasencha)
  • Merged #52 - fix bug of infinite wait when create object aync error (contributed by windyrobin)
  • Merged #53 - change the position of dispense and callback to ensure the time order (contributed by windyrobin)
published 2.0.1 •

Changelog

Source

[2.0.1] - August 29 2012

  • Fix #44 - leak of 'err' and 'obj' in createResource()
  • Add devDependencies block to package.json
  • Add travis-ci.org integration
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