@tinyhttp/app
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -21,3 +21,3 @@ /// <reference types="node" /> | ||
export declare type TemplateFunc<O> = (path: string, locals: Record<string, any>, opts: TemplateEngineOptions<O>, cb: (err: Error, html: unknown) => void) => void; | ||
export declare type TemplateEngineOptions<O extends any> = Partial<{ | ||
export declare type TemplateEngineOptions<O> = Partial<{ | ||
cache: boolean; | ||
@@ -24,0 +24,0 @@ ext: string; |
{ | ||
"name": "@tinyhttp/app", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "0-legacy, tiny & fast web framework as a replacement of Express", | ||
@@ -37,6 +37,6 @@ "type": "module", | ||
"@tinyhttp/proxy-addr": "2.0.2", | ||
"@tinyhttp/req": "2.0.7", | ||
"@tinyhttp/res": "2.0.8", | ||
"@tinyhttp/router": "2.0.2", | ||
"header-range-parser": "^1.0.0", | ||
"@tinyhttp/req": "2.0.8", | ||
"@tinyhttp/res": "2.0.9", | ||
"@tinyhttp/router": "2.0.3", | ||
"header-range-parser": "^1.1.1", | ||
"regexparam": "^2.0.0" | ||
@@ -43,0 +43,0 @@ }, |
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
26416
+ Added@tinyhttp/accepts@2.0.4(transitive)
+ Added@tinyhttp/req@2.0.8(transitive)
+ Added@tinyhttp/res@2.0.9(transitive)
+ Added@tinyhttp/router@2.0.3(transitive)
+ Added@tinyhttp/send@2.0.3(transitive)
+ Added@tinyhttp/type-is@2.0.3(transitive)
- Removed@tinyhttp/accepts@2.0.3(transitive)
- Removed@tinyhttp/req@2.0.7(transitive)
- Removed@tinyhttp/res@2.0.8(transitive)
- Removed@tinyhttp/router@2.0.2(transitive)
- Removed@tinyhttp/send@2.0.2(transitive)
- Removed@tinyhttp/type-is@2.0.2(transitive)
Updated@tinyhttp/req@2.0.8
Updated@tinyhttp/res@2.0.9
Updated@tinyhttp/router@2.0.3
Updatedheader-range-parser@^1.1.1