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

13

2.3.1

Diff

Changelog

Source

2.3.1 (2024-03-28)

No actual logic changes.

  • Remove postinstall script
  • Remove eslint and use biome.js for linting / formatting instead
  • Remove unnecessary devDep packages.
theo.gravity
published 2.3.0 •

Changelog

Source

2.3.0 (2024-03-27)

  • Implement onDownloadInterrupted() for the download completed state. This should cover urls that result in 404s.
    • Added new property interruptedVia to DownloadData to indicate the state in which the download was interrupted from.
  • Removed the restriction on having to specify saveAsFilename since it should auto-calculate the filename from the URL if not provided.
  • Fixed a bug where resolvedFilename was not populated when not using a save as dialog.
theo.gravity
published 2.2.0 •

Changelog

Source

2.2.0 (2024-03-25)

  • Added some missing instructions for how to format the download rate / estimated time remaining

Added to DownloadData:

  • isDownloadResumable()
theo.gravity
published 2.1.0 •

Changelog

Source

2.1.0 (2024-03-25)

Added to DownloadData:

  • Add downloadRateBytesPerSecond
  • Add estimatedTimeRemainingSeconds

See Readme for more information.

theo.gravity
published 2.0.5 •

Changelog

Source

2.0.5 (2024-03-25)

  • Forgot to build before publishing, added build to prebuild script
theo.gravity
published 2.0.4 •

Changelog

Source

2.0.4 (2024-03-25)

  • Small readme fix
theo.gravity
published 2.0.3 •

Changelog

Source

2.0.3 (2024-03-25)

  • Fix documentation formatting
  • Add unit tests for utils file
  • Downgraded unused-filename from 4 to 3 series due to issue with jest not supporting esmodules well
theo.gravity
published 2.0.2 •

Changelog

Source

2.0.2 (2024-03-22)

  • Fix bug where cancelledFromSaveAsDialog was not being set if the user cancelled from the save as dialog
theo.gravity
published 2.0.1 •

Changelog

Source

2.0.1 (2024-03-22)

Fix the TOC in the readme.

theo.gravity
published 2.0.0 •

Changelog

Source

2.0.0 (2024-03-22)

Complete refactor to make things more organized and readable. Unit tests are more sane now.

Breaking Changes:

  • showBadge option has been removed. The reasoning is that you may have other items that you need to include in your badge count outside of download counts, so it's better to manage that aspect yourself.

  • The callbacks return a DownloadData instance instead of a plain object. The data sent is the same as it was in v1.

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