ldap-ts-client
Advanced tools
Comparing version 0.10.1 to 0.10.2
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
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
60759
1182