@josecarlosrz/logger
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -77,3 +77,4 @@ const nodeConsole = require('console'); | ||
args.forEach(console.log); | ||
args.forEach(arg => | ||
console.log(arg)); | ||
@@ -80,0 +81,0 @@ console.groupEnd(); |
{ | ||
"name": "@josecarlosrz/logger", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "Function to log each component of our application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,2 +7,2 @@ const Logger = require('./'); | ||
Logger.log('Hello'); | ||
Logger.log('Hello', true, 'boom'); |
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
3831
101