rotating-file-stream
Advanced tools
Comparing version 3.2.4 to 3.2.5
@@ -355,3 +355,3 @@ "use strict"; | ||
size: stats.size, | ||
time: stats.ctime.getTime() | ||
time: stats.mtime.getTime() | ||
}); | ||
@@ -358,0 +358,0 @@ } |
@@ -373,3 +373,3 @@ import { exec } from "child_process"; | ||
size: stats.size, | ||
time: stats.ctime.getTime() | ||
time: stats.mtime.getTime() | ||
}); | ||
@@ -376,0 +376,0 @@ } |
{ | ||
"name": "rotating-file-stream", | ||
"version": "3.2.4", | ||
"version": "3.2.5", | ||
"description": "Opens a stream.Writable to a file rotated by interval and/or size. A logrotate alternative.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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