Gathering detailed insights and metrics for mkdirp-infer-owner
Gathering detailed insights and metrics for mkdirp-infer-owner
Gathering detailed insights and metrics for mkdirp-infer-owner
Gathering detailed insights and metrics for mkdirp-infer-owner
mkdirp, but chown to the owner of the containing folder if possible and necessary
npm install mkdirp-infer-owner
Typescript
Module System
Min. Node Version
Node Version
NPM Version
98.9
Supply Chain
60.8
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
287,432,800
Last Day
81,890
Last Week
1,366,500
Last Month
5,852,213
Last Year
60,552,147
ISC License
1 Stars
14 Commits
2 Forks
2 Watchers
11 Branches
1 Contributors
Updated on May 08, 2021
Minified
Minified + Gzipped
Latest Version
2.0.0
Package Id
mkdirp-infer-owner@2.0.0
Size
1.64 kB
NPM Version
6.14.5
Node Version
14.2.0
Published on
Jul 11, 2020
Cumulative downloads
Total Downloads
Last Day
-18.3%
81,890
Compared to previous day
Last Week
-11%
1,366,500
Compared to previous week
Last Month
12.9%
5,852,213
Compared to previous month
Last Year
-18.7%
60,552,147
Compared to previous year
3
2
mkdirp
, but chown to the owner of the containing
folder if possible and necessary.
That is, on Windows and when running as non-root, it's exactly the same as
mkdirp
.
When running as root on non-Windows systems, it uses
infer-owner
to find the owner of the
containing folder, and then chownr
to set the
ownership of the created folder to that same uid/gid.
This is used by npm to prevent root-owned files and
folders from showing up in your home directory (either in node_modules
or
in the ~/.npm
cache) when running as root.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
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
25 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-09
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