multiparty
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -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 @@ |
@@ -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": [ |
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
3562386