grpc-ts-health-check
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"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) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29387
505
Updatedgoogle-protobuf@^3.12.2
Updatedgrpc-boom@^1.0.28