New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mailparser

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailparser - npm Package Compare versions

Comparing version

to
2.4.3

2

lib/mail-parser.js

@@ -416,3 +416,3 @@ 'use strict';

(/^text\//.test(contentType) && node.flowed) ||
(node.root && encoding === 'base64') // Handle emails with base64 encoded root node
(node.root && encoding === 'base64' && node.flowed) // Handle emails with base64 encoded root node
) {

@@ -419,0 +419,0 @@ let flowDecoder = decoder;

{
"name": "mailparser",
"version": "2.4.2",
"version": "2.4.3",
"description": "Parse e-mails",

@@ -5,0 +5,0 @@ "main": "index.js",