This module checks whether a given value is a JavaScript ArrayBuffer. It is designed to work across realms and iframes without relying on instanceof or mutable properties, making it useful for type checks in JavaScript codebases.
Project status
- Actively maintained: The upstream GitHub repo shows a last push on 2025-12-30, indicating ongoing activity beyond the most recently summarized published updates.
- Update cadence appears sporadic: Known published updates in the provided history are v3.0.3 (2024-02-03), v3.0.4 (2024-02-03), and v3.0.5 (2024-12-16), suggesting long gaps and a low frequency of changes.
AI summary generated Today
Recent updates
v3.0.5
12/16/2024No publisher release notes were provided for v3.0.5. The code diff shows a small internal refactor in index.js, dependency bumps (including adding call-bound), and CI and tooling changes around testing and type checking.
v3.0.4
2/3/2024Release v3.0.4 does not include any publisher release notes. The code diff shows a patch primarily focused on adding TypeScript type definitions and adding TypeScript-based type checking to the lint/test flow, plus small runtime detection tweaks in the ArrayBuffer check implementation.
Featuresv3.0.3
2/3/2024Release v3.0.3 was published on 2024-02-03, 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, or migrations.