
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
color-list
Advanced tools
Comprehensive ANSI color definitions for terminal output in Python.
pip install color-list
from color_list import get_color_list, get_color_dict
# Get all colors as (NAME, ansi_code) tuples
colors = get_color_list()
for name, code in colors:
print(f"{code}{name}\033[0m")
# Get colors as a dictionary
color_dict = get_color_dict()
print(f"{color_dict['CYAN']}Hello in cyan!\033[0m")
get_color_list() -> list[tuple[str, str]]Returns a list of (NAME, ansi_code) tuples for all available colors.
get_color_dict() -> dict[str, str]Returns a dictionary mapping color names to ANSI codes.
| Category | Examples |
|---|---|
| Standard (30-37) | BLACK, DARK_RED, DARK_GREEN, DARK_YELLOW, DARK_BLUE, DARK_MAGENTA, DARK_CYAN, LIGHT_GRAY |
| Bright (90-97) | DARK_GRAY, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE |
| Extended 256 | ORANGE, PINK, CORAL, GOLD, LIME, TEAL, AQUA, PURPLE, VIOLET, LAVENDER, and more |
| Category | Examples |
|---|---|
| Standard (40-47) | BG_BLACK, BG_RED, BG_GREEN, BG_YELLOW, BG_BLUE, BG_MAGENTA, BG_CYAN, BG_WHITE |
| Bright (100-107) | BG_DARK_GRAY, BG_BRIGHT_RED, BG_BRIGHT_GREEN, BG_BRIGHT_BLUE, and more |
| Extended 256 | BG_ORANGE, BG_PINK, BG_PURPLE, BG_TEAL, BG_NAVY, BG_GOLD, and more |
RESET, BOLD, DIM, ITALIC, UNDERLINE, BLINK, REVERSE, HIDDEN, STRIKETHROUGH
MIT
FAQs
Comprehensive ANSI color definitions for terminal output
We found that color-list demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.