Socket
Socket
Sign inDemoInstall

@mashroom/mashroom-security-provider-ldap

Package Overview
Dependencies
76
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.3 to 2.4.4

2

dist/MashroomLdapSecurityProvider.js

@@ -82,3 +82,3 @@ "use strict";

// Because LDAP accepts logins with empty passwords (simple login) we need to be extra careful for
// Because LDAP accepts logins with empty passwords (simple login) we need to be extra careful here
if (!(password !== null && password !== void 0 && password.trim())) {

@@ -85,0 +85,0 @@ return {

@@ -7,3 +7,3 @@ {

"license": "MIT",
"version": "2.4.3",
"version": "2.4.4",
"files": [

@@ -17,5 +17,5 @@ "dist/**"

"devDependencies": {
"@mashroom/mashroom": "2.4.3",
"@mashroom/mashroom-security": "2.4.3",
"@mashroom/mashroom-utils": "2.4.3",
"@mashroom/mashroom": "2.4.4",
"@mashroom/mashroom-security": "2.4.4",
"@mashroom/mashroom-utils": "2.4.4",
"@types/express": "^4.17.17",

@@ -22,0 +22,0 @@ "@types/ldapjs": "^2.2.5"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc