Comparing version 0.5.3 to 0.5.4
@@ -79,3 +79,3 @@ // Copyright 2012 Mark Cavage, Inc. All rights reserved. | ||
res.on('error', function (e) { | ||
removeAllListeners('end'); | ||
client.removeAllListeners('end'); | ||
callback(e); | ||
@@ -85,3 +85,3 @@ }); | ||
res.on('end', function () { | ||
removeAllListeners('error'); | ||
client.removeAllListeners('error'); | ||
callback(null); | ||
@@ -88,0 +88,0 @@ }); |
@@ -13,3 +13,3 @@ { | ||
"description": "LDAP client and server APIs", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"repository": { | ||
@@ -34,3 +34,3 @@ "type": "git", | ||
"nopt": "1.0.10", | ||
"pooling": "0.2.1" | ||
"pooling": "0.2.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
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
477445
+ Addedpooling@0.2.2(transitive)
- Removedpooling@0.2.1(transitive)
Updatedpooling@0.2.2