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.4 to 3.2.5

2

package.json
{
"name": "formidable",
"version": "3.2.4",
"version": "3.2.5",
"license": "MIT",

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

@@ -602,3 +602,3 @@ /* eslint-disable class-methods-use-this */

let fileCount = 0;
this.on('file', () => {
this.on('fileBegin', () => {
fileCount += 1;

@@ -605,0 +605,0 @@ if (fileCount > this.options.maxFiles) {

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