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.15 to 0.0.16

3

lib/services/ftp.js

@@ -199,3 +199,2 @@ /**

var newPath = path;
if (path !== '/') newPath += '/';
var filesData = [];

@@ -210,3 +209,3 @@ for(var idx=0; idx<filesArray.length; idx++){

modified: file.date,
name: newPath + file.name,
name: file.name,
is_dir: file.type === 'd',

@@ -213,0 +212,0 @@ });

{
"name": "unifile",
"description": "Express middleware to provide a common API for cloud storage services. ",
"version": "0.0.15",
"version": "0.0.16",
"author": {

@@ -6,0 +6,0 @@ "name": "Alex Hoyau aka lexoyo"

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