@ronomon/mime
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@ronomon/mime", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Fast, robust, standards-compliant MIME decoder. Ships with extensive tests and fuzz tests.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ var common = require('./_common.js'); | ||
var namespace = 'MimeDecoder.decodeHeaderEncodedWords'; | ||
var namespace = 'MIME.decodeHeaderEncodedWords'; | ||
@@ -9,0 +9,0 @@ function generateCharset() { |
@@ -85,3 +85,3 @@ var common = require('./_common.js'); | ||
namespace, | ||
'format: ' + MIME.Error[key] | ||
'format: ' + JSON.stringify(MIME.Error[key]) | ||
); | ||
@@ -88,0 +88,0 @@ // RFC 5321 4.5.3.1.5 Reply Line |
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
202507