Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.3 to 2.3.4

.prettierrc.js

3

lib/mail-parser.js

@@ -38,2 +38,3 @@ 'use strict';

this.headers = false;
this.headerLines = false;

@@ -388,2 +389,3 @@ this.endReceived = false;

node,
headerLines: node.headers.lines,
headers: this.processHeaders(node.headers.getList()),

@@ -431,2 +433,3 @@ contentType,

this.headers = newNode.headers;
this.headerLines = newNode.headerLines;
}

@@ -433,0 +436,0 @@

@@ -29,2 +29,3 @@ 'use strict';

mail.headers = headers;
mail.headerLines = parser.headerLines;
});

@@ -31,0 +32,0 @@

5

package.json
{
"name": "mailparser",
"version": "2.3.3",
"version": "2.3.4",
"description": "Parse e-mails",

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

"html-to-text": "4.0.0",
"iconv-lite": "0.4.23",
"iconv-lite": "0.4.24",
"libmime": "4.0.1",

@@ -25,2 +25,3 @@ "linkify-it": "2.0.3",

"eslint-config-nodemailer": "^1.2.0",
"eslint-config-prettier": "^3.0.1",
"grunt": "^1.0.3",

@@ -27,0 +28,0 @@ "grunt-cli": "^1.3.1",

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