Socket
Socket
Sign inDemoInstall

nodemailer

Package Overview
Dependencies
0
Maintainers
1
Versions
269
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.9.7 to 6.9.8

lib/punycode/index.js

4

.ncurc.js

@@ -5,4 +5,6 @@ module.exports = {

// API changes break existing tests
'proxy'
'proxy',
// ESM
'chai'
]
};
# CHANGELOG
## [6.9.8](https://github.com/nodemailer/nodemailer/compare/v6.9.7...v6.9.8) (2023-12-30)
### Bug Fixes
* **punycode:** do not use native punycode module ([b4d0e0c](https://github.com/nodemailer/nodemailer/commit/b4d0e0c7cc4b15bc4d9e287f91d1bcaca87508b0))
## [6.9.7](https://github.com/nodemailer/nodemailer/compare/v6.9.6...v6.9.7) (2023-10-22)

@@ -4,0 +11,0 @@

'use strict';
const punycode = require('punycode');
const punycode = require('../punycode');
const mimeFuncs = require('../mime-funcs');

@@ -5,0 +5,0 @@ const crypto = require('crypto');

@@ -7,3 +7,3 @@ /* eslint no-undefined: 0, prefer-spread: 0, no-control-regex: 0 */

const fs = require('fs');
const punycode = require('punycode');
const punycode = require('../punycode');
const PassThrough = require('stream').PassThrough;

@@ -10,0 +10,0 @@ const shared = require('../shared');

@@ -123,2 +123,7 @@ {

"Mailcatch.app": {
"host": "sandbox-smtp.mailcatch.app",
"port": 2525
},
"Maildev": {

@@ -125,0 +130,0 @@ "port": 1025,

{
"name": "nodemailer",
"version": "6.9.7",
"version": "6.9.8",
"description": "Easy as cake e-mail sending from your Node.js applications",

@@ -24,8 +24,7 @@ "main": "lib/nodemailer.js",

"devDependencies": {
"@aws-sdk/client-ses": "3.433.0",
"aws-sdk": "2.1478.0",
"@aws-sdk/client-ses": "3.484.0",
"bunyan": "1.8.15",
"chai": "4.3.10",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",

@@ -42,3 +41,3 @@ "grunt-cli": "1.4.3",

"proxy-test-server": "1.0.0",
"sinon": "17.0.0",
"sinon": "17.0.1",
"smtp-server": "3.13.0"

@@ -45,0 +44,0 @@ },

@@ -11,4 +11,3 @@ # Nodemailer

---
> [!TIP]
> Check out **[EmailEngine](https://emailengine.app/?utm_source=github-nodemailer&utm_campaign=nodemailer&utm_medium=readme-link)** – a self-hosted email gateway that allows making **REST requests against IMAP and SMTP servers**. EmailEngine also sends webhooks whenever something changes on the registered accounts.\

@@ -18,12 +17,2 @@ > \

---
This project is supported by [Forward Email](https://forwardemail.net) – the 100% open-source and privacy-focused email service.
---
This project is supported by [Opensense](https://www.opensense.com) - The beautiful email signature management company for Office 365 and Google Workspace.
---
## Having an issue?

@@ -30,0 +19,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc