ldap-authentication
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -151,3 +151,3 @@ const assert = require('assert') | ||
res.on('searchEntry', function (entry) { | ||
groups.push(entry.object) | ||
groups.push(entry.pojo) | ||
}) | ||
@@ -154,0 +154,0 @@ res.on('searchReference', function (referral) {}) |
{ | ||
"name": "ldap-authentication", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "A simple async nodejs library for LDAP user authentication", | ||
@@ -39,7 +39,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"ldapjs": "^3.0.1" | ||
"ldapjs": "^3.0.7" | ||
}, | ||
"devDependencies": { | ||
"jasmine": "^4.6.0" | ||
"jasmine": "^5.1.0" | ||
} | ||
} |
@@ -5,2 +5,3 @@ # A Simple node Library that Authenticates a User Against an LDAP/AD Server | ||
[![Known Vulnerabilities](https://snyk.io/test/github/shaozi/ldap-authentication/badge.svg?targetFile=package.json)](https://snyk.io/test/github/shaozi/ldap-authentication?targetFile=package.json) | ||
[![NPM Weekly Downloads](https://img.shields.io/npm/dw/ldap-authentication?logo=npm)](https://img.shields.io/npm/dw/ldap-authentication?logo=npm) | ||
@@ -7,0 +8,0 @@ ## Goal |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50285
225
Updatedldapjs@^3.0.7