Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

formidable

Package Overview
Dependencies
Maintainers
5
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formidable - npm Package Compare versions

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc