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 GitHub source appears quiet and not actively maintained, with the last upstream push on 2024-02-10 and no recent updates near today (2026-09-10).
- Update cadence is historical and sporadic, with published versions in 2014 to 2016, and no evidence of ongoing updates after that period.
AI summary generated
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.
BreakingFeaturesv1.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.
Featuresv1.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.