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

convict

Package Overview
Dependencies
Maintainers
9
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convict - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

5

CHANGELOG.md

@@ -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

2

lib/convict.js

@@ -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",

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