Socket
Socket
Sign inDemoInstall

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

3

dist/index.js

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

const params = regex ? getURLParams(regex, pathname) : {};
if (type === 'route')
req.params = params;
req.params = { ...req.params, ...params };
if (path.includes(':')) {

@@ -349,0 +348,0 @@ const first = Object.values(params)[0];

{
"name": "@tinyhttp/app",
"version": "2.0.3",
"version": "2.0.4",
"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