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

progress

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

progress - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

History.md
0.0.3 / 2011-04-20
==================
* Changed; erase the line when complete
0.0.2 / 2011-04-20

@@ -3,0 +8,0 @@ ==================

5

lib/node-progress.js

@@ -18,3 +18,3 @@

exports.version = '0.0.2';
exports.version = '0.0.3';

@@ -82,2 +82,3 @@ /**

this.complete = true;
this.stream.write('\r\033[2K');
return;

@@ -109,3 +110,3 @@ }

this.stream.write('\r\x1b[2K' + str);
this.stream.write('\r\033[2K' + str);
};

2

package.json
{
"name": "progress"
, "version": "0.0.2"
, "version": "0.0.3"
, "description": "Flexible ascii progress bar"

@@ -5,0 +5,0 @@ , "keywords": ["cli", "progress"]

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