Socket
Socket
Sign inDemoInstall

sinopia-ldap

Package Overview
Dependencies
23
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

2

index.js

@@ -44,3 +44,3 @@ var crypto = require('crypto')

for (var i = 0; i < ldap_user.memberOf.length; i++) {
groups.push("%" + parseDN(ldap_user.memberOf[i]).rdns[0][self.config.groupNameAttribute])
groups.push("%" + parseDN(ldap_user.memberOf[i]).rdns[0][self._config.groupNameAttribute])
}

@@ -47,0 +47,0 @@ console.log(groups)

{
"name" : "sinopia-ldap",
"version" : "0.4.1",
"version" : "0.4.2",
"description" : "LDAP auth plugin for sinopia",

@@ -5,0 +5,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc