minimal implementation of a PassThrough stream
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
A minimal base64 implementation for number arrays.
Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.
Constant-time comparison of Buffers
TypeScript definitions for is-buffer
Create an ArrayBuffer instance from a Data URI string
return whether two buffers are equal
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
RFC9562 UUIDs
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Append a buffer to another buffer ensuring to preserve line ending characters.
A [ponyfill](https://ponyfill.com) for `Buffer.fill`.
Remove a byte order mark (BOM) from a buffer.
Bridging the gap between buffers and typed arrays
Treat a collection of Buffers as a single contiguous partially mutable Buffer.
A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.
A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.
Add support for more integer widths to Buffer
TypeScript definitions for responselike
A simple module for bitwise-xor on buffers
[](https://discord.gg/poimandres)
Easier Buffer cloning in node.
Convert character encodings in pure javascript.