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.3.2 to 2.4.0

19

package.json

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

"license": "MIT",
"version": "2.3.2",
"version": "2.4.0",
"files": [

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

"devDependencies": {
"@mashroom/mashroom": "2.3.2",
"@mashroom/mashroom-security": "2.3.2",
"@mashroom/mashroom-utils": "2.3.2",
"@types/express": "^4.17.15",
"@mashroom/mashroom": "2.4.0",
"@mashroom/mashroom-security": "2.4.0",
"@mashroom/mashroom-utils": "2.4.0",
"@types/express": "^4.17.17",
"@types/ldapjs": "^2.2.5"

@@ -30,4 +30,11 @@ },

],
"testRegex": "(\\.(test|spec))\\.ts"
"testRegex": "(\\.(test|spec))\\.ts",
"reporters": [
"default",
"jest-junit"
]
},
"jest-junit": {
"outputDirectory": "./test-reports"
},
"scripts": {

@@ -34,0 +41,0 @@ "lint": "eslint src test --ext \".ts\" --fix",

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