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.5.4 to 1.6.0

26

package.json

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

"license": "MIT",
"version": "1.5.4",
"version": "1.6.0",
"files": [

@@ -16,14 +16,14 @@ "dist/**"

"devDependencies": {
"@babel/cli": "^7.8.4",
"@mashroom/mashroom": "1.5.4",
"@mashroom/mashroom-security": "1.5.4",
"@mashroom/mashroom-utils": "1.5.4",
"@types/express": "^4.17.6",
"@types/jest": "^25.2.2",
"@babel/cli": "^7.12.1",
"@mashroom/mashroom": "1.6.0",
"@mashroom/mashroom-security": "1.6.0",
"@mashroom/mashroom-utils": "1.6.0",
"@types/express": "^4.17.8",
"@types/jest": "^26.0.15",
"@types/ldapjs": "^1.0.9",
"@types/node": "12.0.8",
"eslint": "^7.0.0",
"@types/node": "14.14.6",
"eslint": "^7.13.0",
"express": "^4.17.1",
"jest": "^26.0.1",
"typescript": "^3.8.3"
"jest": "^26.6.3",
"typescript": "^4.0.5"
},

@@ -39,6 +39,6 @@ "jest": {

"scripts": {
"lint": "eslint src test --ext '.ts' --fix",
"lint": "eslint src test --ext \".ts\" --fix",
"type-check": "tsc --noEmit",
"test": "jest",
"build": "babel src --extensions '.ts' -d dist"
"build": "babel src --extensions \".ts\" -d dist"
},

@@ -45,0 +45,0 @@ "mashroom": {

@@ -65,3 +65,2 @@

* _extraDataMapping_: Optionally map extra LDAP attributes to _user.extraData_. The key in the map is the extraData property, the value the LDAP attribute (default: null)
**Please note**: Everything added to _extraData_ will also be made available to Portal Apps in is therefore visible in the browser!
* _secretsMapping_: Optionally map extra LDAP attributes to _user.secrets_ (default: null)

@@ -68,0 +67,0 @@ * _groupToRoleMapping_: An optional JSON file that contains a user group to roles mapping

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