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.7.6 to 1.7.7

7

dist/MashroomLdapSecurityProvider.js

@@ -317,7 +317,8 @@ "use strict";

logger.debug('Adding role definitions:', roles);
roles.forEach(id => {
securityService.addRoleDefinition(request, {
for (const id of roles) {
await securityService.addRoleDefinition(request, {
id
});
});
}
}

@@ -324,0 +325,0 @@

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

"license": "MIT",
"version": "1.7.6",
"version": "1.7.7",
"files": [

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

"@babel/cli": "^7.12.16",
"@mashroom/mashroom": "1.7.6",
"@mashroom/mashroom-security": "1.7.6",
"@mashroom/mashroom-utils": "1.7.6",
"@mashroom/mashroom": "1.7.7",
"@mashroom/mashroom-security": "1.7.7",
"@mashroom/mashroom-utils": "1.7.7",
"@types/express": "^4.17.11",

@@ -22,0 +22,0 @@ "@types/jest": "^26.0.20",

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