Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ansi-codes

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-codes

just an object that returns ANSI styling codes

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-65.45%
Maintainers
1
Weekly downloads
 
Created
Source

ansi-codes

ANSI Styling codes. Check out styled or style-format if you're looking for an example usage of this library.

Install

$ npm install ansi-codes

Usage

ansiCodes = require('ansi-codes')

ansiCodes.bold
// => \033[1m

ansiCodes.yellow
// => \033[31m

ansiCodes.greenBg
// => \033[42m

Reference

reset: \033[0m

bold: \033[1m

italic: \033[3m

blink: \033[5m

underline: \033[4m

underlineOff: \033[24m

inverse: \033[7m

inverseOff: \033[27m

strikethrough: \033[9m

strikethroughOff: \033[29m

def: \033[39m

white: \033[37m

black: \033[30m

red: \033[31m

green: \033[32m

blue: \033[34m

yellow: \033[33m

magenta: \033[35m

cyan: \033[36m

defBg: \033[49m

whiteBg: \033[47m

blackBg: \033[40m

redBg: \033[41m

greenBg: \033[42m

blueBg: \033[44m

yellowBg: \033[43m

magentaBg: \033[45m

cyanBg: \033[46m

Keywords

FAQs

Package last updated on 03 Jul 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc