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

node-ldap2json

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ldap2json - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

4

lib/ldap2json.js

@@ -49,4 +49,6 @@ var

options.adminpass=options.pwd;
options.base="dc="+options.domain.replace(".",",dc=");
}
if (options.base==null) {
options.base="dc="+options.domain.replace(".",",dc=");
}
options.base=options.base.replace(".",",dc=").replace(".",",dc=").replace(".",",dc=").replace(".",",dc=");

@@ -53,0 +55,0 @@ cb(options);

{
"name": "node-ldap2json",
"version": "0.0.9",
"version": "0.0.10",
"description": "LDAP2JSON makes shortcuts LDAP.JS",

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

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