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

express-passport-ldap-mongoose

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-passport-ldap-mongoose - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

.travis.yml

20

package.json
{
"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 @@

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