@tinyhttp/req
Advanced tools
Comparing version 2.0.12 to 2.0.13
import { IncomingMessage as Request, ServerResponse as Response } from 'http'; | ||
import { Options, Ranges, Result } from 'header-range-parser'; | ||
export * from './accepts'; | ||
export * from './accepts.js'; | ||
export * from '@tinyhttp/url'; | ||
@@ -5,0 +5,0 @@ export declare const getRequestHeader: (req: Pick<Request, 'headers'>) => (header: string) => string | string[]; |
{ | ||
"name": "@tinyhttp/req", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"type": "module", | ||
@@ -29,5 +29,5 @@ "description": "request extensions for tinyhttp", | ||
"dependencies": { | ||
"@tinyhttp/accepts": "2.0.5", | ||
"@tinyhttp/type-is": "2.0.4", | ||
"@tinyhttp/url": "2.0.5", | ||
"@tinyhttp/accepts": "2.0.6", | ||
"@tinyhttp/type-is": "2.0.5", | ||
"@tinyhttp/url": "2.0.6", | ||
"es-fresh": "^0.0.10", | ||
@@ -38,4 +38,3 @@ "header-range-parser": "^1.1.3" | ||
"build": "rollup -c ./rollup.config.js" | ||
}, | ||
"readme": "# @tinyhttp/req\n\n[![npm (scoped)][npm-badge]](https://npmjs.com/package/@tinyhttp/req) [![npm][dl-badge]](https://npmjs.com/package/@tinyhttp/req) [![][web-badge]](https://tinyhttp.v1rtl.site/mw/req)\n\nRequest extensions for tinyhttp collected in one package.\n\n## Install\n\n```sh\npnpm i @tinyhttp/req\n```\n\n## API\n\n[tinyhttp Request docs](https://tinyhttp.v1rtl.site/docs#request).\n\n[npm-badge]: https://img.shields.io/npm/v/@tinyhttp/req?style=flat-square\n[dl-badge]: https://img.shields.io/npm/dt/@tinyhttp/req?style=flat-square\n[web-badge]: https://img.shields.io/badge/website-visit-hotpink?style=flat-square\n" | ||
} | ||
} |
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
5737
+ Added@tinyhttp/accepts@2.0.6(transitive)
+ Added@tinyhttp/type-is@2.0.5(transitive)
+ Added@tinyhttp/url@2.0.6(transitive)
- Removed@tinyhttp/accepts@2.0.5(transitive)
- Removed@tinyhttp/type-is@2.0.4(transitive)
- Removed@tinyhttp/url@2.0.5(transitive)
Updated@tinyhttp/accepts@2.0.6
Updated@tinyhttp/type-is@2.0.5
Updated@tinyhttp/url@2.0.6