download icon indicating copy to clipboard operation
download copied to clipboard

Download and extract files

Results 65 download issues
Sort by recently updated
recently updated
newest added

Hi there, I couldn't find a `SECURITY.md` in your repository and am not sure how to best contact you privately to disclose a security issue. Can you add a `SECURITY.md`...

Hey, I've received notification from Synk about an open vulnerability with the decompress-tar package that the decompress package uses and in turn download: https://app.snyk.io/vuln/SNYK-JS-DECOMPRESSTAR-559095 This has been raised here: https://github.com/kevva/decompress-tar/issues/17...

I ran in to some issues using download and setting the got option for streaming `{ isStream: true }`. I ran in to memory issues as I was running a...

Hi. I am using `download` to download flies like this: await download(url, destination) I am aware that one can specify filename by passing extra options, however, in my situation I...

using node 12.9 I get af deprecation warning: ```[DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated``` Which seems to be related to an old version of the "got" module. Could the dependency be...

The following does never end if the server does not respond. There seem to have been som issues with "older" versions of `got` so an update to a never version...