flex-combo
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -332,2 +332,3 @@ var http = require('http') | ||
} | ||
requestOption.agent = false; | ||
return requestOption; | ||
@@ -470,3 +471,3 @@ } | ||
if(file === "") continue; | ||
var fullPath = prefix + filterUrl(files[i]); | ||
var fullPath = filterUrl(prefix + files[i]); | ||
if(i === 0 ){ | ||
@@ -473,0 +474,0 @@ res.setHeader('Content-Type', mime.lookup(fullPath.split('?')[0])); |
{ | ||
"name": "flex-combo", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "The Flex-combo is combo tool designed for web front-end developer. It support various kinds of combo format by modify configuration(eg. yahoo combo).", | ||
@@ -5,0 +5,0 @@ "main": "flex-combo.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
84209
1646