Socket
Socket
Sign inDemoInstall

nice-grpc-web

Package Overview
Dependencies
9
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

1

lib/service-definitions/ts-proto.d.ts

@@ -17,2 +17,3 @@ import { CompatServiceDefinition, MethodDefinition, ServiceDefinition } from '.';

idempotencyLevel?: 'IDEMPOTENT' | 'NO_SIDE_EFFECTS';
_unknownFields?: {};
};

@@ -19,0 +20,0 @@ };

4

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

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

},
"gitHead": "9ea0eb8b37077a28bcbce55907e047a3ae919af0"
"gitHead": "0e773a1697c7fdcacdf9a244f78e813577c8c8bd"
}

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

When running on Windows command line, you may need to wrap the `ts_proto_opt`
value with double quotes:
```
--ts_proto_opt="outputServices=nice-grpc,outputServices=generic-definitions,useExactTypes=false"
```
#### Using `google-protobuf`

@@ -500,3 +507,3 @@

- iOS 10.3+
- NodeJS 16+
- NodeJS 16.15+

@@ -519,3 +526,3 @@ It might work in older browsers as well.

This library works in NodeJS 18+ out of the box. It can also be used in NodeJS
16 with the `--experimental-fetch` flag; client streams require global
16.15 with the `--experimental-fetch` flag; also client streams require global
`ReadableStream` constructor which can be added manually:

@@ -522,0 +529,0 @@

@@ -19,2 +19,3 @@ import {CompatServiceDefinition, MethodDefinition, ServiceDefinition} from '.';

idempotencyLevel?: 'IDEMPOTENT' | 'NO_SIDE_EFFECTS';
_unknownFields?: {};
};

@@ -21,0 +22,0 @@ };

Sorry, the diff of this file is not supported yet

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