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

grpc-ts-health-check

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-ts-health-check - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

20

package.json
{
"name": "grpc-ts-health-check",
"version": "2.0.5",
"version": "2.0.6",
"description": "An implementation of gRPC health checks, written in typescript.",

@@ -30,16 +30,16 @@ "main": "src/index.js",

"dependencies": {
"google-protobuf": "^3.11.3",
"grpc-boom": "^1.0.27"
"google-protobuf": "^3.12.2",
"grpc-boom": "^1.0.28"
},
"devDependencies": {
"@types/google-protobuf": "^3.7.2",
"@types/node": "^13.7.0",
"@types/node": "^14.0.6",
"grpc": "^1.24.2",
"npm-check-updates": "^4.0.1",
"prettier": "^1.19.1",
"protobufjs": "^6.8.8",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
"typescript": "^3.7.5"
"npm-check-updates": "^6.0.1",
"prettier": "^2.0.5",
"protobufjs": "^6.9.0",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"typescript": "^3.9.3"
}
}

@@ -6,9 +6,10 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.HealthService = exports.HealthClient = exports.HealthCheckResponse = exports.HealthCheckRequest = exports.GrpcHealthCheck = void 0;
const grpc_boom_1 = __importDefault(require("grpc-boom"));
const health_grpc_pb_1 = require("./proto/health_grpc_pb");
exports.HealthClient = health_grpc_pb_1.HealthClient;
exports.HealthService = health_grpc_pb_1.HealthService;
Object.defineProperty(exports, "HealthClient", { enumerable: true, get: function () { return health_grpc_pb_1.HealthClient; } });
Object.defineProperty(exports, "HealthService", { enumerable: true, get: function () { return health_grpc_pb_1.HealthService; } });
const health_pb_1 = require("./proto/health_pb");
exports.HealthCheckRequest = health_pb_1.HealthCheckRequest;
exports.HealthCheckResponse = health_pb_1.HealthCheckResponse;
Object.defineProperty(exports, "HealthCheckRequest", { enumerable: true, get: function () { return health_pb_1.HealthCheckRequest; } });
Object.defineProperty(exports, "HealthCheckResponse", { enumerable: true, get: function () { return health_pb_1.HealthCheckResponse; } });
class GrpcHealthCheck {

@@ -15,0 +16,0 @@ constructor(statusMap) {

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