Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tsmx/secure-config

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsmx/secure-config - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

.github/workflows/git-build.yml

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc