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.32 to 0.1.0-alpha.33

6

package.json
{
"name": "zone-mta",
"private": false,
"version": "0.1.0-alpha.32",
"version": "0.1.0-alpha.33",
"description": "Tiny outbound MTA",

@@ -16,3 +16,3 @@ "main": "app.js",

"config": "^1.21.0",
"crc-32": "^0.4.1",
"crc-32": "^1.0.0",
"dnscache": "0.0.4",

@@ -28,3 +28,3 @@ "iconv-lite": "^0.4.13",

"msgpack-js": "^0.3.0",
"nodemailer-fetch": "^2.0.0",
"nodemailer-fetch": "^2.1.0",
"npmlog": "^4.0.0",

@@ -31,0 +31,0 @@ "restify": "4.1.1",

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

body: this.body,
allowErrorResponse: true,
headers

@@ -109,3 +110,3 @@ });

} catch (E) {
this.emit('fail', E);
this.emit('fail', new Error('Failed parsing server response (code ' + this.req.statusCode + ').' + E.message));
}

@@ -112,0 +113,0 @@ callback();

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