New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ansi-256-colors

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-256-colors - npm Package Compare versions

Comparing version

to
1.1.0

4

index.js

@@ -7,4 +7,4 @@ (function () {

*/
var fgcodes = Array.apply(null, new Array(256)).map(function (_, i) { return '\x1b[;38;5;' + i + 'm'; });
var bgcodes = Array.apply(null, new Array(256)).map(function (_, i) { return '\x1b[;48;5;' + i + 'm'; });
var fgcodes = Array.apply(null, new Array(256)).map(function (_, i) { return '\x1b[38;5;' + i + 'm'; });
var bgcodes = Array.apply(null, new Array(256)).map(function (_, i) { return '\x1b[48;5;' + i + 'm'; });

@@ -11,0 +11,0 @@ /*

{
"name": "ansi-256-colors",
"version": "1.0.3",
"version": "1.1.0",
"description": "256 xterm color codes",

@@ -5,0 +5,0 @@ "license": "MIT",