Releases: wslyhbb/node-ldapjs-promise
Releases · wslyhbb/node-ldapjs-promise
1.0.7
Updating dependencies including fixing security vulnerability.
1.0.6
- Added TS libdefs (#3)
- Updated ldapjs to v2.3.0
1.0.5
Updated dependent packages.
- Updated ldapjs to 2.2.4.
- Updated y18n to 4.0.1 to resolve a security vulnerability.
1.0.3
Updated dependent packages.
- Updated ldapjs to 2.1.1.
- Updated mocha to 8.1.1 to resolve a security vulnerability.
1.0.2
Modified searchReturnAll method to handle SizeLimitExceededError when sizeLimit is specified. If user specifies they only want 1 or 100 entries, instead of throwing an error it returns the limit specified.