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

cli-logger

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-logger - npm Package Compare versions

Comparing version

to
0.5.10

@@ -87,7 +87,2 @@ var EventEmitter = require('events').EventEmitter;

var lines = msg.split('\n');
// trailing newline, prevent double newline
if(!lines[lines.length - 1]) {
lines.pop();
}
//console.dir(msg);
lines.forEach(function(line) {

@@ -94,0 +89,0 @@ msg = scope.prefix(prefix, '' + line);

{
"name": "cli-logger",
"version": "0.5.9",
"version": "0.5.10",
"description": "Logger implementation for command line interfaces",

@@ -5,0 +5,0 @@ "author": "muji <noop@xpm.io>",