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 upstream repo has at least one recent activity signal (last upstream push on 2026-01-16), but the last documented package update in the provided history is v1.0.3 on 2024-12-18, so the source appears only lightly maintained from the perspective of published updates.
- Apparent update cadence is irregular, with updates in 2023-06-05 (v1.0.0), 2024-02-06 (v1.0.1), 2024-02-20 (v1.0.2), and 2024-12-18 (v1.0.3), then no evidenced published updates after that by 2026-09-10.
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.