Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wget-improved

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wget-improved - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

3

lib/wget.js

@@ -12,2 +12,5 @@ 'use strict'

function download(src, output, options, redirects) {
if(typeof redirects === "undefined") {
redirects = 0;
}
var downloader = new EventEmitter(),

@@ -14,0 +17,0 @@ srcUrl,

2

package.json
{
"name": "wget-improved",
"version": "0.9.2",
"version": "0.9.3",
"description": "wget in nodejs, forked from wget to add improvements and help maintain the project",

@@ -5,0 +5,0 @@ "keywords": ["download", "http", "https", "ftp", "proxy", "wget"],

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