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.2 to 3.3.3

4

daily-rotate-file.js

@@ -9,2 +9,3 @@ 'use strict';

var zlib = require('zlib');
var hash = require('object-hash');
var winston = require('winston');

@@ -89,3 +90,4 @@ var compat = require('winston-compat');

max_logs: options.maxFiles,
end_stream: true
end_stream: true,
audit_file: path.join(self.dirname, '.' + hash(options) + '-audit.json')
});

@@ -92,0 +94,0 @@

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

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

"file-stream-rotator": "^0.3.1",
"object-hash": "^1.3.0",
"semver": "^5.5.0",

@@ -46,0 +47,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