
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
decode-protobuf
Advanced tools
A javascript library for decoding protobuf messages without requiring the .proto file definitions. You get one big javascipt object to sort through.
It will not:
.proto file definitionsprotobuf client in any mannerThis is a "port" (the code is 99% the same) of the pertinent code from the protobuf-decoder React project packaged for re-use.
npm install decode-protobuf
const { decodeProtobuf, parseInput } = require("decode-protobuf");
// Decode a binary protobuf message
const decoded = decodeProtobuf(parseInput(binaryData));
console.log(decoded);
You can, for example, take a got response body, feed it into decodeProtobuf and get an object.
MIT
FAQs
decodes protobuf messages from the wire into JSON objects
We found that decode-protobuf demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.