From 31ef093716874f23e99966e67737192f90e10e8f Mon Sep 17 00:00:00 2001 From: Jeff Barczewski Date: Mon, 18 Mar 2013 10:37:34 -0500 Subject: [PATCH] upgrade bufferedstream@1.6.0 for node 0.10 bufferedStream@1.6.0 uses setImmediate rather than process.nextTick due to a change in how nextTick works in node 0.10 this prevents a race condition where the loop is called before IO is ready. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9280c98..e7ea707 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "git://github.com/mjijackson/strata.git" }, "dependencies": { - "bufferedstream": "1.5.1", + "bufferedstream": "1.6.0", "mime": "1.2.3", "strftime": "0.4.6", "markdown": "~0.3.1"