Provides helper functions for working with JavaScript Function call, apply, and bind, intended for use with `call-bind`. It is mainly meant to be used directly by `call-bind` and `get-intrinsic`, with a README suggestion to use `call-bind` instead unless you have a specific reason.
Project status
- The repository appears effectively in maintenance mode or dormant, with the last upstream push on 2025-02-12 and no evidence of updates since then (as of 2026-09-10).
- The update cadence is slow, with tags in late 2024 (v1.0.0 on 2024-12-06, v1.0.1 on 2024-12-09) followed by a later update in 2025-02-12 (v1.0.2).
AI summary generated
Recent updates
v1.0.2
v1.0.2 appears to be primarily a TypeScript typing improvement release, with minor test type updates and small dev tool dependency bumps. The published release notes are effectively missing (none provided), and the CHANGELOG only lists commits without describing behavioral or API-level changes.
Breakingv1.0.1
Version v1.0.1 updates the `reflectApply` helper to correctly detect and export `Reflect.apply` when available. It also adjusts the TypeScript typings to reflect that the export may be either `false` or the `Reflect.apply` function.
v1.0.0
This release is tagged v1.0.0, but the publisher did not provide any release notes content. As a result, there is no documented information about new features, breaking changes, bug fixes, or security updates to assess developer impact.