protobuf.js
protobuf.js copied to clipboard
Protocol Buffers for JavaScript & TypeScript.
protobuf.js version: 6.8.6 When I attempt to encode a message from a Google well known type (like `google.protobuf.Struct`) I get an empty field in the decoded message IF my path...
protobuf.js version: 6.10.2 This issue has been reported multiple times in #1104 #1071 #940 but were all closed with #1166. However that PR was reverted and never made it into...

In the README, we have a section with using gRPC - the example uses a deprecated package `grpc` which has been replaced with `@grpc/grpc-js`. Both packages appear to be for...
How does this library relate to Protoc, and protoc support for ES6 can be requested here?
protobuf.js version: 6.11.2 vite version: 2.9.8 my code: ``` import pb from 'protobufjs/minimal' const root = pb.loadSync(protoFilePath) ``` error info: TypeError: minimal.loadSync is not a function
protobuf.js version: `5.0.3` and `6.8.8` A Go-written message has an empty string as a `map` value, but the Node version fails when deserializing it because it sees it as `undefined`....
protobuf.js version: I am getting an index out of range exception randomly, when I am subscribing a message from a server which is a console application, this is the code...
Fixes #1715
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` and `@protobufjs/[email protected]` for the project I'm working on. I'm using your code...