Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

protobufjs-cli

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protobufjs-cli - npm Package Compare versions

Comparing version
1.3.2
to
1.3.3
+7
-0
CHANGELOG.md
# Changelog
## [1.3.3](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.3.2...protobufjs-cli-v1.3.3) (2026-06-09)
### Bug Fixes
* Avoid name collisions in generated code ([#2311](https://github.com/protobufjs/protobuf.js/issues/2311)) ([78a9576](https://github.com/protobufjs/protobuf.js/commit/78a9576269a5b590c54686a8122e78e28135cd50))
## [1.3.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.3.1...protobufjs-cli-v1.3.2) (2026-05-30)

@@ -4,0 +11,0 @@

+1
-1
{
"name": "protobufjs-cli",
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
"version": "1.3.2",
"version": "1.3.3",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",

@@ -6,0 +6,0 @@ "repository": {

@@ -772,3 +772,3 @@ "use strict";

++indent;
push("return this.rpcCall(" + escapeName(lcName) + ", $root." + exportName(method.resolvedRequestType) + ", $root." + exportName(method.resolvedResponseType) + ", request, callback);");
push("return $protobuf.rpc.Service.prototype.rpcCall.call(this, " + escapeName(lcName) + ", $root." + exportName(method.resolvedRequestType) + ", $root." + exportName(method.resolvedResponseType) + ", request, callback);");
--indent;

@@ -775,0 +775,0 @@ push("}, \"name\", { value: " + JSON.stringify(method.name) + " });");