Socket
Socket
Sign inDemoInstall

express-fileupload

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-fileupload - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

lib/index.js

@@ -157,2 +157,4 @@ 'use strict';

});
file.on('error', next);
});

@@ -162,2 +164,4 @@

busboy.on('error', next);
req.pipe(busboy);

@@ -164,0 +168,0 @@ }

2

package.json
{
"name": "express-fileupload",
"version": "0.1.3",
"version": "0.1.4",
"author": "Richard Girges <richardgirges@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Simple express file upload middleware that wraps around Busboy",

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