confabulous
Advanced tools
Comparing version 1.5.2 to 1.5.3
# Change Log | ||
## [1.5.3] | ||
### Updated | ||
- Improved readme | ||
## [1.5.2] | ||
### Updated | ||
- Improved readme | ||
## [1.5.1] | ||
### Updated | ||
- Improved readme | ||
## [1.5.0] | ||
@@ -4,0 +16,0 @@ ### Added |
{ | ||
"name": "confabulous", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"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", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,3 +33,3 @@ # Confabulous | ||
const merge = pm.compile({ | ||
api: { direction: right-to-left }, | ||
api: { direction: 'right-to-left' }, | ||
rules: [ ignoreNull, deepClone ] | ||
@@ -36,0 +36,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
41856