Base64 encoding/decoding in pure JS
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Unicode aware string truncation that given a max byte size will truncate the string to or just below that size
Crockford base-32 checksum encoding
A minimal UTF8 implementation for number arrays.
A minimal base64 implementation for number arrays.
Node addon for string extraction for cbor-x
No description provided.
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.
Pattern-matching on byte buffers
Pattern-matching on byte buffers
Pure-JS ADLER-32
base64 utilities for TypeScript and JavaScript
TypeScript definitions for byte-size
Strip UTF-8 byte order mark (BOM) from a Uint8Array
a fast, efficient buffer writer
Codecs for various data structures
Convert Node Readable to Web API ReadableStream
Strip UTF-8 byte order mark (BOM) from a stream
Input Buffer and Output Buffer, just like Java ByteBuffer
hint that that warns against using the BOM character at the beginning of a text file.
Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.
Yet another Base64 transcoder in pure-JS
Minimalist yEnc and dynEncode encoder and decoder library for browser and NodeJS