Socket
Socket
Sign inDemoInstall

colors

Package Overview
Dependencies
Maintainers
1
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.0.1 to 1.0.2

2

package.json
{
"name": "colors",
"description": "get colors in your node.js console",
"version": "1.0.1",
"version": "1.0.2",
"author": "Marak Squires",

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

@@ -105,3 +105,3 @@ # colors.js

var name = 'Marak';
console.log(chalk.green('Hello %s'), name);
console.log(colors.green('Hello %s'), name);
// outputs -> 'Hello Marak'

@@ -108,0 +108,0 @@ ```

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