@browser-network/network
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
553212