Gathering detailed insights and metrics for ignore-file-loader
Gathering detailed insights and metrics for ignore-file-loader
Gathering detailed insights and metrics for ignore-file-loader
Gathering detailed insights and metrics for ignore-file-loader
npm install ignore-file-loader
Typescript
Module System
Node Version
NPM Version
61.2
Supply Chain
60.2
Quality
74.7
Maintenance
25
Vulnerability
100
License
JavaScript (100%)
Total Downloads
12,187
Last Day
12
Last Week
80
Last Month
227
Last Year
2,602
1,865 Stars
204 Commits
256 Forks
33 Watching
1 Branches
70 Contributors
Latest Version
1.0.0
Package Id
ignore-file-loader@1.0.0
Size
1.20 kB
NPM Version
3.6.0
Node Version
5.7.0
Cumulative downloads
Total Downloads
Last day
0%
12
Compared to previous day
Last week
142.4%
80
Compared to previous week
Last month
-9.9%
227
Compared to previous month
Last year
35.9%
2,602
Compared to previous year
1
You just want the url of the resource but not the output!
This plugin is ideal for isomorphic apps where you don't care about the images in the server-side app, because you already have a client-side app that optimizes the images.
1var url = require("ignore-file!./file.png"); 2// => does NOT emits file.png as file in the output directory and returns the public url 3// => returns i. e. "/public-path/0dcbbaa701328a3c262cfd45869e351f.png"
By default the filename of the resulting file is the MD5 hash of the file's contents with the original extension of the required resource.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 9/30 approved changesets -- score normalized to 3
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
49 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-16
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