buffer-equal
and buffer-equals
recommends that you switch away from them to native Buffer.prototype.equals
which has been available since Node.js v0.11.13
For most cases, native Node.js Buffer.prototype.equals
is enough.
buffer-equal
and buffer-equals
recommends that you switch away from them to native Buffer.prototype.equals
which has been available since Node.js v0.11.13
For most cases, native Node.js Buffer.prototype.equals
is enough.