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

ccolor

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ccolor - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "ccolor",
"version": "1.3.0",
"version": "1.3.1",
"description": "Console color",

@@ -5,0 +5,0 @@ "main": "app.js",

@@ -52,3 +52,3 @@ # CColor

// Use multiple styles, foregrounds and backgrounds at the same time.
console.log(CColor.setColor('Underscored style with red foreground with yellow background.',
console.log(CColor.setColor('Underscored style with red foreground and yellow background.',
CColor.Colors.style.underscore,

@@ -55,0 +55,0 @@ CColor.Colors.foreground.red,

@@ -39,5 +39,5 @@ // Import.

console.log('--------');
console.log(CColor.setColor('Underscored style with red foreground with yellow background.',
console.log(CColor.setColor('Underscored style with red foreground and yellow background.',
CColor.Colors.style.underscore,
CColor.Colors.foreground.red,
CColor.Colors.background.yellow));
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