formidable
Advanced tools
Comparing version 3.2.4 to 3.2.5
{ | ||
"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) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91452