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

n-get

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n-get - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

20MB.zip

1

index.js

@@ -50,3 +50,2 @@ #! /usr/bin/env node

var recersivePipe = require("./lib/recersivePipe")
console.log("this is destination", destination);
recersivePipe(sendDownPipe, destination)

@@ -66,3 +66,3 @@ var request = require("request")

.on("response", function(res){
if(urls > 1) console.log("%d Request: ", fileCounter++);
if(urls > 1) process.stdout.write("%d Request: ", fileCounter++);
})

@@ -72,3 +72,3 @@ .on("progress", function (state) {

fileSize = state.total;
console.log(state.percent + "%");
process.stdout.write(state.percent + "%\r");
}

@@ -87,3 +87,3 @@ })

.on("finish", function (state) {
console.log("Download Complete".rainbow.bold + ' 😜');
console.log("\n Download Complete".rainbow.bold + ' 😜');
if(fileSize) console.log("File Size".green, bytesToSize(fileSize)); //TODO there is some issue with fileSize and fs.statSync

@@ -90,0 +90,0 @@ diff = process.hrtime(time);

{
"name": "n-get",
"version": "0.0.25",
"version": "0.0.26",
"homepage": "https://github.com/bingeboy/n-get",

@@ -5,0 +5,0 @@ "description": "pipe request to disk",

#n-get
![nget demo](https://raw.github.com/bingeboy/n-get/master/assets/nget.gif)
This cast is a little dated. nget not at loud as before.
Goal to create a node flavored Wget.

@@ -6,0 +9,0 @@ Repo version features improved support for:

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