You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
This issue can cause real problems when using a module bundler such as rollup.js, which can cause these classes to be renamed to names that no longer correspond to the event names that should be used, thereby breaking any code that expects ldapjs to produce these event names as documented.
The linked pull request looks good to me, it solves the problem that I've encountered.
node-ldapjs/lib/client/client.js
Line 1208 in b64ed9f
if
constructor.name
is not same asinstanceof
events will get 'wrong name'The text was updated successfully, but these errors were encountered: