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
- The repository appears actively maintained, with a recent upstream push on 2025-03-03 and tagged updates including v1.0.4, v1.0.3, and v1.0.2 within 2024-12 to 2025-03.
- The apparent update cadence is modest, roughly one update every few months based on the last three tagged updates (v1.0.2 on 2024-12-10, v1.0.3 on 2024-12-16, v1.0.4 on 2025-03-03).
AI summary generated Today
Recent updates
v1.0.4
3/3/2025This 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
12/16/2024v1.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
12/10/2024Release 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
12/5/2024Release 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.