</>PackageGraphPackageGraph

progress

npmv2.0.3

Flexible ascii progress bar

Not recommended for new projects

No — progress should not be adopted for new projects. Last published 2835 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • FMaintenance: grade F, Failing.

    Last published 2835 days ago.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 15 KB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 4 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding progress to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

15 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >=0.4.0
Module format
CommonJS only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the progress README.

javascriptFull README ↗
var ProgressBar = require('progress');

var bar = new ProgressBar(':bar', { total: 10 });
var timer = setInterval(function () {
  bar.tick();
  if (bar.complete) {
    console.log('\ncomplete\n');
    clearInterval(timer);
  }
}, 100);

progress vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
progressthis page02MIT7 years ago
cli-spinners01MIT1 day ago
ora06MIT1 day ago
commander451.1M11MIT1 day ago
cliui212.4M1ISC1 day ago
yargs-parser178.8M2ISC1 day ago

Used by

Popular packages that depend on progress.

Relationship graph

Dependencies (left) and dependents (right) of progress.

eslint@expo/cliprogress
progress dependencies dependents

Frequently installed together

Release history

No releases in the last two years, typically about 47 days apart.

Recent versions of progress
VersionPublishedSizeLicense
2.0.3latest7 years ago15 KBMIT
2.0.27 years ago15 KBMIT
2.0.18 years ago15 KBMIT
2.0.09 years agoMIT
1.1.812 years agoMIT
1.1.712 years agoMIT
1.1.612 years agoMIT
1.1.512 years agoMIT
1.1.412 years agoMIT
1.1.312 years agoMIT
1.1.213 years agoMIT
1.1.013 years agoMIT
1.0.113 years agoMIT
1.0.013 years agoMIT
0.1.014 years agoMIT

Overview

progress is an npm package that flexible ascii progress bar. It has 2 known dependents in the graph. The latest version is 2.0.3, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need flexible ascii progress bar and value a focused solution.

When not to use it

Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.

Pros

  • Clear open-source license (MIT).
  • Zero runtime dependencies — minimal footprint.

Cons

  • No bundled TypeScript types (may require a separate @types package).

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use progress?

No — progress should not be adopted for new projects. Last published 2835 days ago.

How do I install progress?

Run `npm install progress` to add progress to your npm project.

What license is progress released under?

progress is distributed under the MIT license.

How popular is progress?

npm does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on progress.

Is progress still maintained?

The most recent release of progress (v2.0.3) was published 7 years ago.

Does progress run install scripts?

No. progress does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.