New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.1.3 to 2.1.4

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.

15

package.json

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

],
"version": "2.1.3",
"version": "2.1.4",
"license": "MIT",

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

"dependencies": {
"@types/node": "^10.12.26",
"@types/node": "*",
"@types/passport": "^1.0.0",
"ldapauth-fork": "^4.2.0",
"ldapauth-fork": "^4.3.2",
"passport-strategy": "^1.0.0"
},
"devDependencies": {
"@types/basic-auth": "^1.1.1",
"@types/basic-auth": "^1.1.3",
"@types/bunyan": "^1.8.5",

@@ -50,9 +50,10 @@ "@types/express": "^4.16.1",

"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint": "^6.8.0",
"express": "^4.16.4",
"ldapjs": "^1.0.1",
"mocha": "^6.0.2",
"merge": "1.2.1",
"mocha": "^7.0.1",
"passport": "^0.4.0",
"supertest": "^4.0.2",
"typescript": "^3.4.1",
"typescript": "^3.8.2",
"watch": "^1.0.2"

@@ -59,0 +60,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