nodemailer-openpgp
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -95,3 +95,3 @@ 'use strict'; | ||
let body = messageParts.join('\r\n\r\n'); | ||
const data = `${bodyHeaders} \r\n\r\n ${body}`; | ||
const data = `${bodyHeaders}\r\n\r\n${body}`; | ||
@@ -113,3 +113,3 @@ const signature = await openpgp.sign({ | ||
'Content-Type: application/pgp-signature\r\n' + | ||
'Content-Disposition: inline; filename=signatrue.asc\r\n' + | ||
'Content-Disposition: inline; filename=signature.asc\r\n' + | ||
'\r\n' + | ||
@@ -134,3 +134,3 @@ signature + | ||
let body = messageParts.join('\r\n\r\n'); | ||
const data = `${bodyHeaders} \r\n\r\n ${body}`; | ||
const data = `${bodyHeaders}\r\n\r\n${body}`; | ||
@@ -137,0 +137,0 @@ let options = { |
{ | ||
"name": "nodemailer-openpgp", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Encrypt Nodemailer messages with PGP", | ||
@@ -24,18 +24,18 @@ "main": "lib/nodemailer-openpgp", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
"dependencies": { | ||
"openpgp": "5.2.1" | ||
"openpgp": "5.9.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "4.3.6", | ||
"chai": "4.3.7", | ||
"eslint-config-nodemailer": "1.2.0", | ||
"grunt": "1.5.3", | ||
"grunt": "1.6.1", | ||
"grunt-cli": "1.4.3", | ||
"grunt-eslint": "24.0.0", | ||
"grunt-eslint": "24.2.0", | ||
"grunt-mocha-test": "0.13.3", | ||
"mocha": "10.0.0", | ||
"nodemailer": "6.7.5", | ||
"mocha": "10.2.0", | ||
"nodemailer": "6.9.3", | ||
"nodemailer-stub-transport": "1.1.0" | ||
} | ||
} |
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
18263
+ Addedopenpgp@5.9.0(transitive)
- Removedopenpgp@5.2.1(transitive)
Updatedopenpgp@5.9.0