portfinder
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -39,3 +39,3 @@ /** | ||
*/ | ||
export function setBasePort(port: number); | ||
export function setBasePort(port: number): void; | ||
@@ -50,3 +50,3 @@ /** | ||
*/ | ||
export function setHighestPort(port: number); | ||
export function setHighestPort(port: number): void; | ||
@@ -53,0 +53,0 @@ /** |
@@ -41,5 +41,5 @@ /* | ||
options.server.removeListener('error', onError); | ||
options.server.close(); | ||
callback(null, options.port); | ||
options.server.removeListener('error', onError); | ||
options.server.close(); | ||
callback(null, options.port); | ||
} | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "portfinder", | ||
"description": "A simple tool to find an open port on the current machine", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
19909