formstream
Advanced tools
Comparing version 0.0.4 to 0.0.5
0.0.5 / 2012-11-06 | ||
================== | ||
* fixed stream error not catch bug | ||
0.0.4 / 2012-11-06 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -136,2 +136,3 @@ /*! | ||
mimeType = mimeType || mime.lookup(filename); | ||
stream.on('error', this.emit.bind(this, 'error')); | ||
var ps = parseStream().pause(); | ||
@@ -138,0 +139,0 @@ stream.pipe(ps); |
{ | ||
"name": "formstream", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A multipart/form-data encoded stream, helper for file upload.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11976
218