Comparing version 2.0.1 to 2.0.2
@@ -6,5 +6,4 @@ | ||
exports.goodMsg = function (color, msg) { | ||
if (!color) color = '\x1b[31m'; | ||
console.log(color, msg.m, '\x1b[0m'); | ||
exports.goodMsg = function () { | ||
console.log('x1b[31m', 'This is green color' , '\x1b[0m'); | ||
} |
{ | ||
"name": "tstw", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "This npm module is for testing npm version.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
703
5