Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scuttlebutt

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scuttlebutt - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

test/cleanup.js

9

index.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc