Comparing version 6.1.1 to 6.1.2
@@ -11,3 +11,3 @@ "use strict"; | ||
if(!Array.isArray(ports)) | ||
ports = shuffle(range(ports, maxPort)); | ||
ports = shuffle(range(parseInt(ports), parseInt(maxPort))); | ||
@@ -14,0 +14,0 @@ let port = ports.shift(); |
{ | ||
"name": "nyks", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "nodejs exupery style", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
72177