Back to Explore

ljharb/call-bind-apply-helpers

GitHub
2 watchersOpen source

Last release:

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

  • This source does not appear to be actively maintained, last upstream push was 2025-02-12, about 16 months ago relative to 2026-06-09.
  • Apparent update cadence, two quick updates in December 2024 (v1.0.0, v1.0.1) followed by a further update in February 2025 (v1.0.2), then a long quiet period with no new updates since.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

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.

    Breaking
  • v1.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.