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

ansi-pansi

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

Comparing version 0.0.6 to 0.0.7

2

ansi-pansi.js

@@ -23,3 +23,3 @@ var colours = { black : 0, red : 1, green : 2, yellow : 3, blue : 4, magenta : 5, cyan : 6, white : 7 },

case '[object String]' : s += v; break;
case '[object Array]' : s += ( s.length ? ' ' : '' ) + '\033[' + v[0].join( ';' ) + 'm' + v[1].join( ' ' ); break;
case '[object Array]' : s += '\033[' + v[0].join( ';' ) + 'm' + v[1].join( '' ); break;
}

@@ -26,0 +26,0 @@ return s;

@@ -19,3 +19,3 @@ {

},
"version" : "0.0.6"
"version" : "0.0.7"
}
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