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 2.0.3 to 2.0.4

2

lib/mail-parser.js

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

if (data.contentType === 'message/rfc822') {
if (data.contentType === 'message/rfc822' && data.messageNode) {
break;

@@ -564,0 +564,0 @@ }

{
"name": "mailparser",
"version": "2.0.3",
"version": "2.0.4",
"description": "Parse e-mails",

@@ -14,6 +14,6 @@ "main": "index.js",

"he": "1.1.1",
"html-to-text": "3.1.0",
"html-to-text": "3.2.0",
"iconv-lite": "0.4.15",
"libmime": "3.1.0",
"mailsplit": "4.0.0",
"mailsplit": "4.0.2",
"marked": "0.3.6"

@@ -20,0 +20,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc