Socket
Socket
Sign inDemoInstall

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 3.3.0 to 3.3.1

3

daily-rotate-file.js

@@ -87,3 +87,4 @@ 'use strict';

size: getMaxSize(options.maxSize),
max_logs: options.maxFiles
max_logs: options.maxFiles,
end_stream: true
});

@@ -90,0 +91,0 @@

{
"name": "winston-daily-rotate-file",
"version": "3.3.0",
"version": "3.3.1",
"description": "A transport for winston which logs to a rotating file each day.",

@@ -43,3 +43,3 @@ "main": "index.js",

"dependencies": {
"file-stream-rotator": "^0.2.1",
"file-stream-rotator": "^0.3.0",
"semver": "^5.5.0",

@@ -46,0 +46,0 @@ "triple-beam": "^1.3.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