log-timestamp
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -15,3 +15,3 @@ var util = require('util'); | ||
function timestamp() { | ||
return '[' + new Date().toISOString() + '] %s'; | ||
return '[' + new Date().toISOString() + ']'; | ||
} |
{ | ||
"name": "log-timestamp", | ||
"description": "Prepend timestamps to functions like console.log, console.warn, etc", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)", | ||
@@ -6,0 +6,0 @@ "contributors": [], |
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
2270
8
31