
Company News
Socket Named to Rising in Cyber 2026 List of Top Cybersecurity Startups
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.
@xylabs/arraybuffer
Advanced tools
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
@xylabs/arraybuffer
function equalArrayBuffers(a1, a2): boolean;
ArrayBufferLike
ArrayBufferLike
boolean
function isArrayBuffer(value): value is ArrayBuffer;
unknown
value is ArrayBuffer
function isArrayBuffer<T>(value): value is Extract<T, ArrayBuffer>;
T extends ArrayBuffer
T
value is Extract<T, ArrayBuffer>
function isArrayBufferLike(value): value is ArrayBufferLike;
unknown
value is ArrayBufferLike
function isArrayBufferLike<T>(value): value is Extract<T, ArrayBufferLike>;
T extends ArrayBufferLike
T
value is Extract<T, ArrayBufferLike>
function toArrayBuffer(
value,
padLength?,
base?): undefined;
undefined
number
number
undefined
function toArrayBuffer(
value,
padLength?,
base?): ArrayBufferLike;
string | bigint | ArrayBufferLike
number
number
ArrayBufferLike
function toArrayBuffer(
value,
padLength?,
base?): ArrayBufferLike | undefined;
string | bigint | ArrayBufferLike | undefined
number
number
ArrayBufferLike | undefined
function toUint8Array(
value,
padLength?,
base?): undefined;
undefined
number
number
undefined
function toUint8Array(
value,
padLength?,
base?): Uint8Array;
string | bigint | ArrayBufferLike
number
number
Uint8Array
function toUint8Array(
value,
padLength?,
base?): Uint8Array<ArrayBufferLike> | undefined;
string | bigint | ArrayBufferLike | undefined
number
number
Uint8Array<ArrayBufferLike> | undefined
Part of sdk-js
See the LICENSE file for license details
FAQs
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
The npm package @xylabs/arraybuffer receives a total of 12,706 weekly downloads. As such, @xylabs/arraybuffer popularity was classified as popular.
We found that @xylabs/arraybuffer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.

Security News
A dispute over fsnotify maintainer access set off supply chain alarms around one of Go’s most widely used filesystem libraries.