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 2.1.0 to 2.1.1

4

index.js

@@ -55,2 +55,4 @@ 'use strict'

file.on('drain', () => res.resume())
const length = res.headers['content-length']

@@ -66,3 +68,3 @@ ? parseInt(res.headers['content-length'], 10)

emitProgress()
file.write(chunk)
!file.write(chunk) && res.pause()
})

@@ -69,0 +71,0 @@

{
"name": "downit",
"version": "2.1.0",
"version": "2.1.1",
"description": "Resumeable downloader",

@@ -5,0 +5,0 @@ "main": "index.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