New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chalk-log

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chalk-log - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -6,3 +6,3 @@ var chalk = require('chalk');

log : function(str){
console.log(' '+str+' ');
console.log(str+' ');
},

@@ -9,0 +9,0 @@ note : function(str){

{
"name": "chalk-log",
"version": "1.0.2",
"version": "1.0.3",
"description": "console logging witk chalk",

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

##chalk-log
![example](http://goo.gl/ZfYOXO)
Is basically a [chalk](https://www.npmjs.org/package/chalk) wrapper.
For cli logging in Node.js
For console logging in Node.js
```javascript

@@ -20,4 +22,1 @@ var log = require('chalk-log');

![example](http://goo.gl/ToaQOQ)
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