winston-daily-rotate-file
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -42,2 +42,7 @@ declare module "winston-daily-rotate-file" { | ||
maxFiles?: string | number; | ||
/** | ||
* An object resembling https://nodejs.org/api/fs.html#fs_fs_createwritestream_path_options indicating additional options that should be passed to the file stream. (default: `{ flags: 'a' }`) | ||
*/ | ||
options?: string | object; | ||
} | ||
@@ -44,0 +49,0 @@ |
{ | ||
"name": "winston-daily-rotate-file", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "A transport for winston which logs to a rotating file each day.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
27635
543