@tsmx/secure-config
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@tsmx/secure-config", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Easy and secure configuration management. JSON based, encrypted secrets, optional HMAC validation.", | ||
@@ -5,0 +5,0 @@ "main": "secure-config.js", |
@@ -6,3 +6,3 @@ # [**@tsmx/secure-config**](https://github.com/tsmx/secure-config) | ||
![node-current (scoped)](https://img.shields.io/node/v/@tsmx/secure-config) | ||
[![Build Status](https://img.shields.io/github/workflow/status/tsmx/secure-config/git-ci-build)](https://img.shields.io/github/workflow/status/tsmx/secure-config/git-ci-build) | ||
[![Build Status](https://img.shields.io/github/actions/workflow/status/tsmx/secure-config/git-build.yml?branch=master)](https://img.shields.io/github/actions/workflow/status/tsmx/secure-config/git-build.yml?branch=master) | ||
[![Coverage Status](https://coveralls.io/repos/github/tsmx/secure-config/badge.svg?branch=master)](https://coveralls.io/github/tsmx/secure-config?branch=master) | ||
@@ -9,0 +9,0 @@ |
@@ -14,3 +14,3 @@ const path = require('path'); | ||
if (options && options[optName]) { | ||
return options[optName] | ||
return options[optName]; | ||
} | ||
@@ -76,2 +76,2 @@ else { | ||
return conf; | ||
} | ||
}; |
Sorry, the diff of this file is not supported yet
27468