Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

electron-dl-manager

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-dl-manager - npm Package Versions

23

3.2.1

Diff

theo.gravity
published 3.2.0 •

Changelog

Source

3.2.0 (2024-08-04)

  • Fix issues around starting multiple downloads at the same time.
  • No longer need to use await before a download call when multiple downloads are started at the same time.
theo.gravity
published 3.1.1 •

Changelog

Source

3.1.1 (2024-07-31)

  • Added more debug logging
  • Added notes to README.md that download() must be called with await or weird things happen.
theo.gravity
published 3.1.0 •

Changelog

Source

3.1.0 (2024-07-22)

  • If you are using Electron >= 30.3.0, you will get native reporting on download percent and bytes per second via the Electron API instead of manual calculations.
    • Provided via this Electron PR
theo.gravity
published 3.0.1 •

Changelog

Source

3.0.1 (2024-07-13)

Do not emit progress events when pause() is called.

theo.gravity
published 3.0.1-alpha.1 •

theo.gravity
published 3.0.1-alpha.0 •

theo.gravity
published 3.0.0 •

Changelog

Source

3.0.0 (2024-04-04)

Adds fixes around DownloadData population.

Breaking changes

ElectronDownloadManager.download() is now async.

This change is necessary to fix a race condition where download() is called, but if you immediately try to perform an operation against the returned id, such as pauseDownload(), the DownloadItem has not been properly initialized since the event that populates DownloadItem is out-of-band.

So the new download() implementation waits until DownloadItem is properly initialized before returning the id.

theo.gravity
published 2.4.1 •

Changelog

Source

2.4.1 (2024-04-03)

  • Fix issue where pausing a download won't pause it
    • This can happen if you pause right after starting a download where internally we pause then resume after internal handlers are set. Now we'll track if the user has paused and will not auto-resume after.
theo.gravity
published 2.4.0 •

Changelog

Source

2.4.0 (2024-03-30)

  • Fix readme. Should be ElectronDownloadManager not FileDownloadManager
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc