Comparing version 1.1.2 to 1.1.3
@@ -172,3 +172,3 @@ "use strict"; | ||
} | ||
} else if (!err && arity === 2 || arity === 3) { | ||
} else if (!err && arity <= 3) { | ||
try { | ||
@@ -175,0 +175,0 @@ iter.value(req, res, next); |
{ | ||
"name": "woodland", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Lightweight HTTP/HTTPS router with virtual hosts", | ||
@@ -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
14560