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

multiparty

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiparty - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### 2.1.6
* expose `hash` as an option to `Form`. (thanks wookiehangover)
### 2.1.5
* fix possible 'close' event before all temp files are done
### 2.1.4

@@ -2,0 +10,0 @@

2

index.js

@@ -55,3 +55,3 @@ exports.Form = Form;

self.encoding = options.encoding || 'utf8';
self.hash = false;
self.hash = options.hash || false;

@@ -58,0 +58,0 @@ self.bytesReceived = 0;

{
"name": "multiparty",
"version": "2.1.5",
"version": "2.1.6",
"description": "multipart/form-data parser which supports streaming",

@@ -5,0 +5,0 @@ "keywords": [

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