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

haraka-net-utils

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-net-utils - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

4

Changes.md
### 1.2.3 - 2020-12-19
- fix: restore the tests wrapping the resolveMX iterable
### 1.2.2 - 2020-12-15

@@ -3,0 +7,0 @@

6

index.js

@@ -425,4 +425,6 @@ 'use strict';

for (const addr of addresses) {
mxs.push(wrap_mx(addr));
if (addresses && addresses.length) {
for (const addr of addresses) {
mxs.push(wrap_mx(addr));
}
}

@@ -429,0 +431,0 @@

{
"name": "haraka-net-utils",
"version": "1.2.2",
"version": "1.2.3",
"description": "haraka network utilities",

@@ -5,0 +5,0 @@ "main": "index.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