Comparing version 6.10.0 to 6.10.1
@@ -339,3 +339,3 @@ /*global unescape, btoa, atob, JSON*/ | ||
} | ||
if (this.hasTextualContentType && contentTransferEncodingIsHonored && typeof this._body !== 'string') { | ||
if (this.hasTextualContentType && contentTransferEncodingIsHonored && this._body && typeof this._body !== 'string') { | ||
var charset = this.charset; | ||
@@ -342,0 +342,0 @@ if (iconvLite.encodingExists(charset)) { |
{ | ||
"name": "messy", | ||
"version": "6.10.0", | ||
"version": "6.10.1", | ||
"description": "Object model for HTTP and RFC822 messages", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
175431