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 2.2.1 to 2.2.2

2

dist/MashroomLdapSecurityProvider.js

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

}
const encodedRedirectUrl = encodeURIComponent(request.originalUrl);
const encodedRedirectUrl = encodeURIComponent(encodeURIComponent(request.originalUrl));
const authenticationHintsQuery = _querystring.default.stringify(authenticationHints);

@@ -63,0 +63,0 @@ response.redirect(`${this._loginPage}?redirectUrl=${encodedRedirectUrl}${authenticationHintsQuery ? `&${authenticationHintsQuery}` : ''}`);

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

"license": "MIT",
"version": "2.2.1",
"version": "2.2.2",
"files": [

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

"devDependencies": {
"@mashroom/mashroom": "2.2.1",
"@mashroom/mashroom-security": "2.2.1",
"@mashroom/mashroom-utils": "2.2.1",
"@mashroom/mashroom": "2.2.2",
"@mashroom/mashroom-security": "2.2.2",
"@mashroom/mashroom-utils": "2.2.2",
"@types/express": "^4.17.14",

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

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