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.0.4 to 0.0.5

2

dist/src/index.js

@@ -592,4 +592,4 @@ var __extends = (this && this.__extends) || (function () {

});
peer.on('close', function () { _this.destroyConnection(connection); });
peer.on('end', function () { debug(5, 'p.on("end") fired for client', connection.clientId); });
peer.on('close', function () { debug(5, 'p.on("close") fired for client', connection.clientId); });
peer.on('writable', function () { debug(5, 'p.on("writable") fired for client', connection.clientId); });

@@ -596,0 +596,0 @@ peer.on('error', function (err) { debug(4, "p.on(error) handler for ".concat(connection.clientId, ":"), err); });

{
"name": "@browser-network/network",
"version": "0.0.4",
"version": "0.0.5",
"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