@tinyhttp/app
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26353
+ Added@tinyhttp/accepts@2.0.2(transitive)
+ Added@tinyhttp/content-disposition@2.0.3(transitive)
+ Added@tinyhttp/cookie@2.0.2(transitive)
+ Added@tinyhttp/cookie-signature@2.0.2(transitive)
+ Added@tinyhttp/encode-url@2.0.2(transitive)
+ Added@tinyhttp/etag@2.0.2(transitive)
+ Added@tinyhttp/forwarded@2.0.2(transitive)
+ Added@tinyhttp/proxy-addr@2.0.2(transitive)
+ Added@tinyhttp/req@2.0.3(transitive)
+ Added@tinyhttp/res@2.0.4(transitive)
+ Added@tinyhttp/router@2.0.2(transitive)
+ Added@tinyhttp/send@2.0.2(transitive)
+ Added@tinyhttp/type-is@2.0.2(transitive)
+ Added@tinyhttp/url@2.0.3(transitive)
- Removed@tinyhttp/accepts@2.0.1(transitive)
- Removed@tinyhttp/content-disposition@2.0.2(transitive)
- Removed@tinyhttp/cookie@2.0.1(transitive)
- Removed@tinyhttp/cookie-signature@2.0.1(transitive)
- Removed@tinyhttp/encode-url@2.0.1(transitive)
- Removed@tinyhttp/etag@2.0.1(transitive)
- Removed@tinyhttp/forwarded@2.0.1(transitive)
- Removed@tinyhttp/proxy-addr@2.0.1(transitive)
- Removed@tinyhttp/req@2.0.2(transitive)
- Removed@tinyhttp/res@2.0.3(transitive)
- Removed@tinyhttp/router@2.0.1(transitive)
- Removed@tinyhttp/send@2.0.1(transitive)
- Removed@tinyhttp/type-is@2.0.1(transitive)
- Removed@tinyhttp/url@2.0.2(transitive)
Updated@tinyhttp/cookie@2.0.2
Updated@tinyhttp/proxy-addr@2.0.2
Updated@tinyhttp/req@2.0.3
Updated@tinyhttp/res@2.0.4
Updated@tinyhttp/router@2.0.2