Comparing version 0.0.10 to 0.0.11
@@ -46,3 +46,2 @@ /** | ||
console.log('auth page submition', request.param('username')); | ||
console.log('auth page submition', request.body); | ||
if (request.param('password') && request.param('username') | ||
@@ -49,0 +48,0 @@ && exports.checkAuth(request.param('username'), request.param('password')) === true |
{ | ||
"name": "unifile", | ||
"description": "Express middleware to provide a common API for cloud storage services. ", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"author": { | ||
@@ -59,4 +59,5 @@ "name": "Alex Hoyau aka lexoyo" | ||
}, | ||
"_id": "unifile@0.0.9", | ||
"_from": "unifile@~0.0.x" | ||
"_id": "unifile@0.0.11", | ||
"_from": "unifile@~0.0.x", | ||
"homepage": "https://github.com/silexlabs/unifile" | ||
} |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
84506
1
1915