Back to Explore

Raynos/function-bind

GitHub
1 watchersOpen source

Last release: 10/12/2023

Provides an implementation of JavaScript’s Function.prototype.bind as an npm package, useful for environments that lack native bind support such as older PhantomJS versions, Internet Explorer below 9, and Node.js below 0.6. You can require it and assign it to Function.prototype.bind to enable bind functionality.

Project status

  • This GitHub source shows infrequent activity, with the most recent upstream push dated 2023-10-12 and the latest recorded change being v1.1.2 on the same day, which suggests it is maintained but not on a regular schedule.
  • Apparent update cadence is highly irregular, with version updates in 2023-10 (v1.1.2), then a long gap to 2017-08 (v1.1.1), and another long gap to 2016-02 (v1.1.0), indicating a long-term, low-frequency maintenance pattern.

AI summary generated Today

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

Recent updates

  • v1.1.2

    10/12/2023

    v1.1.2 does not include any publisher-provided release notes, but the diff shows a version bump plus a substantial internal refactor of the bind implementation. Most other changes are development and CI related (ESLint config, GitHub Actions workflows, gitignore, and devDependency/script updates), with one notable runtime implementation change in implementation.js.

  • v1.1.1

    8/28/2017

    Release v1.1.1 does not provide any release notes. The diff shows no substantive runtime feature changes, but it does add strict mode directives and makes significant adjustments to development tooling and CI/test scripts.

  • v1.1.0

    2/14/2016

    Release v1.1.0 was published on 2016-02-14, but no release notes were provided by the publisher. As a result, this release cannot be audited from the provided text for breaking changes, new features, bug fixes, or security updates.