Socket
Socket
Sign inDemoInstall

bunyan-rotating-file-stream

Package Overview
Dependencies
4
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.3 to 1.5.4

testlogs/stress/1d-1-10-0-false-basic.log.1

4

CHANGES.md
# bunyan Changelog
## 1.5.4
- Checked with node v6 and updated support notes on the README.
## 1.5.3

@@ -4,0 +8,0 @@

2

package.json
{
"name": "bunyan-rotating-file-stream",
"version": "1.5.3",
"version": "1.5.4",
"description": "a rotating file stream for the bunyan logging system",

@@ -5,0 +5,0 @@ "author": "Jim Tupper <npm@tupper.org.uk> (http://github.com/rcomian)",

@@ -24,10 +24,17 @@ Bunyan Rotating File Stream is a stream component for the logging system "node bunyan" that provides rich and flexible control over your log files.

## 1.5.2 Compatibility
## 1.5 Templates Release
We now have the ability to specify templates in the log's filename. For full details see the templating section, but briefly: we can template where you put the number when rotating files (this allows you to preserve the extension so that the files open in the correct viewer), or give your log filename a timestamp in your preferred format.
All previous features are maintained and you should be able to use your existing configuration without change.
Integration testing is still rudimentary in terms of technology, but the coverage has been massively improved, checking that no logs have been re-ordered or lost.
# Compatibility
Implemented tests and strategies to support specific node versions:
* 0.12.9
* 0.12.*latest*
* 4.*latest*
* 5.*latest*
* 6.*latest*

@@ -42,11 +49,7 @@ *0.10 and earlier*

*5*
## 1.5 Templates Release
Is supported, but won't be stress tested as those resources are being used for the LTS releases 0.12, 4 & 6.
We now have the ability to specify templates in the log's filename. For full details see the templating section, but briefly: we can template where you put the number when rotating files (this allows you to preserve the extension so that the files open in the correct viewer), or give your log filename a timestamp in your preferred format.
All previous features are maintained and you should be able to use your existing configuration without change.
Integration testing is still rudimentary in terms of technology, but the coverage has been massively improved, checking that no logs have been re-ordered or lost.
# Current Status

@@ -53,0 +56,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc