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 shows some maintenance activity, with the last upstream push on 2026-01-16, but the most recent published package update appears to be v1.0.3 on 2024-12-18, with no later tagged updates evident in the provided history.
- Update cadence looks irregular, with published updates in 2023-06-05, 2024-02 (two patches), and 2024-12-18, then a long gap relative to today (2026-06-09).
AI summary generated
Recent updates
v1.0.3
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
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.
Featuresv1.0.1
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.
v1.0.0
This release is tagged v1.0.0, but the publisher did not provide any release notes. As a result, there is no documented information about new features, bug fixes, breaking changes, security updates, performance improvements, or migration steps.