protobuf.js
protobuf.js copied to clipboard
Protocol Buffers for JavaScript & TypeScript.
Adds support for `toObject({ longs: BigInt })`, which converts longs to native BigInts. This is structured as opt-in so that hopefully it can be shipped in a minor update without...
protobuf.js version: 7.2.5 **Repro steps:** ```bash ./node_modules/.bin/pbjs --target static-module --es6 --wrap es6 ./my-app.proto > ./js/my-app.js ``` **Expected behavior:** The generated code build and runs. **Actual behavior:** Running the code results...
This enables importing "protobufjs/light" and "protobufjs/minimal" in native Node/ESM contexts. See also: https://github.com/protobufjs/protobuf.js/pull/1930 (for v7)
protobuf.js version: 7.2.4 imported node module Different errors on decode by pbjs in case of uint64 value with tags 2 or 3 or 4. With other tags everything is fine....
This enables importing "protobufjs/light" and "protobufjs/minimal" in native Node/ESM contexts. See also: https://github.com/protobufjs/protobuf.js/pull/1931 (for v6)
protobuf.js version: 7.2.1 The int64 field is of wrong value. It seems it doesn't use Long type. I print the value and find it wrong. And also the type is...
protobuf.js version: 6.11.4 [NPM Registry indicates](https://www.npmjs.com/package/protobufjs/v/6.11.4) that there's a v6.11.4 release, but it's not listed under releases or in the CHANGELOG.md. Is this an official release?
maybe, need update minimum nodejs version (v12) is to much old.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...