simple-node-logger
Advanced tools
Comparing version 0.93.22 to 0.93.23
{ | ||
"name": "simple-node-logger", | ||
"version": "0.93.22", | ||
"description": "A simple node console and file logger suitable for small, medium and large projects.", | ||
"version": "0.93.23", | ||
"description": "A node console and file logger suitable for small, medium and large production projects.", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -238,2 +238,2 @@ # Simple Node Logger | ||
- - - | ||
<p><small><em>Copyright © 2014-2017, rain city software | Version 0.93.22</em></small></p> | ||
<p><small><em>Copyright © 2014-2017, rain city software | Version 0.93.23</em></small></p> |
@@ -63,3 +63,3 @@ /** | ||
it.only('should check openWriter can open a new file with default createFileName', function() { | ||
it('should check openWriter can open a new file with default createFileName', function() { | ||
const p = appender.__protected(); | ||
@@ -66,0 +66,0 @@ p.openWriter.should.be.a('function'); |
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
125379