Back to Explore

isaacs/wrappy

GitHub
1 watchersOpen source

Last release:

Wrappy is a callback wrapping utility for JavaScript, useful for ensuring a callback is called only once. It can also wrap functions while retaining properties from the original function, which helps with common npm-cli style callback patterns.

Project status

  • Maintenance status: Not actively maintained, upstream last push was 2024-02-10, and the most recent tagged updates appear to be years earlier than that (v1.0.2 in 2016), indicating a quiet or maintenance-mode trajectory.
  • Update cadence: Very low cadence, long gaps between tagged updates (2014 to 2016), with no evidence of ongoing frequent updates through 2026-06-09.

AI summary generated

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

Recent updates

  • v1.0.2

    Release v1.0.2 contains no published release notes. The code diff shows mostly packaging and CI/test configuration changes, plus an npm manifest update that affects what gets published to npm.

    BreakingFeatures
  • v1.0.1

    Release v1.0.1 makes a small functional change to wrappy’s behavior when wrapping functions. The only code changes in this diff involve copying enumerable properties from the input function onto the returned wrapper, and updating tests to assert that behavior.

    Features
  • v1.0.0

    This release (v1.0.0) has no release notes provided by the publisher, so there is no documented information about new features, bug fixes, security fixes, or breaking changes. To assess upgrade impact, you will need to compare tags/commits (or API/docs) between your current version and v1.0.0.