Socket
Socket
Sign inDemoInstall

btrz-health-check

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btrz-health-check - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

package.json
{
"name": "btrz-health-check",
"version": "1.6.0",
"version": "1.6.1",
"description": "A series of classes that will ping different service types to verify accessibility.",

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

@@ -25,5 +25,2 @@ "use strict";

});
client.setTimeout(self.timeOut, function () {
reject(self.serviceStatus.fails(new Error(`Timeout after: ${self.timeOut}`)));
});
client.on("error", function (err) {

@@ -30,0 +27,0 @@ reject(self.serviceStatus.fails(err));

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