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

nice-grpc-server-health

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nice-grpc-server-health - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

3

lib/healthServiceImpl.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HealthServiceImpl = void 0;
exports.HealthServiceImpl = HealthServiceImpl;
const abort_controller_x_1 = require("abort-controller-x");

@@ -41,3 +41,2 @@ const nice_grpc_1 = require("nice-grpc");

}
exports.HealthServiceImpl = HealthServiceImpl;
//# sourceMappingURL=healthServiceImpl.js.map

@@ -1,2 +0,1 @@

/// <reference types="node" />
import TypedEventEmitter from 'typed-emitter';

@@ -3,0 +2,0 @@ import { EventEmitter } from 'events';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HealthState = void 0;
exports.HealthState = HealthState;
const events_1 = require("events");

@@ -28,3 +28,2 @@ function HealthState() {

}
exports.HealthState = HealthState;
//# sourceMappingURL=healthState.js.map
{
"name": "nice-grpc-server-health",
"version": "2.0.11",
"version": "2.0.12",
"description": "gRPC health checking protocol implementation for nice-grpc",

@@ -28,5 +28,5 @@ "repository": "deeplay-io/nice-grpc",

"@types/node": "^18.0.0",
"grpc-tools": "^1.10.0",
"grpc-tools": "^1.12.4",
"jest-os-detection": "^1.3.1",
"nice-grpc-server-middleware-terminator": "^2.0.11",
"nice-grpc-server-middleware-terminator": "^2.0.12",
"request": "^2.88.2",

@@ -37,7 +37,7 @@ "ts-proto": "^1.112.0"

"abort-controller-x": "^0.4.0",
"nice-grpc": "^2.1.9",
"nice-grpc": "^2.1.10",
"protobufjs": "^7.1.2",
"typed-emitter": "^2.0.0"
},
"gitHead": "706e43411400630c951a391695ca639f2af4d943"
"gitHead": "a164fb1b6dfd0e329da80d00bc9cdcc5bad369de"
}

Sorry, the diff of this file is not supported yet

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