uomlibraryshared-ldap
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -11,2 +11,3 @@ import { IUomLibraryLdapData } from 'uomlibrarycommons-core'; | ||
ldapService: UomLibrarySharedLdapService, speed?: number); | ||
queue(entry: T): void; | ||
reset(): void; | ||
@@ -13,0 +14,0 @@ protected abstract accept(entry: T): Promise<boolean>; |
@@ -13,2 +13,5 @@ "use strict"; | ||
} | ||
queue(entry) { | ||
this.ldapQueue.push(entry); | ||
} | ||
reset() { | ||
@@ -15,0 +18,0 @@ this.ldapQueue = []; |
{ | ||
"name": "uomlibraryshared-ldap", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Library Node.js library for LDAP", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
13520
189