Back to Explore

DABH/diagnostics

GitHub
1 watchersOpen source

Last release:

A small Node.js-focused diagnostics tool that creates namespaced debug loggers disabled by default and enabled via flags, without changing application code. Useful for emitting meaningful logs across multiple JavaScript environments (Node.js, browsers, React Native), with support for separating development and production builds to minimize impact when bundled.

Project status

  • Maintenance status: The repo appears quiet as of today, with the most recent upstream push and the newest recorded update on 2025-09-30, about 10.5 months ago.
  • Update cadence: There is a tight cluster of updates on 2025-09-30 (v2.0.5 through v2.0.8 within hours), but no evidence of further updates since then.

AI summary generated

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

Recent updates

  • v2.0.8

    Release v2.0.8 bumps the package version and removes the runtime dependency fix-esm. The diff is limited to package.json and package-lock.json, with additional lockfile-only metadata changes.

  • v2.0.7

    v2.0.7 updates the @so-ric/colorspace dependency, aiming to address a CJS/ESM interop problem referenced in the release notes. The code diff also changes how colorspace is imported in the namespace modifiers.

  • v2.0.6

    v2.0.6 updates the project dependency set and introduces the fix-esm shim to address ESM/CJS interop issues around @so-ric/colorspace. The actual code change is limited to how colorspace is loaded in the ANSI and non-ANSI namespace modifier modules, while the larger change is package.json and package-lock dependency churn.

    Breaking
  • v2.0.5

    v2.0.5 is a small maintenance release with dependency and metadata adjustments. It updates the color package to remove the dependency on simple-swizzle, and fixes broken links in package.json.