Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@browser-network/network

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browser-network/network - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

dist/src/index.js

@@ -352,5 +352,6 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

else {
// For answer negotiations, signal each one that's not fully connected
// For answer negotiations, signal each one that's not fully connected and for which we
// have a connection.
// We're kinda piggybacking in this loop
var con = _this.getConnectionByAddress(item.from);
var con = _this.connections.find(function (con) { return con.address === item.from && con.id === item.negotiation.connectionId; });
if ((con === null || con === void 0 ? void 0 : con.state) === 'open') {

@@ -357,0 +358,0 @@ _this._emit('connection-process', "Signaling initiator connection to ".concat(item.from, ", connectionId: ").concat(con.id));

2

package.json
{
"name": "@browser-network/network",
"version": "0.3.0",
"version": "0.3.1",
"description": "A WebRTC based direct peer to peer network in the browser.",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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