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.3 to 2.0.4

2

dist/index.d.ts
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",

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