Socket
Socket
Sign inDemoInstall

envboss

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "envboss",
"version": "1.0.0",
"version": "1.0.1",
"description": "package for environment variables",

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

@@ -8,4 +8,10 @@ [![Known Vulnerabilities](https://snyk.io/test/github/PayU/envboss/badge.svg?targetFile=package.json)](https://snyk.io/test/github/PayU/envboss?targetFile=package.json)

# EnvBoss
This package helps you organize and validate all your environment variables in one place.
Tired of using `process.env` everywhere in the code?<br>
Tired of guessing which environment variable are `mandatory` and which are `optional`?<br>
Tired of validating environment params?
meet `EnvBoss!!!`
This package will help you organize and validate all your environment variables in one place.
## How does it work?

@@ -12,0 +18,0 @@ It takes each <ENV_PARAM_NAME> from `process.env` and creates an environmentVariables object with `process.env[<ENV_PARAM_NAME>]`

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc