Socket
Socket
Sign inDemoInstall

formidable

Package Overview
Dependencies
5
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

4

package.json
{
"name": "formidable",
"version": "3.2.0",
"version": "3.2.1",
"license": "MIT",

@@ -16,3 +16,3 @@ "description": "A node.js module for parsing form data, especially file uploads.",

"access": "public",
"tag": "v4"
"tag": "v3"
},

@@ -19,0 +19,0 @@ "scripts": {

@@ -81,3 +81,6 @@ /* eslint-disable no-underscore-dangle */

this._writeStream.destroy();
unlink(this.filepath, () => {});
const filepath = this.filepath;
setTimeout(function () {
unlink(filepath, () => {});
}, 1)
}

@@ -84,0 +87,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc