Gathering detailed insights and metrics for markdown-it-lozad
Gathering detailed insights and metrics for markdown-it-lozad
Gathering detailed insights and metrics for markdown-it-lozad
Gathering detailed insights and metrics for markdown-it-lozad
npm install markdown-it-lozad
Typescript
Module System
Node Version
NPM Version
67.3
Supply Chain
71.7
Quality
75.3
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
3,146
Last Day
1
Last Week
4
Last Month
12
Last Year
174
1 Stars
19 Commits
3 Watching
5 Branches
1 Contributors
Latest Version
0.2.0
Package Id
markdown-it-lozad@0.2.0
Unpacked Size
3.79 kB
Size
1.40 kB
File Count
4
NPM Version
5.6.0
Node Version
9.11.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
-50%
12
Compared to previous month
Last year
-49.3%
174
Compared to previous year
3
1const MarkdownIt = require('markdown-it') 2const MarkdownItLozad = require('markdown-it-lozad') 3const Lozad = require('lozad') 4 5const md = new MarkdownIt().use(MarkdownItLozad) 6 7md.render(`![aa](https://tva3.sinaimg.cn/crop.0.0.200.200.200/56e0fc78jw1e8qgp5bmzyj2050050aa8.jpg) 8 ![aa](https://tva3.sinaimg.cn/crop.0.0.200.200.200/56e0fc78jw1e8qgp5bmzyj2050050aa8.jpg)`) 9// <p><img data-src="https://tva3.sinaimg.cn/crop.0.0.200.200.200/56e0fc78jw1e8qgp5bmzyj2050050aa8.jpg" alt="aa" class="lozad"> 10// <img data-src="https://tva3.sinaimg.cn/crop.0.0.200.200.200/56e0fc78jw1e8qgp5bmzyj2050050aa8.jpg" alt="aa" class="lozad"></p> 11 12const observer = Lozad(); 13observer.observe();
1const MarkdownIt = require('markdown-it') 2const MarkdownItLozad = require('markdown-it-lozad') 3const Lozad = require('lozad') 4 5const md = new MarkdownIt().use(MarkdownItLozad, 'some-custom-class') 6 7const observer = Lozad('.some-custom-class', { 8 rootMargin: '10px 0px', 9 threshold: 0.1, 10}); 11observer.observe();
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
6 existing vulnerabilities detected
Details
Reason
Found 0/7 approved changesets -- score normalized to 0
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
license file not detected
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
Score
Last Scanned on 2024-12-23
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