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 0.2.2 to 0.2.3

4

lib/mailparser.js

@@ -5,3 +5,3 @@

* @author <a href="mailto:andris@node.ee">Andris Reinman</a>
* @version 0.2.0
* @version 0.2.3
*/

@@ -603,3 +603,3 @@

}else{
this.currentNode.content += "\n" + line;
this.currentNode.content += "\r\n" + line;
}

@@ -606,0 +606,0 @@ }

@@ -91,3 +91,3 @@ var Stream = require('stream').Stream,

}else{
this.current += "\n" + data;
this.current += "\r\n" + data;
}

@@ -94,0 +94,0 @@ };

{
"name": "mailparser",
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages",
"version": "0.2.2",
"version": "0.2.3",
"author" : "Andris Reinman",

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

Sorry, the diff of this file is not supported yet

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