hypercore
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -206,3 +206,11 @@ var lpstream = require('length-prefixed-stream') | ||
this.setWritable(this._parser) | ||
this.on('close', onclose) | ||
function onclose () { | ||
for (var i = 0; i < this._local.length; i++) { | ||
var ch = this._local.get(i) | ||
if (ch) ch.onleave() | ||
} | ||
} | ||
function parse (data) { | ||
@@ -209,0 +217,0 @@ self._parse(data) |
{ | ||
"name": "hypercore", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "Hypercore is a protocol and network for distributing and replicating static feeds of binary data.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58602
1565