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

Comparing version 4.7.0 to 4.7.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 4.7.1 20/06/2021
### Fixed
- Fixed type definitions.
## 4.7.0 17/06/2021

@@ -2,0 +8,0 @@

6

Downloader.td.ts

@@ -17,6 +17,6 @@ import http from 'http';

onError?(e:Error):void
onResponse?(r:http.IncomingMessage):void
onBeforeSave?(finalName:string):void
onResponse?(r:http.IncomingMessage):boolean|void
onBeforeSave?(finalName:string):string|void
onProgress?(percentage:string,chunk:object,remaningSize:number):void
shouldStop?(e:Error):void
shouldStop?(e:Error):boolean|void
shouldBufferResponse?:boolean

@@ -23,0 +23,0 @@ useSynchronousMode?:boolean

{
"name": "nodejs-file-downloader",
"version": "4.7.0",
"version": "4.7.1",
"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