Comparing version 0.0.9 to 0.0.10
@@ -207,3 +207,3 @@ /** | ||
var filesData = []; | ||
for(idx=0; idx<filesArray.length; idx++){ | ||
for(var idx=0; idx<filesArray.length; idx++){ | ||
var file = fs.statSync(resolvedPath+filesArray[idx]); | ||
@@ -210,0 +210,0 @@ //console.dir(file); |
{ | ||
"name": "unifile", | ||
"description": "Express middleware to provide a common API for cloud storage services. ", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"author": { | ||
@@ -59,4 +59,4 @@ "name": "Alex Hoyau aka lexoyo" | ||
}, | ||
"_id": "unifile@0.0.5", | ||
"_from": "unifile@0.0.x" | ||
"_id": "unifile@0.0.9", | ||
"_from": "unifile@~0.0.x" | ||
} |
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
84456