cascade-config
Advanced tools
Comparing version 1.5.4 to 1.5.5
{ | ||
"name": "cascade-config", | ||
"description": "hierarchical config for node.js (env, argv, js files, yaml, dirs) with inline var substitution", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"keywords": [ | ||
@@ -24,14 +24,14 @@ "configuration", | ||
"dependencies": { | ||
"lodash": "~4.17.19", | ||
"async": "~3.2.0", | ||
"dotenv": "~8.2.0", | ||
"import-fresh": "~3.3.0", | ||
"js-yaml": "~4.1.0", | ||
"klaw": "~3.0.0", | ||
"lodash": "~4.17.21", | ||
"minimist": "~1.2.5", | ||
"string-interpolation": "1.2.2", | ||
"minimist": "~1.2.5", | ||
"traverse": "~0.6.6", | ||
"import-fresh": "~3.2.1", | ||
"dotenv": "~8.2.0", | ||
"js-yaml": "~3.14.0" | ||
"traverse": "~0.6.6" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~8.1.3", | ||
"mocha": "~8.4.0", | ||
"should": "~13.2.3" | ||
@@ -38,0 +38,0 @@ }, |
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
72325
+ Addedargparse@2.0.1(transitive)
+ Addedimport-fresh@3.3.0(transitive)
+ Addedjs-yaml@4.1.0(transitive)
- Removedargparse@1.0.10(transitive)
- Removedesprima@4.0.1(transitive)
- Removedimport-fresh@3.2.2(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedsprintf-js@1.0.3(transitive)
Updatedimport-fresh@~3.3.0
Updatedjs-yaml@~4.1.0
Updatedlodash@~4.17.21