New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.0.2 to 3.1.0

index.d.ts

3

package.json
{
"name": "wget-improved",
"version": "3.0.2",
"version": "3.1.0",
"description": "wget in nodejs, forked from wuchengwei/node-wget to add improvements and help maintain the project",

@@ -27,2 +27,3 @@ "keywords": [

},
"typings": "index.d.ts",
"dependencies": {

@@ -29,0 +30,0 @@ "minimist": "1.2.0",

@@ -106,3 +106,3 @@ # wget-improved

**On start filesize can return null when the remote server does not provided content-lenth**
**On start filesize can return null when the remote server does not provide content-length**

@@ -109,0 +109,0 @@ Exception for not specifying protocol is now: `Your URL must use either HTTP or HTTPS.`

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

// @ts-check
let crypto = require('crypto');

@@ -6,3 +7,3 @@ let fs = require('fs');

let wget = require('../lib/wget');
let wget = require('..');

@@ -9,0 +10,0 @@ let baseHTTP = 'http://localhost:8884';

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