Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

protocol-buffers

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protocol-buffers - npm Package Compare versions

Comparing version 2.6.1 to 2.7.0

13

compile.js

@@ -131,2 +131,10 @@ var encodings = require('./encodings')

var compileMessage = function(m, exports) {
m.messages.forEach(function (nested) {
exports[nested.name] = resolve(nested.name, m.id)
})
m.enums.forEach(function( val ) {
exports[val.name] = val.values
})
exports.type = 2

@@ -136,6 +144,2 @@ exports.message = true

m.enums.forEach(function( val ) {
exports[ val.name ] = val.values
})
var oneofMap = {}

@@ -423,2 +427,3 @@ var oneofs = []

// end of compilation - return all the things

@@ -425,0 +430,0 @@

{
"name": "protocol-buffers",
"version": "2.6.1",
"version": "2.7.0",
"description": "Protocol Buffers for Node.js",

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

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