protobufjs
Advanced tools
| /*! | ||
| * 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 |
+1
-1
| { | ||
| "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>", |
+3
-0
@@ -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(); |
+2
-2
@@ -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
3488699
0.03%39176
0.02%