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.4 to 2.0.5

4

dist/index.js

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

}
return this; // chainable
return this;
}

@@ -344,3 +344,3 @@ /**

var _a;
const { path, handler, type, regex } = mw;
const { path, handler, regex } = mw;
const params = regex ? getURLParams(regex, pathname) : {};

@@ -347,0 +347,0 @@ req.params = { ...req.params, ...params };

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

@@ -35,7 +35,7 @@ "type": "module",

"dependencies": {
"@tinyhttp/cookie": "2.0.1",
"@tinyhttp/proxy-addr": "2.0.1",
"@tinyhttp/req": "2.0.2",
"@tinyhttp/res": "2.0.3",
"@tinyhttp/router": "2.0.1",
"@tinyhttp/cookie": "2.0.2",
"@tinyhttp/proxy-addr": "2.0.2",
"@tinyhttp/req": "2.0.3",
"@tinyhttp/res": "2.0.4",
"@tinyhttp/router": "2.0.2",
"regexparam": "^2.0.0"

@@ -42,0 +42,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