stream-progressbar
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -11,5 +11,4 @@ var PassThrough = require('stream').PassThrough; | ||
pt.on('pipe', function(stream) { | ||
var bar = new ProgressBar(tokens, options); | ||
if(total) { | ||
var bar = new ProgressBar(tokens, options); | ||
pt.on('data', function(chunk) { | ||
@@ -16,0 +15,0 @@ bar.tick(chunk.length); |
{ | ||
"name": "stream-progressbar", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple progress bar for node stream", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node test/request.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3948
8
0