Socket.dev optimized package override for typed-array-byte-offset
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
Get the byteOffset out of a DataView, robustly.
Node addon for string extraction for msgpackr
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Node addon for string extraction for cbor-x
Socket.dev optimized package override for array-buffer-byte-length
Socket.dev optimized package override for typed-array-buffer
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.
A simple list of possible Typed Array names.
Robustly get the length of a Typed Array
Socket.dev optimized package override for which-typed-array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Socket.dev optimized package override for is-typed-array
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Float64Array.
Uint8Array.
Uint32Array.
Uint16Array.
Float32Array.
A minimal UTF8 implementation for number arrays.
RFC9562 UUIDs