winston-daily-rotate-file
Advanced tools
Comparing version 4.4.2 to 4.4.3
{ | ||
"name": "winston-daily-rotate-file", | ||
"version": "4.4.2", | ||
"version": "4.4.3", | ||
"description": "A transport for winston which logs to a rotating file each day.", | ||
@@ -37,6 +37,6 @@ "main": "index.js", | ||
"eslint": "^6.0.1", | ||
"eslint-plugin-node": "^10.0.0", | ||
"mocha": "^6.1.4", | ||
"eslint-plugin-node": "^11.0.0", | ||
"mocha": "^7.1.1", | ||
"moment": "^2.24.0", | ||
"rimraf": "2.6.3" | ||
"rimraf": "^3.0.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "dependencies": { |
@@ -5,2 +5,4 @@ # winston-daily-rotate-file | ||
[![NPM](https://nodei.co/npm/winston-daily-rotate-file.png)](https://nodei.co/npm/winston-daily-rotate-file/) | ||
A transport for [winston](https://github.com/winstonjs/winston) which logs to a rotating file. Logs can be rotated based on a date, size limit, and old logs can be removed based on count or elapsed days. | ||
@@ -7,0 +9,0 @@ |
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
33548
82