Socket
Socket
Sign inDemoInstall

ssb-conn

Package Overview
Dependencies
94
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

4

lib/conn-scheduler.js

@@ -64,3 +64,5 @@ "use strict";

if (data.type === 'room-endpoint')
return 'room-endpoint';
return 'room-attendant';
if (data.type === 'room-attendant')
return 'room-attendant';
if (data.source === 'local')

@@ -67,0 +69,0 @@ return 'lan';

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

@@ -6,0 +6,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc