@tinyhttp/app
Advanced tools
Comparing version 2.0.5 to 2.0.6
/// <reference types="node" /> | ||
import { IncomingMessage } from 'http'; | ||
import { ParsedUrlQuery } from 'querystring'; | ||
import { Ranges } from 'range-parser'; | ||
import { Ranges } from 'header-range-parser'; | ||
import { App } from './app'; | ||
@@ -38,3 +38,3 @@ import type { Middleware, Handler } from '@tinyhttp/router'; | ||
get: (header: string) => string | string[] | undefined; | ||
range: (size: number, options?: any) => -1 | -2 | Ranges | undefined; | ||
range: (size: number, options?: any) => -1 | -2 | -3 | Ranges | undefined; | ||
accepts: (...types: string[]) => AcceptsReturns; | ||
@@ -41,0 +41,0 @@ acceptsEncodings: (...encodings: string[]) => AcceptsReturns; |
{ | ||
"name": "@tinyhttp/app", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "0-legacy, tiny & fast web framework as a replacement of Express", | ||
@@ -37,4 +37,4 @@ "type": "module", | ||
"@tinyhttp/proxy-addr": "2.0.2", | ||
"@tinyhttp/req": "2.0.3", | ||
"@tinyhttp/res": "2.0.4", | ||
"@tinyhttp/req": "2.0.4", | ||
"@tinyhttp/res": "2.0.5", | ||
"@tinyhttp/router": "2.0.2", | ||
@@ -41,0 +41,0 @@ "regexparam": "^2.0.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
26365
+ Added@tinyhttp/req@2.0.4(transitive)
+ Added@tinyhttp/res@2.0.5(transitive)
- Removed@tinyhttp/req@2.0.3(transitive)
- Removed@tinyhttp/res@2.0.4(transitive)
Updated@tinyhttp/req@2.0.4
Updated@tinyhttp/res@2.0.5