Provides pre-built protoc binaries and basic proto definitions, primarily for use with gRPC-Web. Version 3.18.2 is a specific protoc release. This package simplifies setup by avoiding manual download of protoc. It is a convenience wrapper, updated infrequently per protoc releases.
npm install protoc-binariesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install, verify version, and compile a .proto file with gRPC-Web output.
Use as a CLI tool via npx or npm scripts.
Use official protoc or better-maintained packages.
Use as a command-line tool; do not import.
Run via npx protoc or ./node_modules/.bin/protoc
No dependency data recorded yet.