http-matcher
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -5,3 +5,3 @@ import { IServer } from "./types/server"; | ||
export function tryPort(port: number): Promise<boolean>; | ||
export function tryPort(port: number): Promise<string | void>; | ||
@@ -8,0 +8,0 @@ export class Server extends IServer {} |
{ | ||
"name": "http-matcher", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "A simple asynchronous http server, based on node.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
16228