Socket
Socket
Sign inDemoInstall

enhanced-console

Package Overview
Dependencies
3
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    enhanced-console

Add colors to console APIs


Version published
Weekly downloads
2
Maintainers
1
Install size
67.9 kB
Created
Weekly downloads
 

Readme

Source

enhanced-console

Add colors and more power to console APIs

Installation

Install with npm install enhanced-console.

Usage

var console = require('color-console')

console.info("I should be blue");
console.warn("I should be yellow");
console.error("I should be red");
console.highlight("I should be highlighted");

Configuration

Coming soon

Dependencies

  • colors

License

The MIT License

Copyright (c) 2016 Kousha Talebian

FAQs

Last updated on 13 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc