🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

unify-secrets

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unify-secrets - npm Package Compare versions

Comparing version

to
1.1.4

2

package.json
{
"name": "unify-secrets",
"version": "1.1.3",
"version": "1.1.4",
"description": "Manage configuration variable obtains from environment or docker secrets",

@@ -5,0 +5,0 @@ "main": "index.js",

# unify-secrets
![GitHub package.json version](https://img.shields.io/github/package-json/v/sjmallon/unify-config)
![GitHub](https://img.shields.io/github/license/sjmallon/unify-config)
![Travis (.org)](https://img.shields.io/travis/sjmallon/unify-config)
![GitHub package.json version](https://img.shields.io/github/package-json/v/sjmallon/unify-secrets)
![GitHub](https://img.shields.io/github/license/sjmallon/unify-secrets)
![Travis (.org)](https://img.shields.io/travis/sjmallon/unify-secrets)

@@ -7,0 +7,0 @@ A tiny module to make it easier to work with configurations - especially secrets - held in either environment variables, or docker secrets. Useful when a single code base may be used either directly on the local machine (using environment variables), or under docker-compose or a docker swarm, where environment variables are not secure and docker secrets should be used.