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.2 to 1.1.0

yarn.lock

2

index.js

@@ -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

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