Socket
Socket
Sign inDemoInstall

protobufjs

Package Overview
Dependencies
Maintainers
2
Versions
168
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 7.2.6 to 7.3.0

4

dist/light/protobuf.min.js
/*!
* protobuf.js v7.2.6 (c) 2016, daniel wirtz
* compiled tue, 16 jan 2024 22:54:38 utc
* protobuf.js v7.3.0 (c) 2016, daniel wirtz
* compiled fri, 10 may 2024 03:38:35 utc
* licensed under the bsd-3-clause license

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

/*!
* protobuf.js v7.2.6 (c) 2016, daniel wirtz
* compiled tue, 16 jan 2024 22:54:38 utc
* protobuf.js v7.3.0 (c) 2016, daniel wirtz
* compiled fri, 10 may 2024 03:38:35 utc
* licensed under the bsd-3-clause license

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

{
"name": "protobufjs",
"version": "7.2.6",
"version": "7.3.0",
"versionScheme": "~",

@@ -5,0 +5,0 @@ "description": "Protocol Buffers for JavaScript (& TypeScript).",

@@ -147,3 +147,20 @@ "use strict";

} while (skip(",", true));
skip(";");
var dummy = {options: undefined};
dummy.setOption = function(name, value) {
if (this.options === undefined) this.options = {};
this.options[name] = value;
};
ifBlock(
dummy,
function parseRange_block(token) {
/* istanbul ignore else */
if (token === "option") {
parseOption(dummy, token); // skip
skip(";");
} else
throw illegal(token);
},
function parseRange_line() {
parseInlineOptions(dummy); // skip
});
}

@@ -150,0 +167,0 @@

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 not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc