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

grpc-caller

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-caller - npm Package Compare versions

Comparing version

to
0.2.0

{
"name": "grpc-caller",
"version": "0.1.2",
"version": "0.2.0",
"description": "An improved Node.js gRPC client",

@@ -34,12 +34,12 @@ "main": "index.js",

"grpc-create-metadata": "^1.0.0",
"grpc-inspect": "^0.1.0"
"grpc-inspect": "^0.3.2"
},
"devDependencies": {
"async": "^2.1.4",
"ava": "^0.17.0",
"ava": "^0.22.0",
"babel-eslint": "^7.1.1",
"google-protobuf": "^3.0.0",
"jsdoc-to-markdown": "^2.0.1",
"jsdoc-to-markdown": "^3.0.0",
"md-wrap-code": "^0.1.1",
"standard": "^8.5.0"
"standard": "^10.0.0"
},

@@ -46,0 +46,0 @@ "directories": {

@@ -7,2 +7,4 @@ # grpc-caller

[![build status](https://img.shields.io/travis/bojand/grpc-caller/master.svg?style=flat-square)](https://travis-ci.org/bojand/grpc-caller)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
[![License](https://img.shields.io/github/license/bojand/grpc-caller.svg?style=flat-square)](https://raw.githubusercontent.com/bojand/grpc-caller/master/LICENSE)

@@ -115,3 +117,3 @@ #### Features

as first or second parameter (depending on the call type). However one has to
manually createthe Metadata object. This module uses
manually create the Metadata object. This module uses
[grpc-create-metadata](https://www.github.com/bojand/grpc-create-metadata)

@@ -152,3 +154,3 @@ to automatically create Metadata if plain Javascript object is passed in.

| host | <code>String</code> | The host to connect to |
| proto | <code>String</code> &#124; <code>Object</code> | Path to the protocol buffer definition file or the static client constructor object itself |
| proto | <code>String</code> \| <code>Object</code> | Path to the protocol buffer definition file or the static client constructor object itself |
| name | <code>String</code> | In case of proto path the name of the service as defined in the proto definition. |

@@ -177,5 +179,5 @@ | options | <code>Object</code> | Options to be passed to the gRPC client constructor |

**Kind**: static property of <code>[caller](#caller)</code>
**Kind**: static property of [<code>caller</code>](#caller)
## License
Apache-2.0

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet