Segment tracking library for Buffer JS projects
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Shared UI components for buffer apps
Safer Node.js Buffer API
JSON parse & stringify that supports binary via bops & base64
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS ArrayBuffer?
Get the ArrayBuffer out of a DataView, robustly.
Determine if an object is a Buffer
Constant-time comparison of Buffers
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
Universal JS client for micro-rpc
A simple module for bitwise-xor on buffers
Datadog IAST tant tracking support for NodeJS
return whether two buffers are equal
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
A pure javascript CRC32 algorithm that plays nice with binary data
Convert character encodings in pure javascript.
Easier Buffer cloning in node.
Modern Buffer API polyfill without footguns
Convert a typed array to a Buffer without a copy