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.0.7 to 2.1.0

4

dist/LdapClientImpl.js

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

client.on('connectError', error => {
this._logger.error('LDAP Connection error', error);
this._logger.error('LDAP connection error', error);

@@ -194,3 +194,3 @@ if (!resolved) {

client.on('error', error => {
this._logger.error('LDAP Error', error);
this._logger.warn('LDAP connection error, reconnecting...', error);

@@ -197,0 +197,0 @@ if (!resolved) {

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

"license": "MIT",
"version": "2.0.7",
"version": "2.1.0",
"files": [

@@ -13,11 +13,11 @@ "dist/**"

"dependencies": {
"ldapjs": "^2.3.1"
"ldapjs": "^2.3.2"
},
"devDependencies": {
"@mashroom/mashroom": "2.0.7",
"@mashroom/mashroom-security": "2.0.7",
"@mashroom/mashroom-utils": "2.0.7",
"@mashroom/mashroom": "2.1.0",
"@mashroom/mashroom-security": "2.1.0",
"@mashroom/mashroom-utils": "2.1.0",
"@types/express": "^4.17.13",
"@types/ldapjs": "^2.2.2",
"express": "^4.17.2"
"express": "^4.18.1"
},

@@ -24,0 +24,0 @@ "jest": {

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