multiserver
Advanced tools
Comparing version 3.3.2 to 3.3.3
{ | ||
"name": "multiserver", | ||
"description": "write a server which works over many protocols at once, or connect to the same", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"homepage": "https://github.com/dominictarr/multiserver", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -14,3 +14,3 @@ var WS = require('pull-ws') | ||
//if origin not set, then it's definitely not a browser. | ||
if(!(address === '::1' || address === '128.0.0.1') || origin == undefined) | ||
if(!(address === '::1' || address === '127.0.0.1') || origin == undefined) | ||
return 'ws:' + address + (port ? ':' + port : '') | ||
@@ -17,0 +17,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3