Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ldapjs

Package Overview
Dependencies
Maintainers
5
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.1.0 to 2.1.1

.github/dependabot.yml

2

lib/logger.js
'use strict'
const logger = Object.create(require('abstract-logging'))
const logger = require('abstract-logging')
logger.child = function () { return logger }
module.exports = logger

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

ber.writeString(this.objectName.toString())
var formattedObjectName = this.objectName.format({ skipSpace: true })
ber.writeString(formattedObjectName)
ber.startSequence()

@@ -177,0 +178,0 @@ this.attributes.forEach(function (a) {

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

"description": "LDAP client and server APIs",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",

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

"dependencies": {
"abstract-logging": "^1.0.0",
"abstract-logging": "^2.0.0",
"asn1": "^0.2.4",

@@ -33,7 +33,6 @@ "assert-plus": "^1.0.0",

"get-port": "^5.1.1",
"husky": "^3.0.4",
"husky": "^4.2.5",
"snazzy": "^8.0.0",
"standard": "^14.0.2",
"tap": "14.10.1",
"uuid": "^3.3.3"
"tap": "14.10.8"
},

@@ -40,0 +39,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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