Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodemailer-openpgp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer-openpgp - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

6

lib/nodemailer-openpgp.js

@@ -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"
}
}
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