Compare file contents with buffer
return whether two buffers are equal
Constant-time comparison of Buffers
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get the ArrayBuffer out of a TypedArray, robustly.
Get the ArrayBuffer out of a DataView, robustly.
JSON Web Token implementation (symmetric and asymmetric)
Write files in an atomic fashion w/configurable ownership
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
Detect the file type of a file, stream, or data
node's assert.deepEqual algorithm except for NaN being equal to NaN
node's assert.deepEqual algorithm
split a Text Stream into a Line Stream, using Stream 3
Determine if an object is a Buffer
Modern Buffer API polyfill without footguns
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Fast deep equal
Node.js Buffer API, for the browser
Safer Node.js Buffer API
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
minimal implementation of a PassThrough stream
Check if a Buffer/Uint8Array is a PNG image
Extremely fast utf8 only stream implementation