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
- The source appears to be actively maintained at the repository level, with an upstream push on 2026-03-10, but the most recent published package update in the provided data is v1.0.7 from 2024-02-19.
- Update cadence looks infrequent, with updates recorded in 2024 (v1.0.6, v1.0.7) and then a much older update in 2021 (v1.0.5), suggesting a low-frequency maintenance pattern.
AI summary generated Today
Recent updates
v1.0.7
2/19/2024v1.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
2/1/2024v1.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
8/31/2021Release 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
5/25/2021Release 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
5/19/2021Release 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
1/26/2020Release 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
1/24/2020This 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
1/24/2020Release 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.