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 1.1.1 to 1.2.1

4

lib/wget.js

@@ -51,3 +51,3 @@ 'use strict'

// Handle 302 redirects
if(res.statusCode === 301 || res.statusCode === 302) {
if(res.statusCode === 301 || res.statusCode === 302 || res.statusCode === 307) {
redirects++;

@@ -208,2 +208,2 @@ if(redirects >= 10) {

exports.download = download;
exports.request = request;
exports.request = request;
{
"name": "wget-improved",
"version": "1.1.1",
"version": "1.2.1",
"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