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.9 to 0.0.10

2

lib/services/www.js

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