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

ansi-style-parser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-style-parser - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

17

index.js

@@ -37,2 +37,9 @@ var ansiRegEx = require('ansi-regex');

gray: [90, 39],
lightRed: [91, 39],
lightGreen: [92, 39],
lightYellow: [93, 39],
lightBlue: [94, 39],
lightMagenta: [95, 39],
lightCyan: [96, 39],
lightWhite: [97, 39],
bgBlack: [40, 49],

@@ -45,3 +52,11 @@ bgRed: [41, 49],

bgCyan: [46, 49],
bgWhite: [47, 49]
bgWhite: [47, 49],
bgGray: [100, 49],
bgLightRed: [101, 49],
bgLightGreen: [102, 49],
bgLightYellow: [103, 49],
bgLightBlue: [104, 49],
bgLightMagenta: [105, 49],
bgLightCyan: [106, 49],
bgLightWhite: [107, 49],
};

@@ -48,0 +63,0 @@

2

package.json
{
"name": "ansi-style-parser",
"version": "1.0.1",
"version": "1.1.0",
"description": "Parse ansi colors and styles",

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

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