Comparing version 2.1.0 to 2.1.1
'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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227055
5
87
6920
+ Addedabstract-logging@2.0.1(transitive)
- Removedabstract-logging@1.0.0(transitive)
Updatedabstract-logging@^2.0.0