Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 1.0.4

11

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

@@ -8,3 +8,6 @@ "keywords": [

"promise",
"async-iterable"
"async-iterable",
"abort-controller",
"abort-signal",
"typescript"
],

@@ -49,6 +52,6 @@ "repository": "deeplay-io/nice-grpc",

"abort-controller-x": "^0.2.4",
"nice-grpc-common": "^1.0.2",
"nice-grpc-common": "^1.0.3",
"node-abort-controller": "^1.2.1"
},
"gitHead": "512bf522275b5f5f9e9b94bfa49fb0f339c2b488"
"gitHead": "44e6462e3fd71bfbf2aa6a8717575f406baa75c2"
}

@@ -72,7 +72,12 @@ # nice-grpc [![npm version][npm-image]][npm-url] <!-- omit in toc -->

./node_modules/.bin/grpc_tools_node_protoc \
--plugin=protoc-gen-ts_proto=./node_modules/.bin/protoc-gen-ts_proto \
--ts_proto_out=./compiled_proto \
--ts_proto_opt=outputServices=generic-definitions \
--proto_path=./proto \
./proto/example.proto
```
> You can omit the `--plugin` flag if you invoke this command via
> [npm script](https://docs.npmjs.com/cli/v7/using-npm/scripts).
#### Using `google-protobuf`

@@ -92,5 +97,8 @@

./node_modules/.bin/grpc_tools_node_protoc \
--plugin=protoc-gen-grpc=./node_modules/.bin/grpc_tools_node_protoc_plugin \
--plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts \
--js_out=import_style=commonjs,binary:./compiled_proto \
--ts_out=grpc_js:./compiled_proto \
--grpc_out=grpc_js:./compiled_proto \
--proto_path=./proto \
./proto/example.proto

@@ -97,0 +105,0 @@ ```

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