New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ldap-authentication

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-authentication - npm Package Compare versions

Comparing version 2.2.4 to 2.2.5

6

index.js

@@ -182,3 +182,3 @@ const assert = require('assert')

try {
ldapUserClient = await _ldapBind(userDn, userPassword, starttls, ldapOpts)
ldapAdminClient = await _ldapBind(adminDn, adminPassword, starttls, ldapOpts)
} catch (error) {

@@ -188,3 +188,3 @@ throw error

var groups = await _searchUserGroups(
ldapUserClient,
ldapAdminClient,
groupsSearchBase,

@@ -195,3 +195,3 @@ user,

user.groups = groups;
ldapUserClient.unbind()
ldapAdminClient.unbind()
}

@@ -198,0 +198,0 @@ return user

{
"name": "ldap-authentication",
"version": "2.2.4",
"version": "2.2.5",
"description": "A simple async nodejs library for LDAP user authentication",

@@ -38,3 +38,3 @@ "main": "index.js",

"dependencies": {
"ldapjs": "^2.1.1"
"ldapjs": "^2.2.0"
},

@@ -41,0 +41,0 @@ "devDependencies": {

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