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

ldapjs

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldapjs - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

4

lib/client/pool.js

@@ -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": {

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