Socket
Socket
Sign inDemoInstall

protons

Package Overview
Dependencies
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protons - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

3

dist/src/index.js

@@ -483,2 +483,5 @@ /* eslint-disable max-depth */

fieldDef.map = fieldDef.keyType != null;
if (fieldDef.rule === 'required') {
throw new Error('"required" fields are not allowed in proto3 - please convert your proto2 definitions to proto3');
}
}

@@ -485,0 +488,0 @@ }

5

package.json
{
"name": "protons",
"version": "6.1.1",
"version": "6.1.2",
"description": "Protobuf to ts transpiler",

@@ -165,5 +165,4 @@ "license": "Apache-2.0 OR MIT",

"protons-runtime": "^4.0.0",
"uint8arraylist": "^2.3.2",
"uint8arrays": "^4.0.2"
"uint8arraylist": "^2.3.2"
}
}

@@ -598,2 +598,6 @@ /* eslint-disable max-depth */

fieldDef.map = fieldDef.keyType != null
if (fieldDef.rule === 'required') {
throw new Error('"required" fields are not allowed in proto3 - please convert your proto2 definitions to proto3')
}
}

@@ -600,0 +604,0 @@ }

Sorry, the diff of this file is not supported yet

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