Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tinyhttp/req

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/req - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

2

dist/index.d.ts
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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc