Socket
Book a DemoInstallSign in
Socket

@csquare/ldapjs-client

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csquare/ldapjs-client

Promisified wrapper around the ldapjs client.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
3
Created
Source

@csquare/ldapjs-client

GitHub license npm

Promisified version of the ldapjs package with additional typings.

Acknowledgments

This library heavily relies on the ldapjs package. Please see http://ldapjs.org/ for the complete detailed usage.

Installation

Install with npm:

npm install --save @csquare/ldapjs-client

Install with Yarn:

yarn add @csquare/ldapjs-client

Usage

import { createClient } from '@csquare/ldapjs-client';

(async () => {
  const options = {};
  const client = createClient(options);
  await client.bind(/* args */);
})();

Keywords

ldap

FAQs

Package last updated on 14 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts