Comparing version 1.0.0 to 1.0.1
1.0.1 / 2013-04-16 | ||
================== | ||
* streams: [enc/dec] change highwatermark for object streams to 1 | ||
1.0.0 / 2013-03-16 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -20,3 +20,3 @@ /*! | ||
exports.version = '1.0.0'; | ||
exports.version = '1.0.1'; | ||
@@ -23,0 +23,0 @@ /*! |
@@ -22,3 +22,3 @@ var Buffers = require('bufs') | ||
function DecoderStream (id, handle) { | ||
Readable.call(this, { objectMode: true, highWaterMark: 0 }); | ||
Readable.call(this, { objectMode: true, highWaterMark: 1 }); | ||
@@ -25,0 +25,0 @@ // settings |
@@ -23,3 +23,3 @@ | ||
function EncoderStream (id, dsl) { | ||
Writable.call(this, { objectMode: true, highWaterMark: 0 }); | ||
Writable.call(this, { objectMode: true, highWaterMark: 1 }); | ||
@@ -26,0 +26,0 @@ // settings |
{ | ||
"name": "lotus" | ||
, "version": "1.0.0" | ||
, "version": "1.0.1" | ||
, "description": "Streaming buffer protocol DSL and parsing API." | ||
@@ -5,0 +5,0 @@ , "author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31674
2