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 1.3.12 to 1.3.13

6

dist/request.d.ts

@@ -27,9 +27,9 @@ /// <reference types="node" />

query: ParsedUrlQuery;
params?: URLParams;
params: URLParams;
connection: Connection;
route?: Middleware | undefined;
route?: Middleware;
protocol: Protocol;
secure: boolean;
xhr: boolean;
hostname: string | undefined;
hostname?: string;
ip?: string;

@@ -36,0 +36,0 @@ ips?: string[];

{
"name": "@tinyhttp/app",
"version": "1.3.12",
"version": "1.3.13",
"description": "0-legacy, tiny & fast web framework as a replacement of Express",

@@ -5,0 +5,0 @@ "type": "module",

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