Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bunyan

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunyan - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

CHANGES.md

@@ -13,2 +13,8 @@ # bunyan Changelog

## 2.0.2 (beta)
- [issue #444] Fix the `bunyan` CLI to not duplicate the "HTTP/1.1 ..." status
line when serializing a "res" field.
## 2.0.1 (beta)

@@ -15,0 +21,0 @@

4

lib/bunyan.js

@@ -11,4 +11,2 @@ /**

var VERSION = '2.0.1';
/*

@@ -1615,3 +1613,3 @@ * Bunyan log format version. This becomes the 'v' field on all log records.

module.exports.VERSION = VERSION;
module.exports.VERSION = require('../package.json').version;
module.exports.LOG_VERSION = LOG_VERSION;

@@ -1618,0 +1616,0 @@

{
"name": "bunyan",
"version": "2.0.1",
"version": "2.0.2",
"description": "a JSON logging library for node.js services",

@@ -5,0 +5,0 @@ "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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