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 1.8.10 to 1.8.11

11

CHANGES.md

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

## 1.8.11
- [issue #504] The `bunyan` 1.x CLI adds a `Host: $client_req.address[:$client_req.port]`
header when rendering a `client_req` field in a log record. Fix that here to:
(a) not add it if `client_req.headers` already includes a host header; and
(b) not include the given `port` if it is 80 or 443 (*assuming* that is the
default port.
Note: `bunyan` 2.x CLI will stop adding this Host header because it is a guess
that can be wrong and misleading.
## 1.8.10

@@ -15,0 +26,0 @@

2

lib/bunyan.js

@@ -11,3 +11,3 @@ /**

var VERSION = '1.8.10';
var VERSION = '1.8.11';

@@ -14,0 +14,0 @@ /*

{
"name": "bunyan",
"version": "1.8.10",
"version": "1.8.11",
"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

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