@tsmx/secure-config
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@tsmx/secure-config", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Easy and secure configuration management. JSON based, encrypted secrets, optional HMAC validation.", | ||
@@ -5,0 +5,0 @@ "main": "secure-config.js", |
@@ -87,3 +87,3 @@ # [**@tsmx/secure-config**](https://github.com/tsmx/secure-config) | ||
To retrieve a configuration using all default values and without advanced features, you simply invoke a function after the require/import statement without any argument (set of parenthesis after `require` or simple method call after `import``). | ||
To retrieve a configuration using all default values and without advanced features, you simply invoke a function after the require/import statement without any argument (set of parenthesis after `require` or simple method call after `import`). | ||
@@ -90,0 +90,0 @@ ```js |
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
27825