Socket
Socket
Sign inDemoInstall

protobufjs

Package Overview
Dependencies
43
Maintainers
3
Versions
164
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.11.1 to 6.11.2

2

package.json
{
"name": "protobufjs",
"version": "6.11.1",
"version": "6.11.2",
"versionScheme": "~",

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

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

if (rule === "proto3_optional") {
rule = "optional";
}
/**

@@ -86,5 +89,2 @@ * Field rule, if any.

*/
if (rule === "proto3_optional") {
rule = "optional";
}
this.rule = rule && rule !== "optional" ? rule : undefined; // toJSON

@@ -91,0 +91,0 @@

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc