Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

passport-ldapauth

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-ldapauth - npm Package Compare versions

Comparing version 3.0.0-rc.0 to 3.0.0-rc.1

2

CHANGES.md
## Changes
* v2.1.4
* Allow any version of @types/node
* v2.1.3

@@ -3,0 +5,0 @@ * [#86](https://github.com/vesse/passport-ldapauth/pull/86) Allow configuring missing credentials response status.

24

package.json

@@ -20,3 +20,3 @@ {

],
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"license": "MIT",

@@ -36,11 +36,11 @@ "main": "./lib/passport-ldapauth",

"dependencies": {
"@types/node": "^10.17.5",
"@types/passport": "^1.0.1",
"ldapauth-fork": "next",
"@types/node": "*",
"@types/passport": "^1.0.0",
"ldapauth-fork": "^4.3.2",
"passport-strategy": "^1.0.0"
},
"devDependencies": {
"@types/basic-auth": "^1.1.1",
"@types/bunyan": "^1.8.6",
"@types/express": "^4.17.2",
"@types/basic-auth": "^1.1.3",
"@types/bunyan": "^1.8.5",
"@types/express": "^4.16.1",
"basic-auth": "^2.0.1",

@@ -50,10 +50,10 @@ "body-parser": "^1.19.0",

"chai": "^4.2.0",
"eslint": "^6.6.0",
"express": "^4.17.1",
"ldapjs": "next",
"eslint": "^6.8.0",
"express": "^4.16.4",
"ldapjs": "^1.0.1",
"merge": "1.2.1",
"mocha": "^6.2.2",
"mocha": "^7.0.1",
"passport": "^0.4.0",
"supertest": "^4.0.2",
"typescript": "^3.7.2",
"typescript": "^3.8.2",
"watch": "^1.0.2"

@@ -60,0 +60,0 @@ },

@@ -5,3 +5,3 @@ # passport-ldapauth

[![npm](https://img.shields.io/npm/dm/passport-ldapauth.svg)](http://npmjs.com/package/passport-ldapauth)
[![Sponsored by Leonidas](https://img.shields.io/badge/sponsored%20by-leonidas-389fc1.svg)](https://leonidasoy.fi/open-source)
[![Sponsored by Wakeone](https://img.shields.io/badge/sponsored%20by-wakeone-389fc1.svg)](https://wakeone.co)

@@ -205,2 +205,2 @@ [Passport](http://passportjs.org/) authentication strategy against LDAP / AD server. This module is a Passport strategy wrapper for [ldapauth-fork](https://github.com/vesse/node-ldapauth-fork).

`passport-ldapauth` has been partially sponsored by [Leonidas Ltd](https://leonidasoy.fi/open-source).
`passport-ldapauth` has been partially sponsored by [Wakeone Ltd](https://wakeone.co/).
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