Socket
Socket
Sign inDemoInstall

@capriza/healthcheck

Package Overview
Dependencies
Maintainers
15
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capriza/healthcheck - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

index.js

@@ -53,3 +53,3 @@ const fs = require("fs");

setTimeout(_start, interval);
this.checkInterval = setTimeout(_start, interval);
};

@@ -59,4 +59,8 @@

}
stop() {
this.checkInterval && clearTimeout(this.checkInterval);
}
}
module.exports = HealthcheckReporter;

2

package.json
{
"name": "@capriza/healthcheck",
"version": "1.0.0",
"version": "1.0.1",
"description": "Health check reporter for Capriza micro services ",

@@ -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