Socket
Socket
Sign inDemoInstall

smtp-server

Package Overview
Dependencies
Maintainers
0
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smtp-server - npm Package Compare versions

Comparing version 3.13.4 to 3.13.5

7

CHANGELOG.md
# Changelog
## [3.13.5](https://github.com/nodemailer/smtp-server/compare/v3.13.4...v3.13.5) (2024-09-08)
### Bug Fixes
* Replaced punycode with punycode.js ([4ccbcf2](https://github.com/nodemailer/smtp-server/commit/4ccbcf2f7d0daee0554c416be03d0eda7e2999f5))
## [3.13.4](https://github.com/nodemailer/smtp-server/compare/v3.13.3...v3.13.4) (2024-04-12)

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

4

lib/smtp-connection.js

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

const os = require('os');
const punycode = require('punycode/');
const punycode = require('punycode.js');
const EventEmitter = require('events');

@@ -1465,3 +1465,3 @@ const base32 = require('base32.js');

},
'Connection upgraded to TLS using ',
'Connection upgraded to TLS using',
cipher || 'N/A'

@@ -1468,0 +1468,0 @@ );

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

const shared = require('nodemailer/lib/shared');
const punycode = require('punycode/');
const punycode = require('punycode.js');
const crypto = require('crypto');

@@ -12,0 +12,0 @@ const base32 = require('base32.js');

{
"name": "smtp-server",
"version": "3.13.4",
"version": "3.13.5",
"description": "Create custom SMTP servers on the fly",

@@ -15,4 +15,4 @@ "main": "lib/smtp-server.js",

"ipv6-normalize": "1.0.1",
"nodemailer": "6.9.13",
"punycode": "2.3.1"
"nodemailer": "6.9.15",
"punycode.js": "2.3.1"
},

@@ -24,6 +24,6 @@ "devDependencies": {

"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-cli": "1.5.0",
"grunt-eslint": "24.3.0",
"grunt-mocha-test": "0.13.3",
"mocha": "10.4.0",
"mocha": "10.7.3",
"pem": "1.14.8"

@@ -30,0 +30,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