Determines whether a value is a JavaScript Typed Array. Useful for type checking across realms and iframes without relying on `instanceof`, and it aims to avoid dependence on mutable properties.
Project status
- The repository appears to be maintained, with an upstream push recorded on 2025-12-30, and multiple tagged updates in 2024.
- The apparent update cadence is low and incremental, with updates around Feb 2, 2024 (v1.1.13), followed by quick successive updates in mid- to late Dec 2024 (v1.1.14 on Dec 17, then v1.1.15 on Dec 18).
AI summary generated Today
Recent updates
v1.1.15
12/18/2024Release v1.1.15 does not include any publisher-provided release notes. The actual changes are limited to TypeScript typing improvements and a development dependency version bump.
v1.1.14
12/17/2024v1.1.14 introduces internal tooling and CI configuration updates, and it refreshes the dependency on which-typed-array. The only user-visible change in the diff is in the TypeScript type declarations for is-typed-array, where the TypedArray narrowing type is now sourced from which-typed-array instead of being defined locally.
v1.1.13
2/2/2024Release v1.1.13 was published on 2024-02-02, 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 migration steps in the provided data.