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
1
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 1.1.0 to 1.1.1

7

lib/proto/grpc/health/v1/health.js

@@ -5,3 +5,2 @@ "use strict";

/* eslint-disable */
const Long = require("long");
const _m0 = require("protobufjs/minimal");

@@ -117,8 +116,2 @@ exports.protobufPackage = 'grpc.health.v1';

};
// If you get a compile-error about 'Constructor<Long> and ... have no overlap',
// add '--ts_proto_opt=esModuleInterop=true' as a flag when calling 'protoc'.
if (_m0.util.Long !== Long) {
_m0.util.Long = Long;
_m0.configure();
}
//# sourceMappingURL=health.js.map

8

package.json
{
"name": "nice-grpc-server-health",
"version": "1.1.0",
"version": "1.1.1",
"description": "gRPC health checking protocol implementation for nice-grpc",

@@ -31,3 +31,3 @@ "repository": "deeplay-io/nice-grpc",

"mkdirp": "^1.0.4",
"nice-grpc-server-middleware-terminator": "^1.1.0",
"nice-grpc-server-middleware-terminator": "^1.1.1",
"request": "^2.88.2",

@@ -39,6 +39,6 @@ "rimraf": "^3.0.2",

"abort-controller-x": "^0.2.6",
"nice-grpc": "^1.2.0",
"nice-grpc": "^1.2.1",
"typed-emitter": "^2.0.0"
},
"gitHead": "77acb86429dbf13439b3335812c9b01daef94641"
"gitHead": "22d3f9e050a8804787a4c0959a773eb5dc99bd48"
}
/* eslint-disable */
import * as Long from 'long';
import * as _m0 from 'protobufjs/minimal';

@@ -136,8 +135,1 @@

} as const;
// If you get a compile-error about 'Constructor<Long> and ... have no overlap',
// add '--ts_proto_opt=esModuleInterop=true' as a flag when calling 'protoc'.
if (_m0.util.Long !== Long) {
_m0.util.Long = Long as any;
_m0.configure();
}

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