</>PackageGraphPackageGraph

ora

npmv9.4.1TypeScript

Elegant terminal spinner

Safe to adopt

Yes — ora scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 79 days ago. 8 releases in the last 2 years.

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

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 79 days ago. 8 releases in the last 2 years.

  • BWeight: grade B, Good.

    Pulls in 11 transitive packages, about 107 KB installed (at least — some of the tree is still being crawled).

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • 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 ora to a project.

8
Direct dependencies

Runtime packages this one declares itself.

11
Total installed

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

107 KB
Install size

Unpacked size of this package plus its entire runtime tree.

2
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Licenses in the dependency tree

MIT

Every license you inherit by installing ora, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
node >=20
Module format
ESM only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the ora README.

import ora from 'ora';

const spinner = ora('Loading unicorns').start();

setTimeout(() => {
	spinner.color = 'yellow';
	spinner.text = 'Loading rainbows';
}, 1000);

ora vs the alternatives

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

PackageWeekly downloadsDependentsLicenseLast release
orathis page06MIT2 months ago
cli-spinners01MIT1 day ago
string-width03MIT1 day ago
supports-hyperlinks35.4M1MIT1 day ago
terminal-link18.8M1MIT1 day ago
log-symbols01MIT1 day ago

Dependencies

Declared by ora v9.4.1. Runtime dependencies are installed with the package; dev dependencies are not.

Runtime (8)

chalk ^5.6.2cli-cursor ^5.0.0cli-spinners ^3.2.0is-interactive ^2.0.0is-unicode-supported ^2.1.0log-symbols ^7.0.1stdin-discarder ^0.3.2string-width ^8.1.0

Dev (5)

@types/node ^24.5.0ava ^6.4.1get-stream ^9.0.1tsd ^0.33.0xo ^1.2.2

Used by

Popular packages that depend on ora.

Relationship graph

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

Frequently installed together

Release history

7 releases in the last two years, typically about 74 days apart.

Recent versions of ora
VersionPublishedSizeLicense
9.4.1latest2 months ago40 KBMIT
9.4.04 months ago39 KBMIT
9.3.07 months ago37 KBMIT
9.2.07 months ago35 KBMIT
9.1.07 months ago35 KBMIT
9.0.011 months ago30 KBMIT
8.2.01 year ago27 KBMIT
8.1.11 year ago27 KBMIT
8.1.02 years ago26 KBMIT
8.0.12 years ago26 KBMIT
8.0.02 years ago26 KBMIT
7.0.13 years ago26 KBMIT
7.0.03 years ago26 KBMIT
6.3.13 years ago26 KBMIT
6.3.03 years ago26 KBMIT

Overview

ora is an npm package that elegant terminal spinner. It has 6 known dependents in the graph. The latest version is 9.4.1, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need elegant terminal spinner and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • No significant drawbacks detected from available metadata.

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

Maintainers

Keywords

Funding

Frequently asked questions

Should I use ora?

Yes — ora scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 79 days ago. 8 releases in the last 2 years.

How do I install ora?

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

How many dependencies does ora have?

ora declares 13 direct dependencies and pulls in 11 packages in total once its runtime tree is resolved totalling about 107 KB on disk.

What license is ora released under?

ora is distributed under the MIT license.

How popular is ora?

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

Is ora still maintained?

The most recent release of ora (v9.4.1) was published 2 months ago.

Does ora run install scripts?

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