multiserver
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "multiserver", | ||
"description": "write a server which works over many protocols at once, or connect to the same", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"homepage": "https://github.com/dominictarr/multiserver", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -24,3 +24,3 @@ var net | ||
//does this actually need to set host from the scope here? | ||
var host = opts.host || (isString(opts.scope) && scopes.host(opts.scope)) || 'localhost' | ||
var host = opts.host || (isString(opts.scope) && scopes.host(opts.scope)) | ||
var scope = opts.scope || 'device' | ||
@@ -27,0 +27,0 @@ // FIXME: does this even work anymore? |
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
218131