Socket
Socket
Sign inDemoInstall

ssb-conn

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssb-conn - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

4

package.json
{
"name": "ssb-conn",
"description": "SSB plugin for establishing and managing peer connections",
"version": "0.1.1",
"version": "0.2.0",
"homepage": "https://github.com/staltz/ssb-conn",

@@ -52,2 +52,2 @@ "main": "lib/index.js",

"license": "MIT"
}
}

@@ -347,3 +347,3 @@ import ConnHub = require('ssb-conn-hub');

if (this.weFollowThem(entry)) {
this.ssb.conn.connect(...entry);
this.hub.connect(...entry);
} else {

@@ -375,3 +375,3 @@ this.ssb.conn.stage(...entry);

if (this.weFollowThem(entry)) {
this.ssb.conn.connect(...entry);
this.hub.connect(...entry);
} else {

@@ -378,0 +378,0 @@ this.ssb.conn.stage(...entry);

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