Back to Explore

inspect-js/typed-array-buffer

GitHub
1 watchersOpen source

Last release: 12/18/2024

typed-array-buffer provides a helper to get the ArrayBuffer from a TypedArray in a robust way. It’s useful when you need consistent behavior across older Node versions and modern engines where TypedArray.prototype.buffer may be missing or altered.

Project status

  • The source appears actively maintained in the repository sense, with an upstream push dated 2026-01-16, though the most recent tagged updates shown here were published later in 2024 (latest: v1.0.3 on 2024-12-18).
  • The apparent update cadence is irregular: patch updates in early 2024 (v1.0.1 on 2024-02-06, then v1.0.2 on 2024-02-20), followed by a longer gap until v1.0.3 on 2024-12-18.

AI summary generated Today

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

Recent updates

  • v1.0.3

    12/18/2024

    This release bumps typed-array-buffer from v1.0.2 to v1.0.3 with no publisher-provided release notes content. The code diff shows primarily internal refactors (dependency swap from call-bind to call-bound) plus TypeScript typing adjustments and tooling/CI configuration changes.

  • v1.0.2

    2/20/2024

    v1.0.2 primarily adds TypeScript support via a new index.d.ts and bumps a few dependencies (notably call-bind and available-typed-arrays). The runtime entrypoint (index.js) appears to keep the same behavior, with only minor non-functional JSDoc added.

    Features
  • v1.0.1

    2/6/2024

    This is a patch release (v1.0.1) published on 2024-02-06. No release notes were provided, so the specific changes (features, fixes, or breaking behavior) are not documented in the source material.