confabulous
Advanced tools
Comparing version 1.5.5 to 1.6.0
# Change Log | ||
## [1.6.0] | ||
### Updated | ||
- Update dependencies | ||
## [1.5.5] | ||
@@ -4,0 +8,0 @@ ### Updated |
{ | ||
"name": "confabulous", | ||
"version": "1.5.5", | ||
"version": "1.6.0", | ||
"description": "A pluggable, hierarchical, asynchronous config loader and post processor with support for environment variables, command line arguments, json, javascript, http, vault, etcd and postgres", | ||
@@ -17,7 +17,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "^2.6.0", | ||
"async": "^2.6.1", | ||
"camelize": "^1.0.0", | ||
"debug": "^3.1.0", | ||
"debug": "^4.0.1", | ||
"deep-freeze": "0.0.1", | ||
"flat": "^4.0.0", | ||
"flat": "^4.1.0", | ||
"lodash.has": "^4.5.2", | ||
@@ -27,14 +27,14 @@ "lodash.set": "^4.3.2", | ||
"minimist": "^1.2.0", | ||
"require-all": "^2.0.0", | ||
"require-all": "^3.0.0", | ||
"safe-json-parse": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"eslint": "^4.19.1", | ||
"eslint-config-imperative": "^2.0.1", | ||
"eslint-plugin-imperative": "^2.0.0", | ||
"husky": "^0.14.3", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.6.1", | ||
"eslint-config-imperative": "^2.1.0", | ||
"eslint-plugin-imperative": "^2.1.0", | ||
"husky": "^1.1.1", | ||
"istanbul": "^0.4.5", | ||
"lodash.noop": "^3.0.1", | ||
"mocha": "^5.1.1" | ||
"mocha": "^5.2.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
42252
0
+ Addeddebug@4.4.0(transitive)
+ Addedrequire-all@3.0.0(transitive)
- Removeddebug@3.2.7(transitive)
- Removedrequire-all@2.2.0(transitive)
Updatedasync@^2.6.1
Updateddebug@^4.0.1
Updatedflat@^4.1.0
Updatedrequire-all@^3.0.0