New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3 to 0.0.4

2

ansi-pansi.js
var code = {
reset : 0,
// formatting
bold : 1, italic : 3, underline : 4, blink : 5, reverse : 7, hide : 8,
bold : 1, faint : 2, italic : 3, underline : 4, blink : 5, blinkfast : 5, invert : 7, hide : 8, strike : 9,
// foreground colours

@@ -6,0 +6,0 @@ black : 30, red : 31, green : 32, yellow : 33, blue : 34, magenta : 35, cyan : 36, white : 37,

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

},
"version" : "0.0.3"
"version" : "0.0.4"
}

@@ -29,4 +29,6 @@ # ansi pansi

**NOTE: ** Not all formatting across all CLIs.
### formatting
`bold`, `italic`, `underline`, `blink`, `reverse`, `hide`.
`bold`, `faint`, `italic`, `underline`, `blink`, `blinkfast`, `invert`, `hide`, `strike`

@@ -33,0 +35,0 @@ ### foreground colours

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