The following change removes the project dependency lodash. Previously, just the assign() function from lodash was used in a single place to apply the user's supplied options to the options object used internally by the LDAP class. This has been replaced by a new function extendobj() which is not equivalent to assign(), but accomplishes the same goal.
The following change removes the project dependency lodash. Previously, just the
assign()
function from lodash was used in a single place to apply the user's supplied options to theoptions
object used internally by theLDAP
class. This has been replaced by a new functionextendobj()
which is not equivalent toassign()
, but accomplishes the same goal.Closes #114