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.2.0 to 0.2.1

4

lib/conn-scheduler.js

@@ -292,3 +292,3 @@ "use strict";

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

@@ -316,3 +316,3 @@ else {

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

@@ -319,0 +319,0 @@ else {

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

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

"license": "MIT"
}
}
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