rxjs-grpc icon indicating copy to clipboard operation
rxjs-grpc copied to clipboard

Typesafe gRPC with RxJS in TypeScript

Results 29 rxjs-grpc issues
Sort by recently updated
recently updated
newest added

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.2 to 6.10.3. Changelog Sourced from protobufjs's changelog. Changelog 7.0.0 (2022-07-08) ⚠ BREAKING CHANGES drop support for Node 4, 6, 8, 10 (#1764) move command line tool...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Bumps [grpc](https://github.com/grpc/grpc-node) from 1.18.0 to 1.24.11. Release notes Sourced from grpc's releases. Node gRPC 1.24.11 SECURITY FIX: Fix a double free bug in server-side TCP error handling code (grpc/grpc#26750 picked...

dependencies

Bumps [debug](https://github.com/debug-js/debug) from 2.2.0 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @​zhuangya for their help! release...

dependencies

maybe need change major version or add a default flag that use grpc lib for backward compatibility. grpc-js is preferred and installation without native build. remain problem: test will fails...

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.8.2 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....

dependencies

Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.2.0 to 3.5.0. Changelog *Sourced from [diff's changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md).* > ## v3.5.0 - March 4th, 2018 > - Omit redundant slice in join method of diffArrays - 1023590...

dependencies

Currently, regular typescript `enum`s are output by the CLI tool - this requires that the generated types file needs to be compiled to js before use. Switched to using `const...

I made a small change to pass proto root and proto file to `grpc.load()`, allowing for correct inclusion of additional protobuf files. The interface becomes the following: ``` export declare...