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.0.4 to 0.0.5

2

lib/log.js

@@ -36,3 +36,3 @@ /*

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

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

{
"name" : "hapi",
"description" : "HTTP API Server based on Express with native OAuth 2.0 support",
"version" : "0.0.4",
"version" : "0.0.5",
"author" : "Eran Hammer-Lahav <eran@hueniverse.com>",

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