Gathering detailed insights and metrics for template-pic-loader
Gathering detailed insights and metrics for template-pic-loader
Gathering detailed insights and metrics for template-pic-loader
Gathering detailed insights and metrics for template-pic-loader
npm install template-pic-loader
Typescript
Module System
Node Version
NPM Version
25.7
Supply Chain
52.3
Quality
65.2
Maintenance
50
Vulnerability
95.8
License
JavaScript (93.15%)
HTML (6.85%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
31 Commits
15 Branches
2 Contributors
Updated on Jan 13, 2025
Latest Version
2.2.1
Package Id
template-pic-loader@2.2.1
Unpacked Size
182.07 kB
Size
28.66 kB
File Count
12
NPM Version
6.9.0
Node Version
10.16.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
Support hash
< link rel="shortcut icon" href="xxxxxx" >
< img src="__imgs/4.jpg" >
...
1rules: [ 2 ..., 3 { 4 test: /\.hbs$/, 5 exclude: /node_modules/, 6 use: [ 7 { 8 loader: 'template-pic-loader', 9 options: { 10 condition: [ 'link?rel=icon:href', 'img:src' ], 11 extract: true, 12 filename: '[name].[ext]', 13 minimize: true 14 } 15 } 16 ] 17 }, 18 ... 19]
filename : String
Output file information.
condition Array
Tell loader which tags and tag's attr need to bundle,For details, please check up-demo.
extract: Boolean Extract source based on filename or not.
minimize: Boolean Minimize the source or not.
minopt: Object Work when minimize is true, like minimize package options, you can check it.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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
branch protection not enabled on development/release branches
Details
Reason
58 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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