msgpack-bin
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -21,5 +21,7 @@ // Wrap a nicer JavaScript API that wraps the direct MessagePack bindings. | ||
exports.packb = mpBindings.pack | ||
exports.unpackb = function(buf){ | ||
return unpack(buf, true) | ||
exports.packb = mpBindings.mpBindings.pack | ||
exports.unpackb = function unpackb(buf){ | ||
var result = unpack(buf, true) | ||
unpackb.bytes_remaining = unpack.bytes_remaining | ||
return result | ||
} | ||
@@ -26,0 +28,0 @@ |
{ | ||
"name": "msgpack-bin", | ||
"description": "msgpack-node fork with RAW->Buffer decoder available", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/diunko/msgpack-node", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1476884
568