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

libxget

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libxget - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

11

cli.js

@@ -180,8 +180,9 @@ #!/usr/bin/env node

outputFile ||
(filename
? decodeURI(filename)
: parseExt(
decodeURIComponent(
filename ||
parseExt(
parsedUrl.pathname && parsedUrl.pathname === '/' ? `index` : path.basename(parsedUrl.pathname),
`.${ext}` || '.html',
)),
),
),
)

@@ -289,3 +290,3 @@ : null;

// .option('-v, --verbose', 'be verbose')
.version(`v${packageJson.version}`, '-V, --version')
.version(`v${packageJson.version}`, '-v, --version')
// Add header config

@@ -292,0 +293,0 @@ // Authentication

{
"name": "libxget",
"version": "0.8.2",
"version": "0.8.3",
"description": "Non-interractive, chunk-based, web content retriever",

@@ -53,4 +53,4 @@ "main": "lib/index.js",

"dependencies": {
"axios": "^0.19.2",
"commander": "^4.1.1",
"axios": "^0.21.1",
"commander": "^6.2.1",
"content-disposition": "^0.5.3",

@@ -60,7 +60,7 @@ "content-type": "^1.0.4",

"linkedlist": "^1.0.1",
"merge2": "^1.3.0",
"mime-types": "^2.1.26",
"merge2": "^1.4.1",
"mime-types": "^2.1.28",
"stream.pipeline-shim": "^1.1.0",
"stringd-colors": "^1.9.0",
"xbytes": "^1.6.2",
"xbytes": "^1.7.0",
"xprogress": "^0.17.3",

@@ -67,0 +67,0 @@ "xresilient": "^0.8.2"

@@ -26,4 +26,4 @@ # libxget-js

# Check if the xget command has been installed and accessible on your path
$ xget -V
v0.8.2
$ xget -v
v0.8.2-1
```

@@ -30,0 +30,0 @@

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