@tinyhttp/req
Advanced tools
Comparing version 2.0.3 to 2.0.4
import { IncomingMessage as Request, ServerResponse as Response } from 'http'; | ||
import { Options, Ranges, Result } from 'range-parser'; | ||
import { Options, Ranges, Result } from 'header-range-parser'; | ||
export * from './accepts'; | ||
@@ -4,0 +4,0 @@ export * from '@tinyhttp/url'; |
@@ -1,2 +0,2 @@ | ||
import parseRange from 'range-parser'; | ||
import { parseRange } from 'header-range-parser'; | ||
import { fresh } from 'es-fresh'; | ||
@@ -3,0 +3,0 @@ import { typeIs } from '@tinyhttp/type-is'; |
{ | ||
"name": "@tinyhttp/req", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "request extensions for tinyhttp", |
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
5788