Socket
Socket
Sign inDemoInstall

@atom/teletype-client

Package Overview
Dependencies
Maintainers
15
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atom/teletype-client - npm Package Compare versions

Comparing version 0.36.0 to 0.36.1

2

lib/peer-connection.js

@@ -85,3 +85,3 @@ require('webrtc-adapter')

// Get channel a chance to flush. This helps avoid flaky tests where
// Give channel a chance to flush. This helps avoid flaky tests where
// the a star network hub disconnects all its peers and needs to

@@ -88,0 +88,0 @@ // inform the remaining peers of the disconnection as each peer leaves.

@@ -252,2 +252,4 @@ const assert = require('assert')

const memberId = leaveNotification.getMemberId()
if (!this.connectedMemberIds.has(memberId)) return
if (this.isHub) {

@@ -254,0 +256,0 @@ this.spokes.delete(memberId)

{
"name": "@atom/teletype-client",
"version": "0.36.0",
"version": "0.36.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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