express-passport-ldap-mongoose
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "express-passport-ldap-mongoose", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A library to use passport-ldapauth and local MongoDB to authenticate and save users", | ||
@@ -10,5 +10,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"ldap-authentication": "^2.1.1", | ||
"ldap-authentication": "^2.1.3", | ||
"passport": "^0.4.1", | ||
"passport-custom": "^1.1.0" | ||
"passport-custom": "^1.1.1" | ||
}, | ||
@@ -19,6 +19,6 @@ "devDependencies": { | ||
"express": "^4.17.1", | ||
"express-session": "^1.17.0", | ||
"jest": "^24.9.0", | ||
"mongoose": "^5.8.6", | ||
"superagent": "^5.2.1", | ||
"express-session": "^1.17.1", | ||
"jest": "^25.5.4", | ||
"mongoose": "^5.9.12", | ||
"superagent": "^5.2.2", | ||
"supertest": "^4.0.2" | ||
@@ -25,0 +25,0 @@ }, |
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
24110
Updatedldap-authentication@^2.1.3
Updatedpassport-custom@^1.1.1