This package returns an array of Typed Array names that are available in the current JavaScript environment. It is useful for runtime feature detection before using specific Typed Array types (for example, checking support for Float16Array or BigInt64Array).
Project status
- Actively maintained is unclear, but there is evidence of recent repository activity: the upstream last push was 2026-03-10, while the latest documented package update was v1.0.7 on 2024-02-19.
- Update cadence appears low and irregular, with multi-year gaps between earlier updates (for example, 2021-08 to 2024-02), and no new tagged updates after v1.0.7 up to today (2026-06-09).
AI summary generated
Recent updates
v1.0.7
v1.0.7 refactors available-typed-arrays to source the candidate typed array names from the new runtime dependency possible-typed-array-names instead of using a hardcoded list. The TypeScript declarations were updated to derive the typed array name union from that dependency, and the README example was adjusted to sort the returned array.
v1.0.6
v1.0.6 primarily introduces TypeScript typings for `available-typed-arrays` and updates the package configuration to reference those types. It also refactors CI workflows to reuse shared workflow definitions and adjusts publishing metadata/scripts (notably around `npmignore`).
Featuresv1.0.5
Release v1.0.5 was published on 2021-08-31, but the publisher did not provide any release notes. Because no change log details are available, the developer impact (features, fixes, or breaking changes) cannot be determined from the provided data.
v1.0.4
Release v1.0.4 contains a small refactor of the core implementation that computes available typed arrays. The runtime change removes the `array.prototype.filter` dependency and replaces it with a direct loop, plus some CI/dev tooling metadata updates.
v1.0.3
Release v1.0.3 contains no publisher-provided release notes. The code diff shows a small runtime change in how the package filters an array (switching from the array-filter dependency to array.prototype.filter), along with substantial changes to CI workflows and dev/test/publishing scripts.
v1.0.2
Release v1.0.2 updates repository automation (adds an automatic rebase workflow), and adjusts package.json export conditions while bumping a dev dependency. No user-facing changelog items or functional API changes are documented in the release notes (none provided).
Featuresv1.0.1
This release (v1.0.1) appears to be a packaging metadata update only, with no runtime source code changes shown in the diff. The primary change is adding Node.js package export mappings and explicitly setting the module type to CommonJS.
v1.0.0
Release v1.0.0 is published, but the publisher did not provide any release notes or change log details. No information is available here to assess feature additions, breaking changes, bug fixes, or security/performance updates.