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 2.0.2 to 2.0.3

2

lib/ansi.js

@@ -39,2 +39,4 @@

var term = process.env.TERM;
if (!term) return false;
term = term.toLowerCase();

@@ -41,0 +43,0 @@ return term.indexOf('256') !== -1;

4

package.json
{
"name": "colorful",
"version": "2.0.2",
"version": "2.0.3",
"description": "colorful if a terminal tool for colors",

@@ -23,2 +23,2 @@ "keywords": [

}
}
}
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