@tinyhttp/app
Advanced tools
Comparing version 1.3.12 to 1.3.13
@@ -27,9 +27,9 @@ /// <reference types="node" /> | ||
query: ParsedUrlQuery; | ||
params?: URLParams; | ||
params: URLParams; | ||
connection: Connection; | ||
route?: Middleware | undefined; | ||
route?: Middleware; | ||
protocol: Protocol; | ||
secure: boolean; | ||
xhr: boolean; | ||
hostname: string | undefined; | ||
hostname?: string; | ||
ip?: string; | ||
@@ -36,0 +36,0 @@ ips?: string[]; |
{ | ||
"name": "@tinyhttp/app", | ||
"version": "1.3.12", | ||
"version": "1.3.13", | ||
"description": "0-legacy, tiny & fast web framework as a replacement of Express", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
40515