Comparing version 4.3.1 to 4.3.2
@@ -8,2 +8,7 @@ # Change Log | ||
## [4.3.2] - 2018-07-19 | ||
### Fixed | ||
- Update deps (validator.js@10.4.0, yargs-parser@10.1.0, coveralls@3.0.2) fixes #264 (Marc-Aurèle Darche @madarche) | ||
## [4.3.1] - 2018-06-07 | ||
@@ -10,0 +15,0 @@ ### Fixed |
@@ -69,3 +69,3 @@ /** | ||
url: function(x) { | ||
assert(validator.isURL(x), 'must be a URL'); | ||
assert(validator.isURL(x, {require_tld: false}), 'must be a URL'); | ||
}, | ||
@@ -72,0 +72,0 @@ email: function(x) { |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"license": "Apache-2.0", | ||
@@ -48,7 +48,7 @@ "homepage": "https://github.com/mozilla/node-convict", | ||
"moment": "2.22.2", | ||
"validator": "7.2.0", | ||
"yargs-parser": "10.0.0" | ||
"validator": "10.4.0", | ||
"yargs-parser": "10.1.0" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "3.0.1", | ||
"coveralls": "3.0.2", | ||
"eslint": "4.19.1", | ||
@@ -55,0 +55,0 @@ "istanbul": "0.4.5", |
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
52263
+ Addedvalidator@10.4.0(transitive)
+ Addedyargs-parser@10.1.0(transitive)
- Removedvalidator@7.2.0(transitive)
- Removedyargs-parser@10.0.0(transitive)
Updatedvalidator@10.4.0
Updatedyargs-parser@10.1.0