Back to Explore

inspect-js/array-buffer-byte-length

GitHub
1 watchersOpen source

Last release: 12/20/2024

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 repo shows signs of ongoing activity (last upstream push on 2026-01-13), but the latest tagged update is v1.0.2 dated 2024-12-20, so maintenance appears intermittent rather than steady.
  • Apparent update cadence is low, with updates roughly in 2023 (v1.0.0), early 2024 (v1.0.1), and late 2024 (v1.0.2), and no newer tagged updates reflected in the provided summaries.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.0.2

    12/20/2024

    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

    2/3/2024

    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.

    Features
  • v1.0.0

    2/28/2023

    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.