Socket
Socket
Sign inDemoInstall

bunyan-rotating-file-stream

Package Overview
Dependencies
26
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

23

CHANGES.md
# bunyan Changelog
## 2.0.4
- (Kevin Brown) Make bunyan a peer dependency
- (Kevin Brown) Remove unused imports and variables
- (dependabot) Bump semver from 7.3.5 to 7.5.2
## 2.0.3
- Remove typos and unnecessary dependency
- Fix markup linter warnings
- (dependabot) Bump minimatch from 3.0.4 to 3.1.2
- (dependabot) Bump moment from 2.29.2 to 2.29.4
## 2.0.2
- Improve test suite - support nodejs v18 & remove logzio
## 2.0.1
- (dependabot) Bump minimist from 1.2.5 to 1.2.6
- (dependabot) Bump moment from 2.29.1 to 2.29.2
## 2.0.0

@@ -4,0 +27,0 @@

8

CONTRIBUTING.md

@@ -7,3 +7,2 @@ # Contributing to node-bunyan

## How you can help

@@ -34,3 +33,2 @@

## Trent's Biased Rules for Code

@@ -43,8 +41,4 @@

- Please follow existing code style. Contributed code must pass `test.sh`.
- Please follow existing code style. Contributed code must pass `make check`.
(Note: I intended to [change to eslint
soon](https://github.com/trentm/node-bunyan/issues/341), so currently `make
check` might be a moving target.)
- Any user visible change in behaviour should almost certainly include an

@@ -51,0 +45,0 @@ update to the docs. Currently the "docs" is the README.md.

@@ -8,5 +8,2 @@ /* global Buffer */

var EventEmitter = require('events').EventEmitter;
var fs = require('fs');
var iopath = require('path');
var async = require('async');
var _ = require('lodash');

@@ -13,0 +10,0 @@

'use strict';
var fs = require('fs');
var EventEmitter = require('events').EventEmitter;

@@ -5,0 +4,0 @@ var _ = require('lodash');

{
"name": "bunyan-rotating-file-stream",
"version": "2.0.3",
"version": "2.0.4",
"description": "a rotating file stream for the bunyan logging system",

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

},
"peerDependencies": {
"bunyan": "^1.8.15"
},
"dependencies": {

@@ -34,0 +37,0 @@ "async": "^3.2.0",

@@ -26,2 +26,20 @@ # Bunyan Rotating File Stream

### 2.0.4 Security
Security patches from dependabot
Making bunyan a peer dependencies
Some code tidy
### 2.0.3 Security
Security patches from dependabot
### 2.0.2 Nodejs v18
Added tests to support nodejs v18
### 2.0.1 Security
Security patches from dependabot
### 2.0.0 Version refresh

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