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

@tinyhttp/app

Package Overview
Dependencies
Maintainers
1
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/app - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

4

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

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