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.5.0 to 0.5.1

4

lib/index.js

@@ -112,3 +112,5 @@ 'use strict';

LEVELS.forEach(function(level) {
request.log[level] = request.bunyan[level].bind(request.bunyan);
request.log[level] = function() {
request.bunyan[level].apply(request.bunyan, arguments);
};
});

@@ -115,0 +117,0 @@

{
"name": "hapi-bunyan",
"version": "0.5.0",
"version": "0.5.1",
"main": "./lib",

@@ -5,0 +5,0 @@ "description": "Simple Bunyan logging in Hapi",

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