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
0.3.5

5

lib/mailparser.js

@@ -481,2 +481,3 @@

this._currentNode.meta.messageId = this._trimQuotes(value);
this._currentNode.messageId = this._currentNode.meta.messageId;
break;

@@ -933,2 +934,6 @@ case "references":

if(this.mimeTree.messageId){
returnValue.messageId = this.mimeTree.messageId;
}
if(this.mimeTree.inReplyTo){

@@ -935,0 +940,0 @@ returnValue.inReplyTo = this.mimeTree.inReplyTo;

2

package.json
{
"name": "mailparser",
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages",
"version": "0.3.4",
"version": "0.3.5",
"author" : "Andris Reinman",

@@ -6,0 +6,0 @@ "maintainers":[