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 5.5.7 to 5.5.8

2

package.json

@@ -5,3 +5,3 @@ {

"description": "replicate data via scuttlebutt protocol",
"version": "5.5.7",
"version": "5.5.8",
"homepage": "https://github.com/dominictarr/scuttlebutt",

@@ -8,0 +8,0 @@ "repository": {

@@ -12,4 +12,4 @@ require('tape')('integrate 1', function (t) {

s1.on('data', console.log.bind(console, "s1"))
s2.on('data', console.log.bind(console, "s2"))
s1.on('data', function (d) { console.log("s1", d)})
s2.on('data', function (d) { console.log("s2", d)})

@@ -16,0 +16,0 @@ //I like to have streams that work sync.

@@ -30,3 +30,3 @@ require('tape')('persist', function (t) {

a.on('message', mac(console.log).times(3))
a.on('message', mac(function (m) { console.log(m) }).times(3))

@@ -33,0 +33,0 @@ var l = 3

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