@tsmx/secure-config
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@tsmx/secure-config", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Secure multi-environment JSON configurations with encrypted secrets.", | ||
@@ -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://travis-ci.com/tsmx/secure-config.svg?branch=master)](https://travis-ci.org/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) | ||
[![Coverage Status](https://coveralls.io/repos/github/tsmx/secure-config/badge.svg?branch=master)](https://coveralls.io/github/tsmx/secure-config?branch=master) | ||
@@ -56,7 +56,7 @@ | ||
Stage | Value of NODE_ENV | Filename | ||
------|-------------------|--------- | ||
Development | not set | conf/config.json | ||
Production | `production` | conf/config-production.json | ||
Test | `test` | conf/config-test.json | ||
| Stage | Value of NODE_ENV | Filename | | ||
|-------------|-------------------|-----------------------------| | ||
| Development | not set | conf/config.json | | ||
| Production | `production` | conf/config-production.json | | ||
| Test | `test` | conf/config-test.json | | ||
@@ -147,7 +147,7 @@ Resulting folders/files setup: | ||
Part | Description | ||
-----|------------ | ||
`ENCRYPTED` | The prefix `ENCRYPTED` used to identify configuration values that must be decrypted. | ||
`IV` | The ciphers initialization vector (IV) that was used for encryption. Hexadecimal value. | ||
`DATA` | The AES-256-CBC encrypted value. Hexadecimal value. | ||
| Part | Description | | ||
|-------------|-------------| | ||
| `ENCRYPTED` | The prefix `ENCRYPTED` used to identify configuration values that must be decrypted. | | ||
| `IV` | The ciphers initialization vector (IV) that was used for encryption. Hexadecimal value. | | ||
| `DATA` | The AES-256-CBC encrypted value. Hexadecimal value. | | ||
@@ -154,0 +154,0 @@ ## Test |
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
16729
10