Comparing version 1.3.3 to 1.3.4
@@ -175,2 +175,6 @@ var raf = require('random-access-file') | ||
var keys = deserializeFeedBuf(buf) | ||
if (!Array.isArray(keys)) { | ||
// probably replicating with a non-multifeed peer: abort | ||
return next(new Error('replicating with non-multifeed peer')) | ||
} | ||
addMissingKeys(keys) | ||
@@ -177,0 +181,0 @@ } else { |
@@ -5,3 +5,3 @@ { | ||
"author": "Stephen Whitmore <sww@eight.net>", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "git://github.com/noffle/multifeed.git" |
18338
453