Comparing version 3.5.1 to 3.5.2
@@ -1,2 +0,4 @@ | ||
function next(middlewares, req, res, index, routers = {}, defaultRoute, errorHandler) { | ||
function next(middlewares, req, res, index, routers, defaultRoute, errorHandler) { | ||
routers = routers || {} | ||
const middleware = middlewares[index] | ||
@@ -3,0 +5,0 @@ if (!middleware) { |
{ | ||
"name": "0http", | ||
"version": "v3.5.1", | ||
"version": "3.5.2", | ||
"description": "Cero friction HTTP request router. The need for speed!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
11285
220
2