Socket
Socket
Sign inDemoInstall

@juzi/protobufjs-cli

Package Overview
Dependencies
76
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3-alpha.0

2

package.json
{
"name": "@juzi/protobufjs-cli",
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
"version": "1.0.2",
"version": "1.0.3-alpha.0",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",

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

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

fobj.referenced = true;
var type = fobj.resolvedType;
if (type && !type.referenced)
markReferenced(type);
});

@@ -261,2 +264,5 @@ if (tobj.oneofsArray)

oobj.referenced = true;
var type = oobj.resolvedType;
if (type && !type.referenced)
markReferenced(type);
});

@@ -293,3 +299,2 @@ // also mark an extension field's extended type, but not its (other) fields

var robj = new protobuf.Namespace(obj.name, obj.options);
robj.nested = obj.nested;
parent.add(robj);

@@ -296,0 +301,0 @@ }

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