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.
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
Constant-time comparison of Buffers
Create an ArrayBuffer instance from a Data URI string
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
return whether two buffers are equal
SharedArrayBuffer.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
RFC9562 UUIDs
Shared methods for the nodemailer stack
Socket.dev optimized package override for is-shared-array-buffer
Bridging the gap between buffers and typed arrays
Add support for more integer widths to Buffer
A simple module for bitwise-xor on buffers
Treat a collection of Buffers as a single contiguous partially mutable Buffer.
[](https://discord.gg/poimandres)
Easier Buffer cloning in node.
A port of the Brotli compression algorithm as used in WOFF2
Translation between JavaScript values and Buffers
Convert character encodings in pure javascript.
abstract base class for crypto-streams
A minimal package that provides an ArrayBuffer that can be used across processes for interprocess-communication.
internal utils shared across @vue packages
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order