🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ansi-red

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-red

The color red, in ansi.

0.1.1
latest
Source
npm
Version published
Weekly downloads
987K
-4.31%
Maintainers
1
Weekly downloads
 
Created

What is ansi-red?

The ansi-red npm package is a simple utility for styling text with red ANSI color codes. It is typically used to make text output in the terminal more readable by adding red color to the text.

What are ansi-red's main functionalities?

Red Text Styling

This feature allows you to style text with red color in the terminal. The code sample demonstrates how to use the ansi-red package to print 'This text will be red!' in red color.

const red = require('ansi-red');
console.log(red('This text will be red!'));

Other packages similar to ansi-red

Keywords

red

FAQs

Package last updated on 22 May 2015

Did you know?

Socket

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.

Install

Related posts