Socket
Socket
Sign inDemoInstall

@mashroom/mashroom-security-provider-ldap

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mashroom/mashroom-security-provider-ldap - npm Package Compare versions

Comparing version 1.0.93 to 1.0.94

2

dist/MashroomLdapSecurityProvider.js

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

async refreshAuthentication(request) {
async checkAuthentication(request) {
request.session[AUTHENTICATION_EXPIRES_SESSION_KEY] = Date.now() + this._authenticationTimeoutSec * 1000;

@@ -56,0 +56,0 @@ }

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

"license": "MIT",
"version": "1.0.93",
"version": "1.0.94",
"files": [

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

"@babel/cli": "^7.4.4",
"@mashroom/mashroom": "1.0.93",
"@mashroom/mashroom-security": "1.0.93",
"@mashroom/mashroom-utils": "1.0.93",
"@mashroom/mashroom": "1.0.94",
"@mashroom/mashroom-security": "1.0.94",
"@mashroom/mashroom-utils": "1.0.94",
"eslint": "^5.16.0",

@@ -22,0 +22,0 @@ "express": "^4.17.1",

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