Socket
Socket
Sign inDemoInstall

nice-grpc-web

Package Overview
Dependencies
8
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

10

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

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

"prepare:proto:grpc-web": "mkdirp ./fixtures/grpc-web && grpc_tools_node_protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --js_out=import_style=commonjs,binary:./fixtures/grpc-web --ts_out=service=grpc-web:./fixtures/grpc-web -I fixtures fixtures/*.proto",
"prepare:proto:ts-proto": "mkdirp ./fixtures/ts-proto && grpc_tools_node_protoc --ts_proto_out=./fixtures/ts-proto --ts_proto_opt=outputServices=generic-definitions,outputJsonMethods=false,esModuleInterop=true -I fixtures fixtures/*.proto",
"prepare:proto:ts-proto": "mkdirp ./fixtures/ts-proto && grpc_tools_node_protoc --ts_proto_out=./fixtures/ts-proto --ts_proto_opt=outputServices=generic-definitions,outputJsonMethods=false,useExactTypes=false,esModuleInterop=true -I fixtures fixtures/*.proto",
"prepare:proto": "npm run prepare:proto:grpc-js && npm run prepare:proto:grpc-web && npm run prepare:proto:ts-proto",

@@ -49,3 +49,3 @@ "prepare": "npm run prepare:grpcwebproxy && npm run prepare:proto"

"tcp-port-used": "^1.0.2",
"ts-proto": "^1.82.0",
"ts-proto": "^1.97.0",
"ts-protoc-gen": "^0.15.0",

@@ -59,6 +59,6 @@ "unzipper": "^0.10.11",

"js-base64": "^3.6.1",
"nice-grpc-common": "^1.0.3",
"nice-grpc-common": "^1.0.4",
"node-abort-controller": "^2.0.0"
},
"gitHead": "44e6462e3fd71bfbf2aa6a8717575f406baa75c2"
"gitHead": "5d08d062313f513648d2632af85d77607513637c"
}

@@ -61,3 +61,3 @@ # nice-grpc-web [![npm version][npm-image]][npm-url] <!-- omit in toc -->

--ts_proto_out=./compiled_proto \
--ts_proto_opt=env=browser,outputServices=generic-definitions,outputJsonMethods=false \
--ts_proto_opt=env=browser,outputServices=generic-definitions,outputJsonMethods=false,useExactTypes=false \
--proto_path=./proto \

@@ -64,0 +64,0 @@ ./proto/example.proto

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc