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 3.6.5 to 3.6.6

.github/workflows/release.yaml

2

lib/mail-parser.js

@@ -1018,3 +1018,3 @@ 'use strict';

if (address.name) {
str += address.name + (address.group ? ': ' : '');
str += `"${address.name}"` + (address.group ? ': ' : '');
}

@@ -1021,0 +1021,0 @@ if (address.address) {

{
"name": "mailparser",
"version": "3.6.5",
"version": "3.6.6",
"description": "Parse e-mails",
"main": "index.js",
"scripts": {
"test": "grunt"
"test": "grunt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},

@@ -24,16 +25,16 @@ "author": "Andris Reinman",

"libmime": "5.2.1",
"linkify-it": "4.0.1",
"linkify-it": "5.0.0",
"mailsplit": "5.4.0",
"nodemailer": "6.9.3",
"tlds": "1.240.0"
"nodemailer": "6.9.8",
"tlds": "1.248.0"
},
"devDependencies": {
"ajv": "8.12.0",
"eslint": "8.44.0",
"eslint": "8.56.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-nodeunit": "5.0.0",
"grunt-eslint": "24.2.0",
"grunt-eslint": "24.3.0",
"iconv": "3.0.1",

@@ -40,0 +41,0 @@ "random-message": "1.1.0"

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