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.13 to 1.3.14

3

dist/index.js

@@ -342,3 +342,4 @@ import { STATUS_CODES, createServer } from 'http';

}
req.path = getPathname(req.url);
if (!req.path)
req.path = getPathname(req.url);
if ((_a = this.settings) === null || _a === void 0 ? void 0 : _a.enableReqRoute)

@@ -345,0 +346,0 @@ req.route = getRouteFromApp(this, handler);

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

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

Sorry, the diff of this file is not supported yet

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