express-passport-ldap-mongoose
Advanced tools
Comparing version 2.0.3 to 2.1.0
{ | ||
"name": "express-passport-ldap-mongoose", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "A library to use passport-ldapauth and local MongoDB to authenticate and save users", | ||
@@ -10,12 +10,14 @@ "main": "index.js", | ||
"dependencies": { | ||
"passport": "^0.4.0", | ||
"passport-ldapauth": "^2.0.0" | ||
"passport": "^0.4.1", | ||
"passport-ldapauth": "^2.1.3" | ||
}, | ||
"devDependencies": { | ||
"body-parser": "^1.18.2", | ||
"express": "^4.16.3", | ||
"express-session": "^1.15.6", | ||
"jest": "^22.4.3", | ||
"superagent": "^3.8.2", | ||
"supertest": "^3.0.0" | ||
"body-parser": "^1.19.0", | ||
"connect-mongo": "^3.2.0", | ||
"express": "^4.17.1", | ||
"express-session": "^1.17.0", | ||
"jest": "^24.9.0", | ||
"mongoose": "^5.8.4", | ||
"superagent": "^5.1.3", | ||
"supertest": "^4.0.2" | ||
}, | ||
@@ -22,0 +24,0 @@ "scripts": { |
# express-passport-ldap-mongoose | ||
[![Build Status](https://travis-ci.org/shaozi/express-passport-ldap-mongoose.svg?branch=master)](https://travis-ci.org/shaozi/express-passport-ldap-mongoose) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/shaozi/express-passport-ldap-mongoose/badge.svg?targetFile=package.json)](https://snyk.io/test/github/shaozi/express-passport-ldap-mongoose?targetFile=package.json) | ||
A library to use passport-ldapauth and local MongoDB to authenticate and save users | ||
@@ -3,0 +7,0 @@ |
11
303
106
18011
8
Updatedpassport@^0.4.1
Updatedpassport-ldapauth@^2.1.3