Socket
Socket
Sign inDemoInstall

ldapjs

Package Overview
Dependencies
Maintainers
6
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldapjs - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

4

lib/messages/search_response.js

@@ -45,3 +45,3 @@ // Copyright 2011 Mark Cavage, Inc. All rights reserved.

const savedAttrs = {}
const save = null
let save = null
if (entry instanceof SearchEntry || entry instanceof SearchReference) {

@@ -70,3 +70,3 @@ if (!entry.messageID) { entry.messageID = this.messageID }

const save = entry
save = entry
entry = new SearchEntry({

@@ -73,0 +73,0 @@ objectName: typeof (save.dn) === 'string' ? parseDN(save.dn) : save.dn,

@@ -6,3 +6,3 @@ {

"description": "LDAP client and server APIs",
"version": "2.2.2",
"version": "2.2.3",
"license": "MIT",

@@ -35,3 +35,3 @@ "repository": {

"standard": "^16.0.0",
"tap": "14.10.8"
"tap": "14.11.0"
},

@@ -38,0 +38,0 @@ "scripts": {

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