Back to Explore

inspect-js/which-typed-array

GitHub
1 updates · last 90 days1 watchersOpen source

Last release: 1 week ago

which-typed-array is a small JavaScript utility that identifies what kind of Typed Array a given value is (for example, Int8Array, Float32Array, or BigInt64Array). It works across realms without using instanceof, and it still detects Typed Arrays even when Symbol.toStringTag is involved.

Project status

  • The repository appears actively maintained, with the most recent upstream push on 2026-05-26 and multiple versioned updates (v1.1.19 in 2025-03, v1.1.20 in 2026-01, v1.1.21 in 2026-05).
  • The apparent update cadence is moderate, roughly every 4 to 10 months based on the listed update dates (2025-03 to 2026-01, then 2026-01 to 2026-05).

AI summary generated Today

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

Recent updates

  • v1.1.21

    1 week ago

    v1.1.21 (2026-05-26) ships with no publisher-provided release notes. The diff shows primarily TypeScript declaration (index.d.ts) changes, plus developer tooling and dependency adjustments.

  • v1.1.20

    4 months ago

    v1.1.20 makes a small change to TypeScript typings by adding Float16Array to the supported TypedArray set, and adjusts runtime binding logic to be more defensive when descriptor.get is missing. It also updates the project version metadata and bumps several development dependencies.

    BreakingFeatures
  • v1.1.19

    3/9/2025

    Release v1.1.19 was published on 2025-03-09. No release notes were provided by the publisher, so the developer impact (new features, fixes, breaking changes, security or dependency updates) is not documented here.