Socket
Socket
Sign inDemoInstall

progress

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

6

lib/node-progress.js

@@ -45,7 +45,3 @@ /*!

this.rl.clearLine = function() {
if (process.platform === 'darwin') {
this.output.write('\r');
} else {
this.write(null, {ctrl: true, name: 'u'});
}
this.write(null, {ctrl: true, name: 'u'});
};

@@ -52,0 +48,0 @@

2

package.json
{
"name": "progress"
, "version": "1.0.0"
, "version": "1.0.1"
, "description": "Flexible ascii progress bar"

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc