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

nice-grpc

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nice-grpc - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/index.d.ts

@@ -5,4 +5,4 @@ export * from 'nice-grpc-common';

export { createChannel, waitForChannelReady } from './client/channel';
export { ChannelCredentials } from '@grpc/grpc-js';
export { Channel, ChannelOptions, ChannelCredentials } from '@grpc/grpc-js';
export * from './client/ClientFactory';
export * from './client/Client';

@@ -13,3 +13,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ChannelCredentials = exports.waitForChannelReady = exports.createChannel = void 0;
exports.ChannelCredentials = exports.Channel = exports.waitForChannelReady = exports.createChannel = void 0;
__exportStar(require("nice-grpc-common"), exports);

@@ -22,2 +22,3 @@ __exportStar(require("./server/Server"), exports);

var grpc_js_1 = require("@grpc/grpc-js");
Object.defineProperty(exports, "Channel", { enumerable: true, get: function () { return grpc_js_1.Channel; } });
Object.defineProperty(exports, "ChannelCredentials", { enumerable: true, get: function () { return grpc_js_1.ChannelCredentials; } });

@@ -24,0 +25,0 @@ __exportStar(require("./client/ClientFactory"), exports);

{
"name": "nice-grpc",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Node.js gRPC library that is nice to you",

@@ -51,3 +51,3 @@ "keywords": [

},
"gitHead": "cdbbac0eb25c182e1af7fdb65bd8db7e37b3343a"
"gitHead": "512bf522275b5f5f9e9b94bfa49fb0f339c2b488"
}

@@ -7,4 +7,4 @@ export * from 'nice-grpc-common';

export {createChannel, waitForChannelReady} from './client/channel';
export {ChannelCredentials} from '@grpc/grpc-js';
export {Channel, ChannelOptions, ChannelCredentials} from '@grpc/grpc-js';
export * from './client/ClientFactory';
export * from './client/Client';

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