This software provides the Node.js `util.deprecate()` function in environments with browser support, including use via browserify. It lets developers mark functions as deprecated so callers will see a deprecation warning message.
Project status
- Maintenance status: The source does not show evidence of active maintenance, the most recent upstream push was 2018-11-11, and there are no recent updates relative to today (2026-09-10), so it appears quiet/dormant (maintenance mode at best).
- Update cadence: Updates are infrequent and historical, with published update activity around 2014 to 2015, and no update summaries closer to the 2018 upstream push.
AI summary generated
Recent updates
1.0.2
Release 1.0.2 makes a small browser-side change related to checking `localStorage`. The only code diff updates `browser.js` to avoid exceptions when `localStorage` access is blocked (for example, in sandboxed iframes).
v1.0.1
Release v1.0.1 updates the browser implementation of util-deprecate and adjusts the warning behavior. The published release notes are missing, so all behavioral changes must be inferred from the code diff.
BreakingFeaturesv1.0.0
Release v1.0.0 was published on 2014-04-30, but no release notes were provided by the publisher. As a result, there is no documented information about new features, breaking changes, bug fixes, security updates, or migration steps.