inv-loggers
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.11.1 | ||
(function() { | ||
@@ -19,8 +19,8 @@ var chalk, isArguments, log, logs_, partialLogger, toArray; | ||
if (label != null) { | ||
console.log(chalk.grey("****** ") + chalk[color](label.toString()) + chalk.grey(" ******")); | ||
console.log(chalk.grey('****** ') + chalk[color](label.toString()) + chalk.grey(' ******')); | ||
} else { | ||
console.log(chalk[color]("******************************")); | ||
console.log(chalk[color]('******************************')); | ||
} | ||
console.log(obj); | ||
console.log(chalk.grey("-----")); | ||
console.log(chalk.grey('-----')); | ||
return obj; | ||
@@ -59,3 +59,3 @@ } | ||
partialLogger = function(logger) { | ||
logs_.partialLogger = partialLogger = function(logger) { | ||
return function(label) { | ||
@@ -62,0 +62,0 @@ return function(obj) { |
{ | ||
"name": "inv-loggers", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "loggers and partial loggers", | ||
@@ -5,0 +5,0 @@ "main": "./build/inv-loggers.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53277