
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
yoctocolors
Advanced tools
yoctocolors 🌈
The smallest and fastest command-line coloring package on the internet
Check out Chalk if you want something more mature and comprehensive.
ESM:
npm install yoctocolors
Or CommonJS:
npm install yoctocolors-cjs
import colors from 'yoctocolors';
console.log(colors.red('Yo!'));
console.log(colors.blue(`Welcome to the ${colors.green('yoctocolors')} package!`));
You can also import colors as named imports:
import {red, blue, green} from 'yoctocolors';
console.log(red('Yo!'));
console.log(blue(`Welcome to the ${green('yoctocolors')} package!`));
This package supports basic color detection. Colors can be forcefully enabled by setting the FORCE_COLOR environment variable to 1 and can be forcefully disabled by setting NO_COLOR or NODE_DISABLE_COLORS to any value. More info.
reset - Reset the current style.bold - Make the text bold.dim - Make the text have lower opacity.italic - Make the text italic. (Not widely supported)underline - Put a horizontal line above the text. (Not widely supported)overline - Put a horizontal line below the text. (Not widely supported)inverse- Invert background and foreground colors.hidden - Print the text but make it invisible.strikethrough - Put a horizontal line through the center of the text. (Not widely supported)blackredgreenyellowbluemagentacyanwhitegrayredBrightgreenBrightyellowBrightblueBrightmagentaBrightcyanBrightwhiteBrightbgBlackbgRedbgGreenbgYellowbgBluebgMagentabgCyanbgWhitebgGraybgRedBrightbgGreenBrightbgYellowBrightbgBlueBrightbgMagentaBrightbgCyanBrightbgWhiteBrightYes
$ ./benchmark.js
┌─────────┬────────────────┬─────────────┐
│ (index) │ library │ ops/sec │
├─────────┼────────────────┼─────────────┤
│ 0 │ 'yoctocolors' │ '8,000,000' │
│ 1 │ 'colorette' │ '8,000,000' │
│ 2 │ 'picocolors' │ '8,000,000' │
│ 3 │ 'nanocolors' │ '5,988,024' │
│ 4 │ 'chalk' │ '4,807,692' │
│ 5 │ 'kleur/colors' │ '4,807,692' │
│ 6 │ 'kleur' │ '4,784,689' │
│ 7 │ 'ansi-colors' │ '2,178,649' │
│ 8 │ 'cli-color' │ '585,138' │
└─────────┴────────────────┴─────────────┘
See benchmark.js.
It was the smallest official unit prefix in the metric system until 2022. Much smaller than nano.
Chalk is a popular library for styling terminal output with colors. It offers a wide range of colors and styles, and it is known for its simplicity and ease of use. Compared to yoctocolors, Chalk has a larger community and more extensive documentation.
Colors is another library for adding color and style to terminal output. It provides a variety of color and style options and is known for its straightforward API. While it offers similar functionalities to yoctocolors, it is slightly larger in size.
Ansi-colors is a library for styling terminal output with ANSI escape codes. It is lightweight and fast, making it a good alternative to yoctocolors. It offers similar features but focuses more on performance and minimalism.
FAQs
The smallest and fastest command-line coloring package on the internet
The npm package yoctocolors receives a total of 11,993,362 weekly downloads. As such, yoctocolors popularity was classified as popular.
We found that yoctocolors 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.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.