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

@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.1 to 1.0.2

5

index.js

@@ -13,5 +13,6 @@ const fs = require("fs");

const connection = await this.busServices.connection("healthcheck");
if (!this.connection)
this.connection = await this.busServices.connection("healthcheck");
return new Promise((resolve, reject) => {
connection
this.connection
.multi()

@@ -18,0 +19,0 @@ .ping()

2

package.json
{
"name": "@capriza/healthcheck",
"version": "1.0.1",
"version": "1.0.2",
"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