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 Compare versions

Comparing version 3.1.6 to 3.1.7

6

CHANGELOG.md
# Change Log
## [3.1.7] - Febuary 9 2017
- fix warning when using bluebird promise impl (@benny-medflyt)
## [3.1.6] - December 28 2016

@@ -153,3 +156,4 @@ - fix #173 where pool would not attempt to dispense reources upon `pool.destroy`

=======
[unreleased]: https://github.com/coopernurse/node-pool/compare/v3.1.6...HEAD
[unreleased]: https://github.com/coopernurse/node-pool/compare/v3.1.7...HEAD
[3.1.7]: https://github.com/coopernurse/node-pool/compare/v3.1.6...v3.1.7
[3.1.6]: https://github.com/coopernurse/node-pool/compare/v3.1.5...v3.1.6

@@ -156,0 +160,0 @@ [3.1.5]: https://github.com/coopernurse/node-pool/compare/v3.1.4...v3.1.5

@@ -285,2 +285,3 @@ 'use strict'

this._handleNewResource(resource)
return null
})

@@ -287,0 +288,0 @@ .catch((reason) => {

2

package.json
{
"name": "generic-pool",
"description": "Generic resource pooling for Node.JS",
"version": "3.1.6",
"version": "3.1.7",
"author": "James Cooper <james@bitmechanic.com>",

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

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