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

hapi-bunyan

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-bunyan - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

3

lib/index.js

@@ -67,4 +67,3 @@ 'use strict';

delete options.logger;
delete options.handler;
options = lodash.omit(options, ['logger', 'handler']);

@@ -71,0 +70,0 @@ options = lodash.defaults(options, {

{
"name": "hapi-bunyan",
"version": "0.6.0",
"version": "0.7.0",
"main": "./lib",

@@ -18,3 +18,3 @@ "description": "Simple Bunyan logging in Hapi",

"scripts": {
"test": "./node_modules/.bin/jshint lib test && ./node_modules/.bin/jscs lib test && ./node_modules/.bin/lab -c -t 100"
"test": "./node_modules/.bin/jshint lib test && ./node_modules/.bin/jscs lib test && ./node_modules/.bin/lab -c -t 100 -l"
},

@@ -21,0 +21,0 @@ "repository": {

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