ee-formdata-reader
Advanced tools
Comparing version 0.1.17 to 0.1.19
@@ -89,3 +89,3 @@ | ||
} | ||
else if (contentType === 'application/json') { | ||
else if (/^application\/json(?:$|;)/gi.test(contentType)) { | ||
this.decoder = new StreamCollector(); | ||
@@ -92,0 +92,0 @@ this.decoder.on('end', function(buf) { |
{ | ||
"name" : "ee-formdata-reader" | ||
, "description" : "reads formdata from requests" | ||
, "version" : "0.1.17" | ||
, "version" : "0.1.19" | ||
, "homepage" : "https://github.com/eventEmitter/ee-formdata-reader" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
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
15701