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

generic-pool

Package Overview
Dependencies
Maintainers
1
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 2.0.0 to 2.0.1

.travis.yml

1

lib/generic-pool.js

@@ -247,2 +247,3 @@ var PriorityQueue = function(size) {

factory.create(function () {
var err, obj;
var clientCb = waitingClients.dequeue();

@@ -249,0 +250,0 @@ if (arguments.length > 1) {

5

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

@@ -19,2 +19,5 @@ "contributors": [

},
"devDependencies": {
"expresso": ">0.0.0"
},
"engines": { "node": ">= 0.2.0" },

@@ -21,0 +24,0 @@ "scripts": {

@@ -0,1 +1,2 @@

[![build status](https://secure.travis-ci.org/coopernurse/node-pool.png)](http://travis-ci.org/coopernurse/node-pool)

@@ -22,2 +23,7 @@ # About

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
2.0.0 - July 31 2012

@@ -24,0 +30,0 @@ - Non-backwards compatible change: remove adjustCallback

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