Gathering detailed insights and metrics for path-loader
Gathering detailed insights and metrics for path-loader
Gathering detailed insights and metrics for path-loader
Gathering detailed insights and metrics for path-loader
Utility that provides a single API for loading the content of a path/URL.
npm install path-loader
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
8 Stars
109 Commits
18 Forks
2 Watching
12 Branches
5 Contributors
Updated on 11 Jun 2022
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-9.9%
198,233
Compared to previous day
Last week
1.1%
1,148,318
Compared to previous week
Last month
2.7%
4,885,325
Compared to previous month
Last year
1.9%
59,348,538
Compared to previous year
2
28
Utility that provides a single API for loading the content of a path/URL. This module works in the browser and in io.js/Node.js. Right now this module supports the following loaders:
http:
or https:
file
loader in the browser is to attempt to load a file using
the URL-version of its location. (Example: file:///Users/not-you/projects/path-loader/package.json
))In the future, there will likely be a pluggable infrastructure for altering this list or overriding the loaders provided by the project but for now that is not an option.
path-loader is available for both Node.js and the browser. Installation instructions for each environment are below.
path-loader binaries for the browser are available in the dist/
directory:
Installation for Node.js applications can be done via NPM.
npm install path-loader --save
The documentation for this project can be found here: https://github.com/whitlockjc/path-loader/blob/master/docs/README.md
The path-loader project's API documentation can be found here: https://github.com/whitlockjc/path-loader/blob/master/docs/API.md
Below is the list of projects being used by path-loader and the purpose(s) they are used for:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/20 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
Reason
49 existing vulnerabilities detected
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