haraka-net-utils
Advanced tools
Comparing version 1.2.2 to 1.2.3
### 1.2.3 - 2020-12-19 | ||
- fix: restore the tests wrapping the resolveMX iterable | ||
### 1.2.2 - 2020-12-15 | ||
@@ -3,0 +7,0 @@ |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78827
1357