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 2.8.0 to 2.8.1

3

CHANGELOG.md

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

### 2.8.1
* Fix null/undefined values for attributes when calling add(). Fix #88
### 2.8.0

@@ -2,0 +5,0 @@ * Fix modifyDN to ignore escaped commas when determining NewSuperior. PR #87 Thanks @hasegawa-jun!

@@ -173,2 +173,5 @@ "use strict";

}
else if (value == null) {
values = [];
}
else {

@@ -175,0 +178,0 @@ values = [value];

2

package.json
{
"name": "ldapts",
"version": "2.8.0",
"version": "2.8.1",
"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