scuttlebutt
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -174,6 +174,6 @@ | ||
}).on('ended', function () { | ||
//d.emitEnd() | ||
d.emitEnd() | ||
}) | ||
.on('close', function () { | ||
self.removeListener('data', onUpdate) | ||
self.removeListener('_update', onUpdate) | ||
}) | ||
@@ -242,3 +242,3 @@ | ||
rs.emit('readable') | ||
//rs.destroy() | ||
process.nextTick(rs.destroy) | ||
} | ||
@@ -261,3 +261,3 @@ | ||
//does readable-stream actually support this? | ||
return this | ||
return rs | ||
} | ||
@@ -293,2 +293,3 @@ | ||
emit.call(self, 'sync') | ||
process.nextTick(ws.destroy.bind(ws)) | ||
} | ||
@@ -295,0 +296,0 @@ ws.destroy = function () { |
@@ -5,3 +5,3 @@ { | ||
"description": "replicate data via scuttlebutt protocol", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"homepage": "https://github.com/dominictarr/scuttlebutt", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
32846
28
729