progress-stream
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -32,3 +32,3 @@ var through = require('through2'); | ||
update.runtime = parseInt((Date.now() - startTime)/1000); | ||
nextUpdate += time; | ||
nextUpdate = Date.now()+time; | ||
@@ -35,0 +35,0 @@ delta = 0; |
{ | ||
"name": "progress-stream", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Read the progress of a stream", | ||
@@ -5,0 +5,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
8610