Gathering detailed insights and metrics for node-filename-to-dist-paths
Gathering detailed insights and metrics for node-filename-to-dist-paths
Gathering detailed insights and metrics for node-filename-to-dist-paths
Gathering detailed insights and metrics for node-filename-to-dist-paths
npm install node-filename-to-dist-paths
73.5
Supply Chain
73.3
Quality
78.1
Maintenance
100
Vulnerability
99.6
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
104 Commits
3 Watching
8 Branches
1 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-20%
4
Compared to previous day
Last week
13,350%
2,152
Compared to previous week
Last month
1,240.2%
2,198
Compared to previous month
Last year
449.1%
18,522
Compared to previous year
2
Converts files from https://nodejs.org/dist/index.json into relative distribution paths for download from https://nodejs.org/dist/.
var distPaths = require('node-filename-to-dist-paths');
console.log(distPaths('win-x64-exe', 'v14.2.0'));
// [ 'v14.2.0/win-x64/node.exe' ]
console.log(distPaths('osx-x64-tar', 'v14.2.0'));
// [
// 'v14.2.0/node-v14.2.0-darwin-x64.tar.gz',
// 'v14.2.0/node-v14.2.0-darwin-x64.tar.xz'
// ]
console.log(distPaths('win-x64-exe', 'v0.6.18'));
// [ 'v0.6.18/x64/node.exe' ]
console.log(distPaths('osx-x64-tar', 'v0.6.18'));
// [ 'v0.6.18/node-v0.6.18-darwin-x64.tar.gz' ]
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
1 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
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-11-18
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