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.2.0 to 1.2.1

7

CHANGES.md

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

## bunyan 1.2.1
- [issue #178, #181] Get at least dtrace-provider 0.3.1 for
optionalDependencies to get a fix for install with decoupled npm (e.g. with
homebrew's node and npm).
## bunyan 1.2.0

@@ -11,0 +18,0 @@

2

lib/bunyan.js

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

var VERSION = '1.2.0';
var VERSION = '1.2.1';

@@ -14,0 +14,0 @@ // Bunyan log format version. This becomes the 'v' field on all log records.

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

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

"optionalDependencies": {
"dtrace-provider": "0.3.0",
"dtrace-provider": "~0.3 >0.3.0",
"mv": "~2"

@@ -24,0 +24,0 @@ },

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