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

colorful

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorful - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

5

lib/logging.js

@@ -45,6 +45,3 @@ /*

}
if (level === 'warn') {
text += paint(' WARN ').yellow_bg.color + ' ';
} else if (level === 'error') {
text += paint(' ERROR ').red_bg.color + ' ';
if (level === 'error') {
stream = process.stderr;

@@ -51,0 +48,0 @@ }

2

package.json
{
"name": "colorful",
"version": "1.1.1",
"version": "1.1.2",
"description": "colorful if a terminal tool for color, logging and command",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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