Back to Explore

isaacs/wrappy

GitHub
1 watchersOpen source

Last release: 5/17/2016

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

  • The project is likely in maintenance mode: published updates have not progressed beyond v1.0.2 (2016), but there was an upstream push in 2024-02-10 (so the repo is not completely dormant).
  • Apparent update/release cadence is very low, with versions released in 2014-2016 and then no clearly documented, versioned updates after v1.0.2.

AI summary generated Today

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

Recent updates

  • v1.0.2

    5/17/2016

    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

    9/18/2014

    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

    9/18/2014

    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.