stream-progressbar
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -7,3 +7,3 @@ var PassThrough = require('stream').PassThrough; | ||
var pt = new PassThrough(); | ||
var pt = new PassThrough(options); | ||
var total = options.total; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "stream-progressbar", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Simple progress bar for node stream", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node test/request.js" | ||
"test": "node test/request.js && node test/fs.js && node test/object.js" | ||
}, | ||
@@ -12,6 +12,6 @@ "author": "Wang Zuo", | ||
"dependencies": { | ||
"progress": "^1.1.8" | ||
"progress": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"request": "^2.61.0" | ||
"request": "^2.85.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
13387
+ Addedprogress@2.0.3(transitive)
- Removedprogress@1.1.8(transitive)
Updatedprogress@^2.0.0