
Security News
AI Has Taken Over Open Source
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain
@f97/url2file
Advanced tools
Download any file on the internet with progress status
npm install url2file
const { Download } = require('url2file');
let mydl = new Download('https://github.githubassets.com/images/icons/emoji/unicode/1f680.png', '/home/user/rocket.png');
mydl.on('error', (err) => {
console.error(err)
})
mydl.on('progress', (percent) => {
console.log(percent + '%');
})
mydl.on('end', () => {
console.log('ended')
});
npm run test
👤 Jean-François
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 @JeffProd.
This project is SEE LICENSE IN LICENSE licensed.
This README was generated with ❤️ by readme-md-generator
FAQs
Download any file on the internet with progress status
The npm package @f97/url2file receives a total of 0 weekly downloads. As such, @f97/url2file popularity was classified as not popular.
We found that @f97/url2file demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain

Security News
npm invalidated all granular access tokens that bypass 2FA after a fresh Mini Shai-Hulud wave compromised 323 npm packages. Staged publishing also entered public preview.

Research
/Security News
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.