protobuf.js
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -157,2 +157,5 @@ var fs = require('fs'), | ||
} | ||
} else if (schema[key].type === 5) { | ||
len = 5; | ||
val = butils.readInt32LE(buffer, pos + 1); | ||
} | ||
@@ -159,0 +162,0 @@ if (schema[key].repeated) { |
{ | ||
"name": "protobuf.js", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "a pure javascript protocol buffer encoding implementation, written specifically for riak", | ||
"main": "index.js", | ||
"dependencies": { | ||
"butils": "0.0.5", | ||
"butils": "0.0.6", | ||
"wtf8": "https://github.com/lautis/wtf8/tarball/master" | ||
@@ -9,0 +9,0 @@ }, |
11247
211
+ Addedbutils@0.0.6(transitive)
- Removedbutils@0.0.5(transitive)
Updatedbutils@0.0.6