enabled is a small utility that checks whether a given namespace name matches a flag defined via environment variables, converting those variables into regular expressions for matching. It returns a boolean, and it is useful in browsers and servers (ES3 compatible) to gate behavior based on configurable enabled patterns.
Project status
- This GitHub source (3rd-Eden/enabled) appears quiet or in maintenance mode, with its last upstream push on 2020-02-25, and no evidence of recent activity relative to today (2026-08-12).
- The update history shows infrequent updates, with releases in 2018 (2.0.0), 2016 (1.0.2), and 2015 (1.0.1), suggesting no regular cadence in recent years.
AI summary generated
Recent updates
2.0.0
Release 2.0.0 has no publisher release notes provided, so the documented vs actual comparison is effectively against an empty baseline. The code changes primarily refactor the API to take a pattern string directly rather than reading environment variables internally.
Breaking1.0.2
Release 1.0.2 updates the `enabled` package from 1.0.1 and adds CI coverage for multiple Node versions. There is no published release notes content, but the code and tests show a behavioral change in how negative debug ranges (entries starting with `-`) are handled.
Breaking1.0.1
Release 1.0.1 was published on 2015-05-29. No release notes or change details were provided by the publisher, so there is no documented information available to assess feature additions, bug fixes, or breaking changes.