ldap-ts-client
Advanced tools
Comparing version 0.9.1-beta2 to 0.9.1-beta3
@@ -25,2 +25,3 @@ "use strict"; | ||
var _a; | ||
console.log(`File: index.ts,`, `Line: 97 => bind`); | ||
(_a = this.logger) === null || _a === void 0 ? void 0 : _a.trace("bind()"); | ||
@@ -30,2 +31,3 @@ return new Promise((resolve, reject) => { | ||
if (err) { | ||
console.log(`File: index.ts,`, `Line: 103 => `, err); | ||
reject(err); | ||
@@ -32,0 +34,0 @@ } |
{ | ||
"name": "ldap-ts-client", | ||
"version": "0.9.1-beta2", | ||
"version": "0.9.1-beta3", | ||
"description": "Type-safe LDAP client written in typescript", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -97,2 +97,4 @@ import ldap, { SearchOptions, Control, SearchEntryObject } from "ldapjs"; | ||
public async bind(): Promise<ldap.Client> { | ||
console.log(`File: index.ts,`, `Line: 97 => bind`); | ||
this.logger?.trace("bind()"); | ||
@@ -102,2 +104,4 @@ return new Promise((resolve, reject) => { | ||
if (err) { | ||
console.log(`File: index.ts,`, `Line: 103 => `, err); | ||
reject(err); | ||
@@ -104,0 +108,0 @@ } |
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
58064
1117