Gathering detailed insights and metrics for @qiwi/uniconfig-plugin-env
Gathering detailed insights and metrics for @qiwi/uniconfig-plugin-env
Gathering detailed insights and metrics for @qiwi/uniconfig-plugin-env
Gathering detailed insights and metrics for @qiwi/uniconfig-plugin-env
Yet another one config processor. Weird. Slow. Our own.
npm install @qiwi/uniconfig-plugin-env
Typescript
Module System
Node Version
NPM Version
2024.4.18-qiwi.uniconfig.3.5.16-f0
Updated on Apr 18, 2024
2024.4.18-qiwi.uniconfig-plugin-path.3.6.1-f0
Updated on Apr 18, 2024
2024.4.18-qiwi.uniconfig-plugin-yaml.3.5.8-f0
Updated on Apr 18, 2024
2024.4.18-qiwi.uniconfig-plugin-json.3.5.8-f0
Updated on Apr 18, 2024
2024.4.18-qiwi.uniconfig-plugin-ip.3.5.6-f0
Updated on Apr 18, 2024
2024.4.18-qiwi.uniconfig-plugin-pkg.3.5.6-f0
Updated on Apr 18, 2024
TypeScript (96.78%)
JavaScript (2.01%)
Shell (1.21%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
13 Stars
852 Commits
8 Watchers
11 Branches
9 Contributors
Updated on Jun 28, 2025
Latest Version
3.5.6
Package Id
@qiwi/uniconfig-plugin-env@3.5.6
Unpacked Size
6.09 kB
Size
2.12 kB
File Count
9
NPM Version
10.5.0
Node Version
20.12.2
Published on
Apr 18, 2024
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
2
1
Uniconfig Environment API plugin
1 npm i @qiwi/uniconfig-plugin-env 2 yarn add @qiwi/uniconfig-plugin-env
1// FOO=bar node src/index.js 2 3// index.js: 4import uniconfig, {rollupPlugin} from '@qiwi/uniconfig-core' 5import uniconfigPluginEnv from '@qiwi/uniconfig-plugin-env' 6 7rollupPlugin(uniconfigPluginEnv) 8const config = uniconfig({}, {pipeline: 'env'}) 9 10config.get('FOO') // 'bar'
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/25 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
19 existing vulnerabilities detected
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