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 actively maintained, with the most recent upstream push on 2025-02-12 and a new tagged update, v1.0.2, following soon after.
- Update cadence looks relatively tight in late 2024 through early 2025 (v1.0.0 on 2024-12-06, v1.0.1 on 2024-12-09, v1.0.2 on 2025-02-12), though it is not frequent beyond that window.
AI summary generated Today
Recent updates
v1.0.2
2/12/2025v1.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
12/9/2024Version 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
12/6/2024This 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.