simple-node-logger
Advanced tools
Comparing version 0.93.27 to 0.93.28
{ | ||
"name": "simple-node-logger", | ||
"version": "0.93.27", | ||
"version": "0.93.28", | ||
"description": "A node console and file logger suitable for small, medium and large production projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -223,3 +223,3 @@ /** | ||
appender.getTypeName().should.equal('ConsoleAppender'); | ||
const dt = new Date('2017-05-01T01:01:01'); | ||
const dt = new Date('2017-05-01T01:01:01Z'); | ||
appender.formatTimestamp(dt).should.equal('1493600461000'); | ||
@@ -226,0 +226,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
125622