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

clrlg

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clrlg - npm Package Compare versions

Comparing version 0.0.62 to 0.0.63

2

package.json
{
"name": "clrlg",
"version": "0.0.62",
"version": "0.0.63",
"description": "Color Log",

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

# clrlg
Color Logging with timers and other functionality to the console.
Improve the standard console.log output by adding Color Logging, timers and timestamps. High performance and Easy to Setup and Use.

@@ -8,7 +8,7 @@

Require the clrlg inside your node app, and then use it instead of the standard console.log. Give more meaning to your console output, by adding colors, and timers.
Require the **clrlg** into your node app, and then use it instead of the standard *console.log*. Give more meaning to your console output, by adding colors, and timers.
### Installing
To install the module before using it inside your project. We recommend installing it globally (-g)
To use the **clrlg** module you first need to install it into your app project. We recommend installing it globally (-g)

@@ -27,5 +27,5 @@ ```

To use clrlg inside your project.
To use **clrlg** inside your project app.
In your code Require the installed module.
In your code include the installed module.

@@ -36,3 +36,3 @@ ```

Assign a variable to the constructor.
Now assign a variable to the constructor.

@@ -43,3 +43,3 @@ ```

Now output from anywhere in your code using he **lg** method.
Now output to the terminal from anywhere in your code using he **lg** method.

@@ -53,4 +53,5 @@ ```

```
c.lg("color output","red|yellow|blue|green|magenta|grey|white(default)|cyan");
c.lg("text to output","red|yellow|blue|green|magenta|grey|white(default)|cyan");
```
For example

@@ -57,0 +58,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