Socket
Socket
Sign inDemoInstall

colors

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colors - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

lib/colors.js

@@ -108,3 +108,3 @@ /*

var str = args.map(function(arg) {
return typeof arg === 'object' ? util.inspect(arg) : arg;
return arg.constructor === String ? arg : util.inspect(arg);
}).join(' ');

@@ -111,0 +111,0 @@

{
"name": "colors",
"description": "get colors in your node.js console",
"version": "1.2.3",
"version": "1.2.4",
"author": "Marak Squires",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/Marak/colors.js",

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