hypercore-protocol
Advanced tools
Comparing version 6.6.1 to 6.6.2
@@ -96,2 +96,4 @@ var events = require('events') | ||
Feed.prototype.close = function () { | ||
if (this.closed) return | ||
var i = this.stream.feeds.indexOf(this) | ||
@@ -109,2 +111,3 @@ | ||
this.stream._prefinalize() | ||
this._onclose() | ||
} | ||
@@ -111,0 +114,0 @@ } |
{ | ||
"name": "hypercore-protocol", | ||
"version": "6.6.1", | ||
"version": "6.6.2", | ||
"description": "Stream that implements the hypercore protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
67725
2039