@gigafied/log
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -78,3 +78,3 @@ (function (root) { | ||
log.apply(root.console, logArgs.concat(args)) | ||
for (i = 0; i < handlers.length; i++) handlers.apply(null, [level, namespace, msg].concat(args)) | ||
for (i = 0; i < handlers.length; i++) handlers[i].apply(null, [level, namespace, msg].concat(args)) | ||
} | ||
@@ -81,0 +81,0 @@ } |
{ | ||
"name": "@gigafied/log", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Browser Logging", |
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
5694