haraka-net-utils
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -0,1 +1,6 @@ | ||
1.0.7 - 2017-03-08 | ||
- handle undefined tls.ini section | ||
1.0.6 - 2017-03-04 | ||
@@ -2,0 +7,0 @@ |
@@ -404,2 +404,3 @@ 'use strict'; | ||
if (exports.tlsCfg[section] === undefined) exports.tlsCfg[section] = {}; | ||
var cfg = JSON.parse(JSON.stringify(exports.tlsCfg[section])); | ||
@@ -406,0 +407,0 @@ |
{ | ||
"name": "haraka-net-utils", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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
71239
1489