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.10.1 to 0.10.2

2

dist/index.d.ts
import ldap, { SearchOptions, Control, SearchEntryObject } from "ldapjs";
import type { Logger } from "fast-node-logger";
export type { SearchEntryObject } from "ldapjs";
export interface IClientConfig extends Omit<ldap.ClientOptions, "url" | "bindDN"> {

@@ -122,2 +123,1 @@ /** Password to connect to AD */

}
export {};
{
"name": "ldap-ts-client",
"version": "0.10.1",
"version": "0.10.2",
"description": "Type-safe LDAP client written in typescript",

@@ -5,0 +5,0 @@ "repository": {

@@ -5,2 +5,4 @@ import ldap, { SearchOptions, Control, SearchEntryObject } from "ldapjs";

export type { SearchEntryObject } from "ldapjs";
export interface IClientConfig

@@ -7,0 +9,0 @@ extends Omit<ldap.ClientOptions, "url" | "bindDN"> {

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