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

hapi

Package Overview
Dependencies
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

lib/defaults.js

@@ -96,3 +96,3 @@ /*

onUnknownRoute: null // Overrides hapi's default handler. Signature: function (req, res) {}
onUnknownRoute: null // Overrides hapi's default handler. Signature: function (req, res, next) {}
},

@@ -99,0 +99,0 @@

@@ -17,2 +17,3 @@ /*

var internals = {
levels: ["debug", "info", "warn", "error"]

@@ -37,2 +38,3 @@ };

// Outbound callback

@@ -42,2 +44,3 @@

// Log output

@@ -52,3 +55,4 @@

if (Process.settings === null || Process.settings.log.levels[level]) {
if (Process.settings === null ||
Process.settings.log.levels[level]) {

@@ -55,0 +59,0 @@ if (typeof message === 'string') {

{
"name" : "hapi",
"description" : "HTTP API Server framework",
"version" : "0.4.1",
"version" : "0.4.2",
"author" : "Eran Hammer-Lahav <eran@hueniverse.com>",

@@ -6,0 +6,0 @@ "repository" : "git://github.com/walmartlabs/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