Gathering detailed insights and metrics for @cprize/dotenv-expand
Gathering detailed insights and metrics for @cprize/dotenv-expand
Gathering detailed insights and metrics for @cprize/dotenv-expand
Gathering detailed insights and metrics for @cprize/dotenv-expand
Variable expansion for dotenv. Expand variables already on your machine for use in your .env file.
npm install @cprize/dotenv-expand
Typescript
Module System
Node Version
NPM Version
JavaScript (99.5%)
TypeScript (0.5%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
BSD-2-Clause License
1,012 Stars
267 Commits
98 Forks
5 Watchers
1 Branches
23 Contributors
Updated on Jul 13, 2025
Latest Version
5.1.0
Package Id
@cprize/dotenv-expand@5.1.0
Unpacked Size
4.86 kB
Size
2.37 kB
File Count
5
NPM Version
6.14.13
Node Version
14.17.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Dotenv-expand adds variable expansion on top of dotenv. If you find yourself needing to expand environment variables already existing on your machine, then dotenv-expand is your tool.
1npm install dotenv --save 2npm install dotenv-expand --save
As early as possible in your application, require dotenv and dotenv-expand, and wrap dotenv-expand around dotenv.
1var dotenv = require('dotenv') 2var dotenvExpand = require('dotenv-expand') 3 4var myEnv = dotenv.config() 5dotenvExpand(myEnv)
See test/.env for examples of variable expansion in your .env
file.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Reason
7 existing vulnerabilities detected
Details
Reason
Found 1/22 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More