Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

winston-daily-rotate-file

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-daily-rotate-file - npm Package Compare versions

Comparing version 4.4.2 to 4.4.3

8

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc