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

ldap-ts-client

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-ts-client - npm Package Compare versions

Comparing version 0.9.1-beta2 to 0.9.1-beta3

2

dist/index.js

@@ -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 @@ }

2

package.json
{
"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

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