call-bound provides robust JavaScript call-bound intrinsics, built using call-bind and get-intrinsic. It helps you reliably access prototype methods (for example Array.prototype.slice) even if Function.prototype.call, Function.prototype.bind, or the method itself is deleted.
Project status
- Maintenance status: Not actively maintained as of today (2026-06-09), based on the last upstream push on 2025-03-03 and the most recent listed update on 2025-03-03.
- Update cadence: Sparse and irregular, with updates at least every several months in 2024, and then no updates after March 2025 (about 15 months ago).
AI summary generated
Recent updates
v1.0.4
This v1.0.4 release includes no publisher release notes. The code diff shows the main changes are in TypeScript typings (index.d.ts), along with dependency version bumps (call-bind-apply-helpers, get-intrinsic), and a tsconfig target/lib change.
Breakingv1.0.3
v1.0.3 is a small refactor of the call-bound implementation and updates dependency versions. The release notes provided with this release are empty, so the changelog details are not treated as authoritative here.
v1.0.2
Release v1.0.2 was published on 2024-12-10, but no release notes were provided by the publisher. As a result, this upgrade cannot be assessed for new features, breaking changes, bug fixes, security, or dependency updates based on the provided information.
v1.0.1
Release v1.0.1 was published on 2024-12-05. No release notes or change details were provided by the publisher, so the upgrade impact (new features, fixes, or breaking changes) cannot be determined from the release information alone.