Gathering detailed insights and metrics for ilove-node-image-downloader
Gathering detailed insights and metrics for ilove-node-image-downloader
Gathering detailed insights and metrics for ilove-node-image-downloader
Gathering detailed insights and metrics for ilove-node-image-downloader
simple and lightweight image downloader module for nodejs
npm install ilove-node-image-downloader
Typescript
Module System
Node Version
NPM Version
64.3
Supply Chain
79.9
Quality
71.3
Maintenance
50
Vulnerability
97.9
License
JavaScript (100%)
Total Downloads
438
Last Day
1
Last Week
5
Last Month
14
Last Year
89
MIT License
5 Stars
39 Commits
1 Forks
2 Branches
2 Contributors
Updated on Jan 01, 2025
Minified
Minified + Gzipped
Latest Version
1.0.9
Package Id
ilove-node-image-downloader@1.0.9
Unpacked Size
7.78 kB
Size
2.88 kB
File Count
7
NPM Version
8.0.0
Node Version
16.11.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
66.7%
5
Compared to previous week
Last Month
55.6%
14
Compared to previous month
Last Year
11.3%
89
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