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 0.6.0 to 0.6.1

3

lib/mailparser.js

@@ -1042,3 +1042,3 @@ "use strict";

if (this.mailData.html.length) {
len = this.mailData.html.length;
len = Math.min(len, this.mailData.html.length);
}

@@ -1063,3 +1063,2 @@ for (i = 0, len; i < len; i++) {

if (this.mailData.calendar.length) {

@@ -1066,0 +1065,0 @@ returnValue.alternatives = [];

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

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

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