Gathering detailed insights and metrics for @seydx/fix-path
Gathering detailed insights and metrics for @seydx/fix-path
Gathering detailed insights and metrics for @seydx/fix-path
Gathering detailed insights and metrics for @seydx/fix-path
Fix the $PATH on macOS and Linux when run from a GUI app
npm install @seydx/fix-path
Typescript
Module System
Min. Node Version
Node Version
NPM Version
61.6
Supply Chain
65.5
Quality
74.2
Maintenance
50
Vulnerability
100
License
JavaScript (83.84%)
TypeScript (16.16%)
Total Downloads
1,646
Last Day
1
Last Week
25
Last Month
80
Last Year
1,125
MIT License
283 Stars
24 Commits
24 Forks
5 Watchers
1 Branches
5 Contributors
Updated on May 06, 2025
Minified
Minified + Gzipped
Latest Version
3.0.1
Package Id
@seydx/fix-path@3.0.1
Unpacked Size
3.17 kB
Size
1.68 kB
File Count
5
NPM Version
8.19.4
Node Version
18.18.2
Published on
Nov 28, 2023
Cumulative downloads
Total Downloads
Last Day
-87.5%
1
Compared to previous day
Last Week
-40.5%
25
Compared to previous week
Last Month
566.7%
80
Compared to previous month
Last Year
115.9%
1,125
Compared to previous year
1
Fix the
$PATH
on macOS when run from a GUI app
Useful for Electron apps as GUI apps on macOS and Linux doesn't inherit the $PATH
defined in your dotfiles (.bashrc/.bash_profile/.zshrc/etc).
$ npm install fix-path
1const fixPath = require('fix-path'); 2 3console.log(process.env.PATH); 4//=> '/usr/bin' 5 6fixPath(); 7 8console.log(process.env.PATH); 9//=> '/usr/local/bin:/usr/bin'
$PATH
from the shellNo vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 3/24 approved changesets -- score normalized to 1
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-05-05
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