Gathering detailed insights and metrics for @hisolver/node-image-downloader
Gathering detailed insights and metrics for @hisolver/node-image-downloader
Gathering detailed insights and metrics for @hisolver/node-image-downloader
Gathering detailed insights and metrics for @hisolver/node-image-downloader
simple and lightweight image downloader module for nodejs
npm install @hisolver/node-image-downloader
Typescript
Module System
Node Version
NPM Version
68.4
Supply Chain
86.9
Quality
75.3
Maintenance
50
Vulnerability
100
License
JavaScript (100%)
Total Downloads
1,414
Last Day
2
Last Week
15
Last Month
43
Last Year
634
MIT License
5 Stars
39 Commits
1 Forks
2 Branches
2 Contributors
Updated on Jan 01, 2025
Minified
Minified + Gzipped
Latest Version
1.0.1
Package Id
@hisolver/node-image-downloader@1.0.1
Unpacked Size
7.60 kB
Size
2.87 kB
File Count
7
NPM Version
7.20.0
Node Version
14.17.3
Cumulative downloads
Total Downloads
Last Day
-33.3%
2
Compared to previous day
Last Week
66.7%
15
Compared to previous week
Last Month
-44.9%
43
Compared to previous month
Last Year
218.6%
634
Compared to previous year
2
2
Simple and lightweight image downloader module for nodejs 😉
1const imageDownloader = require('node-image-downloader') 2 3imageDownloader({ 4 imgs: [ 5 { 6 uri: 'https://images.pexels.com/photos/20787/pexels-photo.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260', 7 filename: 'my-image-file-name' 8 }, 9 { 10 uri: 'https://s.cdpn.io/3/kiwi.svg' // in this case filename will be kiwi.svg 11 } 12 ], 13 dest: './downloads', //destination folder 14}) 15 .then((info) => { 16 console.log('all done', info) 17 }) 18 .catch((error, response, body) => { 19 console.log('something goes bad!') 20 console.log(error) 21 }) 22
MIT License
Copyright (c) 2018 Dellean Santos
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
6 existing vulnerabilities detected
Details
Reason
Found 3/22 approved changesets -- score normalized to 1
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
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 2025-04-28
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