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 4.6.1 to 4.7.1

3

daily-rotate-file.js

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

symlink_name: options.symlinkName ? options.symlinkName : 'current.log',
watch_log: options.watchLog ? options.watchLog : false
watch_log: options.watchLog ? options.watchLog : false,
audit_hash_type: options.auditHashType ? options.auditHashType : 'sha256'
});

@@ -97,0 +98,0 @@

@@ -103,2 +103,7 @@ import TransportStream = require("winston-transport");

handleRejections?: boolean;
/**
* Use specified hashing algorithm for audit. (default: 'sha256')
*/
auditHashType?: string;
}

@@ -105,0 +110,0 @@ }

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

@@ -42,3 +42,2 @@ "main": "index.js",

"mocha": "^7.2.0",
"moment": "^2.29.1",
"rimraf": "^3.0.2",

@@ -45,0 +44,0 @@ "threads": "^1.7.0"

@@ -36,2 +36,3 @@ # winston-daily-rotate-file

* **symlinkName**: The name of the tailable symlink. (default: 'current.log')
* **auditHashType**: Use specified hashing algorithm for audit. (default: 'sha256')

@@ -38,0 +39,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