http-matcher
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "http-matcher", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple asynchronous http server, based on node.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,3 +8,3 @@ import { IncomingMessage, Server, ServerResponse } from "node:http"; | ||
export class IServer { | ||
constructor(); | ||
constructor(port: number); | ||
/** | ||
@@ -11,0 +11,0 @@ * @readonly |
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
16222