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 1.4.5 to 1.4.6

2

index.js

@@ -588,3 +588,3 @@ 'use strict';

inp.pipe(gzip).pipe(out);
fs.unlink(String(logfile));
fs.unlinkSync(String(logfile));
}

@@ -591,0 +591,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,2 +33,4 @@ # winston-daily-rotate-file

* __prepend:__ Defines if the rolling time of the log file should be prepended at the beginning of the filename (default 'false').
* __localTime:__ A boolean to define whether time stamps should be local (default 'false' means that UTC time will be used).
* __zippedArchive:__ A boolean to define whether or not to gzip archived log files (default 'false').

@@ -35,0 +37,0 @@ Valid meta characters in the datePattern are:

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