Socket
Socket
Sign inDemoInstall

ldapts

Package Overview
Dependencies
5
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

8

CHANGELOG.md

@@ -1,4 +0,10 @@

### 1.0.3
### 1.0.5
* Add message name to error message when socket is closed before message response
### 1.0.4
* Add type definitions for asn1
* Add message type id to error when cleaning pending messages.
* Force protocolOperation to be defined for Message types

@@ -5,0 +11,0 @@ ### 1.0.3

2

dist/Client.js

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

else {
messageDetails.reject(new Error(`Connection closed. Message type: ${messageDetails.message.protocolOperation}`));
messageDetails.reject(new Error(`Connection closed before message response was received. Message type: ${messageDetails.message.constructor.name} (${messageDetails.message.protocolOperation})`));
}

@@ -422,0 +422,0 @@ }

{
"name": "ldapts",
"version": "1.0.4",
"version": "1.0.5",
"description": "LDAP client",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc