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 - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

20

index.js

@@ -32,3 +32,21 @@ module.exports = {

magentaBg : "\033[45m",
cyanBg : "\033[46m"
cyanBg : "\033[46m",
brightBlack : "\033[90m",
brightRed : "\033[91m",
brightGreen : "\033[92m",
brightYellow : "\033[93m",
brightBlue : "\033[94m",
brightMagenta : "\033[95m",
brightCyan : "\033[96m",
brightWhite : "\033[97m",
brightBlackBg : "\033[100m",
brightRedBg : "\033[101m",
brightGreenBg : "\033[102m",
brightYellowBg : "\033[103m",
brightBlueBg : "\033[104m",
brightMagentaBg : "\033[105m",
brightCyanBg : "\033[106m",
brightWhiteBg : "\033[107m"
}

2

package.json
{
"name": "ansi-codes",
"version": "0.0.1",
"version": "0.0.2",
"description": "just an object that returns ANSI styling codes",

@@ -5,0 +5,0 @@ "main": "index.js",

## ansi-codes
ANSI Styling codes.
ANSI Styling codes. Check out [styled](https://github.com/azer/styled) or [style-format](https://github.com/azer/style-format) if you're looking for an example usage of this library.

@@ -5,0 +5,0 @@ ## Install

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