maishu-router
Advanced tools
Comparing version 1.4.2 to 1.4.5
@@ -39,4 +39,5 @@ "use strict"; | ||
break; | ||
if (!p.moveNext()) | ||
if (!p.moveNext()) { | ||
break; | ||
} | ||
} while (true); | ||
@@ -53,2 +54,6 @@ let r = {}; | ||
return null; | ||
for (let i = 0; i < c.all.length; i++) { | ||
if (c.all[i].value == null && !c.all[i].isOption) | ||
return null; | ||
} | ||
return r; | ||
@@ -55,0 +60,0 @@ } |
{ | ||
"name": "maishu-router", | ||
"version": "1.4.2", | ||
"version": "1.4.5", | ||
"author": "shu mai", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
38021
432