@ronomon/mime
Advanced tools
Comparing version 3.4.0 to 3.5.0
{ | ||
"name": "@ronomon/mime", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"description": "Fast, robust, standards-compliant MIME decoder. Ships with extensive tests and fuzz tests.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -222,2 +222,10 @@ var common = require('./_common.js'); | ||
MIME.Error.ParameterValueMissing | ||
], | ||
[ | ||
'JPEG file/octet-stream;name=invalid.jpg', | ||
{ | ||
value: 'application/octet-stream', | ||
parameters: { name: 'invalid.jpg' } | ||
}, | ||
null | ||
] | ||
@@ -224,0 +232,0 @@ ]; |
Sorry, the diff of this file is too big to display
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
255654
7903