hypersource
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "hypersource", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Build WebSocket APIs that leverage the HyperCore Protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -168,6 +168,6 @@ const { EventEmitter } = require('events') | ||
opts.server = httpsServer | ||
httpsServer.listen(opts.port, opts.host) | ||
} | ||
if (opts.server) { | ||
opts.server.listen(opts.port, opts.host) | ||
// delete 'opts.host' and 'opts.port' so `WebSocketServer | ||
@@ -174,0 +174,0 @@ // does not start listening when these properties are present |
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