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

ansi-styles

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-styles - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

27

package.json
{
"name": "ansi-styles",
"version": "0.1.0",
"version": "0.1.1",
"description": "ANSI escape codes for colorizing strings in the terminal",

@@ -9,2 +9,3 @@ "keywords": [

"color",
"colour",
"colors",

@@ -19,6 +20,13 @@ "terminal",

"rgb",
"256"
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"homepage": "https://github.com/sindresorhus/ansi-styles",
"bugs": "https://github.com/sindresorhus/ansi-styles/issues",
"license": "MIT",
"author": {

@@ -29,3 +37,6 @@ "name": "Sindre Sorhus",

},
"main": "ansi-styles.js",
"files": [
"ansi-styles.js"
],
"main": "ansi-styles",
"repository": {

@@ -43,11 +54,3 @@ "type": "git",

"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
],
"files": [
"ansi-styles.js"
]
}
}

@@ -5,2 +5,4 @@ # ansi-styles [![Build Status](https://secure.travis-ci.org/sindresorhus/ansi-styles.png?branch=master)](http://travis-ci.org/sindresorhus/ansi-styles)

You probably want the higher-level [chalk](https://github.com/sindresorhus/chalk) module for styling your strings.
![screenshot](screenshot.png)

@@ -7,0 +9,0 @@

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