Comparing version 6.10.1 to 6.11.0
{ | ||
"name": "messy", | ||
"version": "6.10.1", | ||
"version": "6.11.0", | ||
"description": "Object model for HTTP and RFC822 messages", | ||
@@ -35,8 +35,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"iconv-lite": "0.4.6", | ||
"iconv-lite": "^0.4.13", | ||
"quoted-printable": "1.0.0", | ||
"rfc2047": "2.0.0", | ||
"rfc2231": "1.2.0", | ||
"rfc2231": "1.3.0", | ||
"underscore": "^1.6.0" | ||
} | ||
} |
@@ -46,4 +46,3 @@ /*global describe, it*/ | ||
'Content-Type: image/png; =?utf-8?Q?name=3D=C3=A6=C3=B8=C3=A5?=.png\r\n' + | ||
'Content-Disposition: attachment;\r\n' + | ||
" filename*=iso-8859-1''%E6%F8%E5%2E%70%6E%67\r\n" | ||
"Content-Disposition: attachment; filename*=iso-8859-1''%E6%F8%E5.png\r\n" | ||
); | ||
@@ -50,0 +49,0 @@ }); |
@@ -813,4 +813,3 @@ /*global describe, it*/ | ||
'Content-Type: image/png\r\n' + | ||
'Content-Disposition: attachment;\r\n' + | ||
" filename*=iso-8859-1''%E6%F8%E5%2E%70%6E%67\r\n" | ||
"Content-Disposition: attachment; filename*=iso-8859-1''%E6%F8%E5.png\r\n" | ||
); | ||
@@ -817,0 +816,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
175359
3695
+ Addediconv-lite@0.4.24(transitive)
+ Addedrfc2231@1.3.0(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
- Removediconv-lite@0.4.6(transitive)
- Removedrfc2231@1.2.0(transitive)
Updatediconv-lite@^0.4.13
Updatedrfc2231@1.3.0