Gathering detailed insights and metrics for recrawler
Gathering detailed insights and metrics for recrawler
Gathering detailed insights and metrics for recrawler
Gathering detailed insights and metrics for recrawler
npm install recrawler
Typescript
Module System
Min. Node Version
Node Version
NPM Version
52.1
Supply Chain
57.1
Quality
69.3
Maintenance
50
Vulnerability
95.2
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
30 Stars
24 Commits
4 Forks
4 Watchers
3 Branches
1 Contributors
Updated on Jan 09, 2024
Latest Version
2.0.0
Package Id
recrawler@2.0.0
Size
2.00 kB
NPM Version
3.10.8
Node Version
7.0.0
Published on
Feb 11, 2017
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
2
Remote web content crawler done right.
Sometimes I want to grab some nice images from a url like http://bbs.005.tv/thread-492392-1-1.html, so I made this little program to combine node-fetch
and cheerio
to make my attempt fulfilled.
1$ npm install --save recrawler
For Single Page Apps please head to recrawler-nightmare
1const recrawler = require('recrawler') 2 3recrawler('http://some-url.com/a/b/c') 4 .then($ => { 5 $('img.nice-images').each(function () { 6 const url = $(this).attr('src') 7 console.log(url) 8 }) 9 })
cheerio options. Except decodeEntities
is false
by default here.
MIT © EGOIST
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/24 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
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
64 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