@geek/logger
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -167,2 +167,3 @@ /* eslint-disable eqeqeq */ | ||
//TODO: Need to move some of these to a new home... | ||
switch (message) { | ||
@@ -197,3 +198,3 @@ case 'screen_view': | ||
if (extra) { | ||
if (![ undefined, null ].includes(extra)) { | ||
clone.message = `${red.bold('Event Generated:')} ${cyan(message)} -- ${green(extra)}`; | ||
@@ -200,0 +201,0 @@ } else { |
{ | ||
"name": "@geek/logger", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Logging module for Node.js and Axway Titanium", | ||
@@ -5,0 +5,0 @@ "main": "Logger.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
88320
942