This package provides a simple list of possible JavaScript Typed Array constructor names. It is useful when you need to validate or iterate over candidate Typed Array globals, for example to check whether a given Typed Array exists in the current environment.
Project status
- The source appears to be actively worked on, with the most recent upstream push on 2026-01-13 (about 5 months before today). However, the latest detailed update information provided is v1.1.0 from 2025-02-07.
- Update cadence is hard to characterize precisely from the evidence, but the described updates are spaced roughly yearly (v1.0.0 in 2024-02, v1.1.0 in 2025-02), and there are no described update notes for 2026 despite the upstream push.
AI summary generated
Recent updates
v1.1.0
v1.1.0 adds `Float16Array` to the exported list of possible Typed Array names and updates type definitions and tests accordingly. It also updates CI workflow coverage by splitting Node 10-20 vs Node 20+, and refreshes development tooling and devDependencies.
BreakingFeaturesv1.0.0
Version v1.0.0 was published on 2024-02-19, but the release notes content is not provided (publisher listed no release notes). No specific changes, API updates, fixes, or migration guidance can be extracted from the provided data.