Socket
Socket
Sign inDemoInstall

multiparty

Package Overview
Dependencies
6
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

test/standalone/test-issue-36.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 3.1.1
* fix not emitting 'close' after all part 'end' events
### 3.1.0

@@ -2,0 +6,0 @@

4

index.js

@@ -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": {

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