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

console-progress-bar

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-progress-bar - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

app.js

@@ -35,6 +35,3 @@ // Constants.

};
const progressBarOptions = {
...defaultOptions,
...options
};
const progressBarOptions = Object.assign({}, defaultOptions, options);

@@ -41,0 +38,0 @@ // Set options.

2

package.json
{
"name": "console-progress-bar",
"version": "0.0.2",
"version": "0.0.3",
"description": "Console progress bar",

@@ -5,0 +5,0 @@ "main": "app.js",

@@ -5,3 +5,3 @@ // Import.

// Init.
const consoleProgressBar = new ConsoleProgressBar();
const consoleProgressBar = new ConsoleProgressBar({ maxValue: 100 });

@@ -14,2 +14,2 @@ // Append with interval.

}
}, 20);
}, 10);
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