Socket
Socket
Sign inDemoInstall

smtp-tester

Package Overview
Dependencies
31
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

.github/workflows/ci.yml

4

lib/index.js

@@ -131,4 +131,4 @@ const path = require('path');

headers,
body: parsedEmail.text,
html: parsedEmail.html,
body: parsedEmail.text,
html: parsedEmail.html,
attachments: parsedEmail.attachments

@@ -135,0 +135,0 @@ };

{
"name": "smtp-tester",
"description": "Quick and dirty smtp server, that accepts handlers to process messages",
"version": "2.0.0",
"version": "2.0.1",
"url": "http://github.com/deitch/smtp-tester",

@@ -16,3 +16,3 @@ "scripts": {

"engines": {
"node": ">=18.0.0"
"node": ">=14.0.0"
},

@@ -29,2 +29,3 @@ "main": "./lib/index.js",

"devDependencies": {
"eslint": "^8.22.0",
"nodemailer": "^6.7.7",

@@ -31,0 +32,0 @@ "tape": "^4.5.1",

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