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

nodejs-file-downloader

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-file-downloader - npm Package Versions

13
6

4.10.2

Diff

Changelog

Source

4.10.2 28/08/2022

Fixed

  • Updated follow-redirects. Timeout during stream bug in follow-redirects creates a socket hangup instead of a timeout event. Adapted timeout tests to be consistent with this behavior. Fails in node 12.
i.brod83
published 4.10.1 •

i.brod83
published 4.10.0 •

Changelog

Source

4.10.0 19/07/2022

Fixed

  • Fixed two vulnerabilities

Added

  • Downloader.download() now resolves with an object, currently containing two properties: "filePath"(string|null) and "downloadStatus"('COMPLETE'|'ABORTED'). filePath will be null if the download was interrupted from one of the hooks(In this case, downloadStatus will be "ABORTED").
i.brod83
published 4.9.3 •

Changelog

Source

4.9.3 06/02/2022

Fixed

  • Fixed broken httpsAgent property. Added a warning about security issue in follow-redirects.
i.brod83
published 4.9.2 •

i.brod83
published 4.9.1 •

i.brod83
published 4.9.0 •

Changelog

Source

4.9.0 31/12/2021

Added

  • Added a reference to the response body, to the error object(error.responseBody). Original IncomingMessage response stream is still available at error.response, but being that it's already consumed by the time the error is thrown, any existing code relying on streaming this stream manually will fail.
i.brod83
published 4.8.1 •

Changelog

Source

4.8.1 10/12/2021

Added

  • Added a User-Agent explanation.
i.brod83
published 4.8.0 •

Changelog

Source

4.8.0 05/12/2021

Added

  • Added a reference to the response object, to the Error object.
i.brod83
published 4.7.4 •

Changelog

Source

4.7.4 16/09/2021

Fixed

  • Fixed skipExistingFile not working when cloneFiles is true

Added

  • Added documentation of custom headers
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