@d-fischer/connection
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -25,3 +25,3 @@ "use strict"; | ||
var url = "ws" + (_this._secure ? 's' : '') + "://" + _this._host + ":" + _this.port; | ||
_this._socket = new isomorphic_ws_1.WebSocket(url); | ||
_this._socket = new isomorphic_ws_1.default(url); | ||
_this._socket.onopen = function () { | ||
@@ -28,0 +28,0 @@ _this._connected = true; |
{ | ||
"name": "@d-fischer/connection", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Abstraction for packet-based connections.", | ||
@@ -23,3 +23,3 @@ "keywords": [], | ||
"dependencies": { | ||
"@d-fischer/isomorphic-ws": "^5.0.1", | ||
"@d-fischer/isomorphic-ws": "^5.0.2", | ||
"@d-fischer/shared-utils": "^2.0.0", | ||
@@ -26,0 +26,0 @@ "@types/node": "^12.12.14", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47177