Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unifile

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unifile - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

1

lib/services/www.js

@@ -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

7

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc