haraka-net-utils
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -7,2 +7,7 @@ # Changelog | ||
### [1.7.1] - 2024-11-13 | ||
- deps: bump several versions to latest | ||
- test: fix stale IP, new err code | ||
### [1.7.0] - 2024-04-29 | ||
@@ -20,3 +25,3 @@ | ||
<!-- prettier-ignore --> | ||
- feat: get_mx now _also_ returns implicit MX records | ||
- feat: get\_mx now _also_ returns implicit MX records | ||
- feat: added get_implicit_mx | ||
@@ -211,3 +216,3 @@ - feat: added resolve_mx_hosts | ||
[1.3.6]: https://github.com/haraka/haraka-net-utils/releases/tag/1.3.6 | ||
[1.3.7]: https://github.com/haraka/haraka-net-utils/releases/tag/1.3.7 | ||
[1.3.7]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.3.7 | ||
[1.4.0]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.4.0 | ||
@@ -222,1 +227,2 @@ [1.4.1]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.4.1 | ||
[1.7.0]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.7.0 | ||
[1.7.1]: https://github.com/haraka/haraka-net-utils/releases/tag/v1.7.1 |
{ | ||
"name": "haraka-net-utils", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "haraka network utilities", | ||
@@ -43,4 +43,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"haraka-config": "^1.2.4", | ||
"haraka-tld": "^1.2.1", | ||
"haraka-config": "^1.4.0", | ||
"haraka-tld": "^1.2.2", | ||
"ipaddr.js": "^2.2.0", | ||
@@ -52,4 +52,4 @@ "punycode.js": "^2.3.1", | ||
"optionalDependencies": { | ||
"@msimerson/stun": "^3.0.1" | ||
"@msimerson/stun": "^3.0.2" | ||
} | ||
} |
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
33199
Updatedharaka-config@^1.4.0
Updatedharaka-tld@^1.2.2