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 1.0.2 to 1.0.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 1.0.3
* Verify the socket exists before sending unbind message
### 1.0.2

@@ -2,0 +6,0 @@

2

dist/Client.js

@@ -291,3 +291,3 @@ "use strict";

async unbind() {
if (!this.connected) {
if (!this.connected || !this.socket) {
return;

@@ -294,0 +294,0 @@ }

{
"name": "ldapts",
"version": "1.0.2",
"version": "1.0.3",
"description": "LDAP client",

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

LDAPts
======
[![NPM version](https://img.shields.io/npm/v/ldapts.svg?style=flat)](https://npmjs.org/package/ldapts)
[![node version](https://img.shields.io/node/v/ldapts.svg?style=flat)](https://nodejs.org)
[![Known Vulnerabilities](https://snyk.io/test/npm/ldapts/badge.svg)](https://snyk.io/test/npm/ldapts)
LDAP client based on [LDAPjs](https://github.com/joyent/node-ldapjs).

@@ -5,0 +9,0 @@

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