mailparser
Advanced tools
Comparing version 3.6.5 to 3.6.6
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50748
13
+ Addedlinkify-it@5.0.0(transitive)
+ Addednodemailer@6.9.8(transitive)
+ Addedtlds@1.248.0(transitive)
+ Addeduc.micro@2.1.0(transitive)
- Removedlinkify-it@4.0.1(transitive)
- Removednodemailer@6.9.3(transitive)
- Removedtlds@1.240.0(transitive)
- Removeduc.micro@1.0.6(transitive)
Updatedlinkify-it@5.0.0
Updatednodemailer@6.9.8
Updatedtlds@1.248.0