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
62.2
Supply Chain
60.2
Quality
74.7
Maintenance
25
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,857 Stars
204 Commits
256 Forks
32 Watchers
1 Branches
69 Contributors
Updated on Jun 28, 2025
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%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
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
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is archived
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
55 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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