protocol-buffers
Advanced tools
Comparing version 2.6.1 to 2.7.0
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40577
1179