🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

protobufjs

Package Overview
Dependencies
Maintainers
3
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protobufjs - npm Package Compare versions

Comparing version
8.6.5
to
8.6.6
+2
-2
dist/minimal/protobuf.min.js
/*!
* protobuf.js v8.6.5 (c) 2016, daniel wirtz
* compiled tue, 23 jun 2026 14:36:35 utc
* protobuf.js v8.6.6 (c) 2016, daniel wirtz
* compiled sat, 04 jul 2026 01:09:57 utc
* licensed under the bsd-3-clause license

@@ -5,0 +5,0 @@ * see: https://github.com/dcodeio/protobuf.js for details

{
"name": "protobufjs",
"version": "8.6.5",
"version": "8.6.6",
"description": "Protocol Buffers for JavaScript & TypeScript.",

@@ -5,0 +5,0 @@ "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",

@@ -748,2 +748,5 @@ "use strict";

while (token !== "=") {
if (token === null) {
throw illegal(token, "end of input");
}
if (token === "(") {

@@ -750,0 +753,0 @@ var parensValue = next();

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

var name = object["@type"].substring(object["@type"].lastIndexOf("/") + 1);
var type = this.lookup(name);
var type = this.lookup(name, [ this.constructor ]);
/* istanbul ignore else */

@@ -85,3 +85,3 @@ if (type) {

prefix = message.type_url.substring(0, message.type_url.lastIndexOf("/") + 1);
var type = this.lookup(name);
var type = this.lookup(name, [ this.constructor ]);
/* istanbul ignore else */

@@ -88,0 +88,0 @@ if (type)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display