array-buffer-byte-length is a JavaScript utility that returns the byte length of an ArrayBuffer, including in environments that do not provide a `.byteLength` method. It can be used as a shim or polyfill, for example to support consistent byte-length checks and to return NaN for non-ArrayBuffer inputs.
Project status
- The repository shows ongoing activity (upstream push on 2026-01-13), but the provided tagged
v1.xupdates are older (latest shown isv1.0.2on 2024-12-20), suggesting maintenance rather than frequent updates. - Apparent update cadence is low, with multi-month to multi-year gaps between tagged updates (2023-02-28 for
v1.0.0, 2024-02-03 forv1.0.1, 2024-12-20 forv1.0.2), followed by no additional tagged updates shown in the provided summaries through 2026-06-09.
AI summary generated
Recent updates
v1.0.2
v1.0.2 is a patch release with no publisher release notes provided. The code changes are minimal (a small runtime dependency import change), while most diff impact appears in dependency version bumps and CI/tooling configuration.
v1.0.1
v1.0.1 primarily adds TypeScript type support, updates runtime dependencies, and tweaks tooling (lint/CI). The actual runtime implementation change appears minimal (only a JSDoc import type annotation), while the repo gains tsconfig/type-checking and additional tests.
Featuresv1.0.0
Release v1.0.0 was published on 2023-02-28, but the publisher provided no release notes, so the change set cannot be verified from documentation. Developers should review the repository diff and changelog history to identify any API, behavior, or migration impacts before upgrading.