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.0.0 to 4.1.0

4

daily-rotate-file.js

@@ -91,3 +91,5 @@ 'use strict';

utc: options.utc ? options.utc : false,
extension: options.extension ? options.extension : ''
extension: options.extension ? options.extension : '',
create_symlink: options.createSymlink ? options.createSymlink : false,
symlink_name: options.symlinkName ? options.symlinkName : 'current.log'
});

@@ -94,0 +96,0 @@

{
"name": "winston-daily-rotate-file",
"version": "4.0.0",
"version": "4.1.0",
"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.5.4",
"file-stream-rotator": "^0.5.5",
"object-hash": "^1.3.0",

@@ -46,0 +46,0 @@ "triple-beam": "^1.3.0",

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

* **extension**: File extension to be appended to the filename. (default: '')
* **createSymlink**: Create a tailable symlink to the current active log file. (default: false)
* **symlinkName**: The name of the tailable symlink. (default: 'current.log')

@@ -34,0 +36,0 @@ ## Usage

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