@d-fischer/connection
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -13,3 +13,3 @@ "use strict"; | ||
get: function () { | ||
return this._port || (this._secure ? 443 : 80); | ||
return this._port; | ||
}, | ||
@@ -16,0 +16,0 @@ enumerable: true, |
{ | ||
"name": "@d-fischer/connection", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Abstraction for packet-based connections.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
78871