New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

downit

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

downit - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0

5

package.json
{
"name": "downit",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "Resumeable downloader",

@@ -15,2 +15,5 @@ "main": "index.js",

],
"scripts": {
"test": "echo some day"
},
"author": "Rasmus Porsager <rasmus@porsager.com>",

@@ -17,0 +20,0 @@ "repository": "porsager/downit",

4

README.md

@@ -1,2 +0,2 @@

# Downit - Resume downloads in node
# 🎢 Downit - Resume downloads in node

@@ -20,3 +20,3 @@ Downit simply downloads a file from a URL to a destination on the disk, resuming previous progress if the server supports the `Range` header.

headers: { Authorization: 'Bearer Of Good News' },
progress: (got, total) => console.log('Got ', got, 'B of ', total, 'B'),
onprogress: (got, total) => console.log('Got ', got, 'B of ', total, 'B'),
onrequest: req => { /* The node request instance */ },

@@ -23,0 +23,0 @@ onresponse: res => { /* The node response instance */ }

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