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.13 to 0.0.14

3

lib/services/ftp.js

@@ -16,3 +16,3 @@ /**

return {
name: 'FTP', // det the root of the service
name: 'ftp', // det the root of the service
display_name: 'FTP',

@@ -57,3 +57,2 @@ image_small: 'unifile-assets/services/ftp.png',

console.error('auth error', request.param('username'), err);
request.session.ftp_user = undefined;
response.send(401, '<html><head>'+exports.config.AUTH_ERROR_FORM_HEAD_HTML+'</head><body>'+exports.config.AUTH_ERROR_FORM_BODY_HTML.replace('$username', request.param('username'))+exports.config.AUTH_FORM_BODY_HTML+'</body></html>');

@@ -60,0 +59,0 @@ });

{
"name": "unifile",
"description": "Express middleware to provide a common API for cloud storage services. ",
"version": "0.0.13",
"version": "0.0.14",
"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