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.7.7 to 2.8.0

3

lib/mail-parser.js

@@ -305,2 +305,5 @@ 'use strict';

value = this.libmime.parseHeaderValue(value);
if (value.value) {
value.value = this.libmime.decodeWords(value.value);
}
Object.keys((value && value.params) || {}).forEach(key => {

@@ -307,0 +310,0 @@ try {

29

package.json
{
"name": "mailparser",
"version": "2.7.7",
"version": "2.8.0",
"description": "Parse e-mails",

@@ -22,19 +22,19 @@ "main": "index.js",

"html-to-text": "5.1.1",
"iconv-lite": "0.5.0",
"libmime": "4.2.1",
"linkify-it": "2.2.0",
"mailsplit": "4.6.2",
"nodemailer": "6.4.0",
"iconv-lite": "0.6.2",
"libmime": "5.0.0",
"linkify-it": "3.0.2",
"mailsplit": "5.0.0",
"nodemailer": "6.4.10",
"tlds": "1.207.0"
},
"devDependencies": {
"ajv": "6.10.2",
"eslint": "6.7.2",
"ajv": "6.12.3",
"eslint": "7.5.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.7.0",
"grunt": "1.0.4",
"eslint-config-prettier": "6.11.0",
"grunt": "1.2.1",
"grunt-cli": "1.3.2",
"grunt-contrib-nodeunit": "2.0.0",
"grunt-eslint": "22.0.0",
"iconv": "2.3.5",
"grunt-contrib-nodeunit": "2.1.0",
"grunt-eslint": "23.0.0",
"iconv": "3.0.0",
"libbase64": "1.2.1",

@@ -44,5 +44,2 @@ "libqp": "1.1.0",

},
"engines": {
"node": ">=6.0.0"
},
"repository": {

@@ -49,0 +46,0 @@ "type": "git",

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