Socket
Socket
Sign inDemoInstall

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 Compare versions

Comparing version 4.10.2 to 4.10.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 4.10.3 16/12/2022
### Fixed
- Fixed a typo in Downloader.td.ts
## 4.10.2 28/08/2022

@@ -2,0 +7,0 @@

2

Downloader.td.ts

@@ -19,3 +19,3 @@ import http from 'http';

onBeforeSave?(finalName:string):string|void
onProgress?(percentage:string,chunk:object,remaningSize:number):void
onProgress?(percentage:string,chunk:object,remainingSize:number):void
shouldStop?(e:Error):boolean|void

@@ -22,0 +22,0 @@ shouldBufferResponse?:boolean

{
"name": "nodejs-file-downloader",
"version": "4.10.2",
"version": "4.10.3",
"description": "A file downloader for NodeJs",

@@ -5,0 +5,0 @@ "main": "Downloader.js",

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