Socket
Socket
Sign inDemoInstall

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 3.2.0 to 3.2.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

### 3.2.1
* fix maxFilesSize overcalculation bug (thanks [dougwilson] and
[timothysoehnlin])
### 3.2.0
* add maxFilesSize for autoFiles (thanks [dougwilson])
### 3.1.2

@@ -2,0 +11,0 @@

1

index.js

@@ -535,2 +535,3 @@ exports.Form = Form;

var deltaBytes = counter.bytes - seenBytes;
seenBytes += deltaBytes;
self.totalFileSize += deltaBytes;

@@ -537,0 +538,0 @@ if (self.totalFileSize > self.maxFilesSize) {

4

package.json
{
"name": "multiparty",
"version": "3.2.0",
"version": "3.2.1",
"description": "multipart/form-data parser which supports streaming",
"repository": {
"type": "git",
"url": "git@github.com:superjoe30/node-multiparty.git"
"url": "git@github.com:andrewrk/node-multiparty.git"
},

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

@@ -1,2 +0,2 @@

[![Build Status](https://travis-ci.org/superjoe30/node-multiparty.png?branch=master)](https://travis-ci.org/superjoe30/node-multiparty)
[![Build Status](https://travis-ci.org/andrewrk/node-multiparty.png?branch=master)](https://travis-ci.org/andrewrk/node-multiparty)
# multiparty

@@ -3,0 +3,0 @@

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