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

zone-mta

Package Overview
Dependencies
Maintainers
1
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zone-mta - npm Package Compare versions

Comparing version 0.1.0-alpha.13 to 0.1.0-alpha.14

2

lib/mail-queue.js

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

let deliveryZone;
let recipientDomain = recipient.substr(recipient.lastIndexOf('@') + 1);
let recipientDomain = recipient.substr(recipient.lastIndexOf('@') + 1).replace(/[\[\]]/g, '');
let senderDomain = (envelope.headers.from || envelope.from || '').split('@').pop();

@@ -235,0 +235,0 @@

@@ -152,3 +152,2 @@ 'use strict';

handleResponseError(delivery, connection, err, callback) {

@@ -155,0 +154,0 @@ let maxDeferred = 6;

{
"name": "zone-mta",
"private": false,
"version": "0.1.0-alpha.13",
"version": "0.1.0-alpha.14",
"description": "Tiny outbound MTA",

@@ -6,0 +6,0 @@ "main": "app.js",

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