New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zcong/node-grpc-health-check

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zcong/node-grpc-health-check - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

CHANGELOG.md

@@ -0,3 +1,5 @@

## [0.1.2](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.1...v0.1.2) (2021-09-23)
## [0.1.1](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.0...v0.1.1) (2021-09-22)
# 0.1.0 (2021-09-22)

@@ -24,2 +24,4 @@ "use strict";

const grpc_js_1 = require("@grpc/grpc-js");
const logging = __importStar(require("@grpc/grpc-js/build/src/logging"));
const constants_1 = require("@grpc/grpc-js/build/src/constants");
const health_grpc_pb_1 = require("./generated/health_grpc_pb");

@@ -47,2 +49,3 @@ const health_pb_1 = require("./generated/health_pb");

if (this.isShutdown) {
logging.log(constants_1.LogVerbosity.INFO, `health: status changing for ${service} to ${status} is ignored because health service is shutdown`);
return;

@@ -49,0 +52,0 @@ }

9

package.json
{
"name": "@zcong/node-grpc-health-check",
"version": "0.1.1",
"version": "0.1.2",
"description": "Health check client and service for use with @grpc/grpc-js.",

@@ -73,3 +73,8 @@ "main": "./dist/index.js",

"url": "git+https://github.com/zcong1993/node-grpc-health-check.git"
}
},
"keywords": [
"grpc",
"grpc-node",
"grpc-health"
]
}

Sorry, the diff of this file is not supported yet

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