Socket
Socket
Sign inDemoInstall

kth-node-ldap

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kth-node-ldap - npm Package Compare versions

Comparing version 2.3.7 to 2.3.8

2

lib/ldap/client.js

@@ -213,3 +213,3 @@ const { setTimeout } = require('timers')

client.search(base, query, function (err, res) {
if (err) reject(err)
if (err) return reject(err)
res.on('error', function (err) {

@@ -216,0 +216,0 @@ log.error('Connection error in LDAP searchOne', { error: err })

{
"name": "kth-node-ldap",
"version": "2.3.7",
"version": "2.3.8",
"description": "Adds a Promise-based API on top of ldapjs as well as a filter builder.",

@@ -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