Socket
Socket
Sign inDemoInstall

bunyan-rotating-file-stream

Package Overview
Dependencies
24
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

CHANGES.md

@@ -5,2 +5,6 @@ # bunyan Changelog

## 1.0.2
- Getting the right filepath to import from package.json
## 1.0.1

@@ -7,0 +11,0 @@

4

package.json
{
"name": "bunyan-rotating-file-stream",
"version": "1.0.1",
"version": "1.0.2",
"description": "a rotating file stream for the bunyan logging system",
"author": "Jim Tupper <npm@tupper.org.uk> (http://github.com/rcomian)",
"main": "./lib/index.js",
"main": "./lib/rotatingfilestream/index.js",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

@@ -82,3 +82,3 @@ Bunyan is **a simple and fast JSON logging library** for node.js services:

*Currently*, there is no support for providing a template for the rotated
files, or for rotating when the log reaches a threshold size.
files.

@@ -112,4 +112,4 @@ <table>

<td>threshold</td>
<td>No</td>
<td>0</td>
<td>0</td>
<td>The maximum size for a log file to reach before it's rotated.

@@ -129,3 +129,5 @@ Can be specified as a number of bytes, or a more friendly unit:

<td>Delete older rotated files once the total size of rotated files reaches this size.
0 here keeps files regardless of how large they get.</td>
0 here keeps files regardless of how large they get.
Can be specified as a number of bytes, or a more friendly unit:
eg, '100k', '1m', '2g' etc.</td>
</tr>

@@ -132,0 +134,0 @@ <tr>

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc