tapmodo / node-ldif

Nodejs LDIF (LDAP Data Interchange Format) parser based on RFC2849
9 stars 7 forks source link

Library uses deprecated Buffer function #14

Open quanah opened 1 year ago

quanah commented 1 year ago

This library currently uses the deprecated Buffer function and should be updated to use Buffer.from instead