combo-url-parser
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -83,3 +83,7 @@ var parser = require('./parser.js'); | ||
} | ||
all.push(result.body); | ||
if(result.body.length) { | ||
all.push(result.body); | ||
} | ||
return all; | ||
@@ -86,0 +90,0 @@ }, []))); |
@@ -5,3 +5,3 @@ { | ||
"description": "A util to parser comboed url", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
6408
149