Socket
Socket
Sign inDemoInstall

@mashroom/mashroom-security-provider-ldap

Package Overview
Dependencies
14
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.3 to 1.9.0

4

dist/MashroomLdapSecurityProvider.js

@@ -204,2 +204,6 @@ "use strict";

getUser(request) {
if (!request.session) {
return null;
}
const timeout = request.session[LDAP_AUTH_EXPIRES_SESSION_KEY];

@@ -206,0 +210,0 @@

22

package.json

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

"license": "MIT",
"version": "1.8.3",
"version": "1.9.0",
"files": [

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

"dependencies": {
"ldapjs": "^2.3.0"
"ldapjs": "^2.3.1"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.3",
"@mashroom/mashroom-security": "1.8.3",
"@mashroom/mashroom-utils": "1.8.3",
"@babel/cli": "^7.15.7",
"@mashroom/mashroom": "1.9.0",
"@mashroom/mashroom-security": "1.9.0",
"@mashroom/mashroom-utils": "1.9.0",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/ldapjs": "^2.2.0",
"@types/node": "14.17.7",
"@types/jest": "^27.0.1",
"@types/ldapjs": "^2.2.1",
"@types/node": "14.17.17",
"eslint": "^7.32.0",
"express": "^4.17.1",
"jest": "^27.0.6",
"typescript": "^4.3.5"
"jest": "^27.2.0",
"typescript": "^4.4.3"
},

@@ -30,0 +30,0 @@ "jest": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc