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.2 to 3.0.0

3

CHANGES.md
## Changes
* v3.0.0
* Update ldapauth-fork to v5 which upgrade ldapjs to v2
* v2.1.4

@@ -3,0 +6,0 @@ * Allow any version of @types/node

30

package.json

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

],
"version": "3.0.0-rc.2",
"version": "3.0.0",
"license": "MIT",

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

"dependencies": {
"@types/node": "*",
"@types/passport": "^1.0.0",
"ldapauth-fork": "next",
"ldapauth-fork": "^5.0.1",
"passport-strategy": "^1.0.0"

@@ -44,16 +42,18 @@ },

"@types/basic-auth": "^1.1.3",
"@types/bunyan": "^1.8.5",
"@types/express": "^4.16.1",
"@types/bunyan": "^1.8.6",
"@types/express": "^4.17.9",
"@types/node": "^14.14.7",
"@types/passport": "^1.0.4",
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"bunyan": "^1.8.10",
"bunyan": "^1.8.14",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"express": "^4.16.4",
"ldapjs": "^1.0.1",
"merge": "1.2.1",
"mocha": "^7.0.1",
"passport": "^0.4.0",
"supertest": "^4.0.2",
"typescript": "^3.8.2",
"eslint": "^7.13.0",
"express": "^4.17.1",
"ldapjs": "^2.2.1",
"merge": "^2.1.0",
"mocha": "^8.2.1",
"passport": "^0.4.1",
"supertest": "^6.0.1",
"typescript": "^4.0.5",
"watch": "^1.0.2"

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

@@ -12,3 +12,3 @@ var ldap = require('ldapjs');

'valid': {
dn: 'cn=valid, ou=passport-ldapauth',
dn: 'cn=valid,ou=passport-ldapauth',
attributes: {

@@ -15,0 +15,0 @@ uid: 'valid',

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