Socket
Socket
Sign inDemoInstall

stdio

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stdio - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

package.json
{
"name": "stdio",
"version": "0.2.4",
"version": "0.2.5",
"description": "Standard input/output management with NodeJS",

@@ -5,0 +5,0 @@ "keywords": ["input", "console", "output", "terminal", "system", "arguments", "cli"],

@@ -189,3 +189,3 @@ Module for standard input/output management with nodejs.

The following code will create a progress bar of 100 pieces and increments of 10. Every call to `tick()` increments the bar value. Remaining time is estimated dynamically:
The following code will create a progress bar of 100 pieces and increments of 10. These values do not affect how the progress bar is shown, so a progress bar with 100 steps will be equals to a progress bar with 4 steps. Every call to `tick()` increments the bar value. Remaining time is estimated dynamically:

@@ -205,2 +205,6 @@ ```javascript

The progress bar is updated in real-time:
```
00:00:03 25% [###############············································] ETA 00:00:09
```
Instead of calling `tick()` it is possible to force the progress bar value at any time:

@@ -207,0 +211,0 @@

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