This JavaScript module checks whether a given value is a JS FinalizationRegistry, with support for cross-realm usage like iframes. It is useful for runtime type checking of FinalizationRegistry instances.
Project status
- Actively maintained: The repository has recent updates (v1.1.1 on 2024-12-17, v1.1.0 on 2024-11-23), indicating ongoing maintenance after a long earlier gap.
- Update cadence: After a multi-year pause since v1.0.2 (2021-10-06), there were at least two updates within about 3-4 weeks (v1.1.0 to v1.1.1).
AI summary generated Today
Recent updates
v1.1.1
12/17/2024Release v1.1.1 does not include publisher-provided release notes. The code changes are primarily internal refactoring (switching from `call-bind` to `call-bound`), plus package metadata and CI matrix tweaks.
v1.1.0
11/23/2024Release v1.1.0 includes TypeScript type definitions and multiple repository and tooling updates (CI workflows, build/publish scripting, lint/test scripts). The release notes section is empty, so this analysis relies on the actual code and manifest diffs. The runtime change is in how the module probes FinalizationRegistry via `register`.
BreakingFeaturesv1.0.2
10/6/2021Release v1.0.2 was published on 2021-10-06, but no release notes were provided by the publisher. As a result, there is no documented information about new features, bug fixes, breaking changes, or security updates in this release.