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.3.0 to 1.4.0

13

package.json
{
"name": "stream-progressbar",
"version": "1.3.0",
"version": "1.4.0",
"description": "Simple progress bar for node stream",

@@ -25,14 +25,11 @@ "main": "index.js",

],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangzuo/stream-progressbar.git"
"url": "git+https://github.com/swiftcarrot/stream-progressbar.git"
},
"bugs": {
"url": "https://github.com/wangzuo/stream-progressbar/issues"
"url": "https://github.com/swiftcarrot/stream-progressbar/issues"
},
"homepage": "https://github.com/wangzuo/stream-progressbar#readme",
"author": "Wang Zuo <wzuoadjusted@gmail.com> (https://wangzuo.me/)"
"homepage": "https://github.com/swiftcarrot/stream-progressbar#readme",
"author": "Wang Zuo <wangzuo@swiftcarrot.com> (https://swiftcarrot.com)"
}
# stream-progressbar
[![Greenkeeper badge](https://badges.greenkeeper.io/wangzuo/stream-progressbar.svg)](https://greenkeeper.io/)
Simple progress bar for node stream with [progress](https://www.npmjs.com/package/progress)
Simple progress bar for node stream with [progress](https://www.npmjs.com/package/progress)
``` sh
npm install stream-progressbar
```sh
npm install stream-progressbar --save
yarn add stream-progressbar
```
#### Usage
``` javascript
```javascript
var fs = require('fs');

@@ -19,3 +21,5 @@ var request = require('request');

```
#### License
MIT
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