multiparty
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -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 @@ |
@@ -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) { |
{ | ||
"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 @@ |
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
36509
571