Socket
Socket
Sign inDemoInstall

ldapts

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldapts - npm Package Compare versions

Comparing version 4.2.3 to 4.2.4

6

CHANGELOG.md
# Change Log
## 4.2.3 - 2023-01-03
## 4.2.4 - 2023-02-21
- Check for socket if short-circuiting `_connect()`
## 4.2.3 - 2023-02-20
- Update npms

@@ -6,0 +10,0 @@ - Fix socket connection not established error. Fix #127 Thanks @Templum!

4

Client.js

@@ -519,4 +519,4 @@ "use strict";

_connect() {
if (this.connected) {
return Promise.resolve();
if (this.isConnected) {
return;
}

@@ -523,0 +523,0 @@ return new Promise((resolve, reject) => {

{
"name": "ldapts",
"version": "4.2.3",
"version": "4.2.4",
"description": "LDAP client",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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