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

hapi-lbstatus

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-lbstatus - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

lib/provider.js

@@ -5,3 +5,3 @@ var fs = require("fs"),

getStatus = function(applicationStatus, dependenciesStatusCode){
return (applicationStatus === "ON" && dependenciesStatusCode < 500);
return (applicationStatus.indexOf("ON") > -1 && dependenciesStatusCode < 500);
},

@@ -8,0 +8,0 @@

{
"name": "hapi-lbstatus",
"version": "2.0.0",
"version": "2.0.1",
"description": "lbstatus plugin for hapi",

@@ -5,0 +5,0 @@ "main": "index.js",

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