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

stream-progressbar

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

stream-progressbar - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

3

index.js

@@ -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": {

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