multiparty
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -0,1 +1,5 @@ | ||
### 3.1.1 | ||
* fix not emitting 'close' after all part 'end' events | ||
### 3.1.0 | ||
@@ -2,0 +6,0 @@ |
@@ -490,3 +490,5 @@ exports.Form = Form; | ||
if (!self.flushing && self.finished && !self.error) { | ||
self.emit('close'); | ||
process.nextTick(function() { | ||
self.emit('close'); | ||
}); | ||
} | ||
@@ -493,0 +495,0 @@ } |
{ | ||
"name": "multiparty", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "multipart/form-data parser which supports streaming", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
3575387
59
1569
24