Back to Explore

DABH/colors.js

GitHub
1 watchersOpen source

Last release:

@colors/colors provides functions to add text colors and styles in Node.js console output, including foreground and background colors plus styles like bold, underline, and inverse. It can auto-detect terminal color support (and can be forced on or off), and it also supports string-safe usage (without extending String.prototype) and custom themes.

Project status

  • Maintenance status: Likely in maintenance mode. The most recent published updates shown are v1.6.0 on 2023-07-10, and while the repo has an upstream push recorded on 2024-11-18, there are no newer release/update notes in the provided history.
  • Update cadence: Historically infrequent, with v1.5.0 in 2022-02-12 and v1.6.0 in 2023-07-10 (roughly 1.5 years between major steps), and no documented updates after 2023-07-10 despite a later push in 2024-11.

AI summary generated

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

Recent updates

  • v1.6.0

    v1.6.0 primarily adds missing TypeScript typings for the bright color APIs, and improves runtime compatibility for environments where process.argv is unavailable. It also updates CI to newer Node versions and bumps linting/tooling dependencies (eslint, eslint-config-google, and GitHub Actions versions).

    Features
  • v1.5.0

    v1.5.0 is primarily a dependency update release with a required rename of the published package from colors to @colors/colors, along with switching CI to GitHub Actions. It also adds a default tsconfig.json and adjusts behavior for FORCE_COLOR so color output works in CI environments.

    BreakingFeatures
  • v1.4.0

    Release v1.4.0 was published on 2019-09-22, but no release notes were provided by the publisher. As a result, there is no documented information here about new features, fixes, breaking changes, or migration steps.