Comparing version 0.4.1 to 0.4.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128538
2537