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.5 to 0.0.6

4

ansi-pansi.js

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

[[1,31,4], ['string']]
[[],['foo']]
function AnsiPansi( str ) {

@@ -22,3 +20,3 @@ this.formats = []; this.output = [];

function setFormat( v ) { return function() { this.current[0].push( v ); return this; }; }
function setView( v ) { return function() { this.view = v; return this; }; }
function setView( v ) { return function() { this.view = v; return this; }; }
function tostring( s, v ) {

@@ -25,0 +23,0 @@ switch ( Object.prototype.toString.call( v ) ) {

{
"author" : {
"name" : "constantology",
"email" : "constantology@gmail.com",
"email" : "christos@muigui.com",
"url" : "http://muigui.com"

@@ -19,3 +19,3 @@ },

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