</>PackageGraphPackageGraph

node-releases

npmv2.0.54

Node.js releases data

Safe to adopt

Yes — node-releases scores well across adoption, maintenance, weight, supply chain, and licensing. 186M downloads per week and 1 known dependents. Last published 13 days ago. 22 releases in the last 2 years.

  • AAdoption: grade A, Excellent.

    186M downloads per week and 1 known dependents.

  • AMaintenance: grade A, Excellent.

    Last published 13 days ago. 22 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 60 KB installed.

  • 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 node-releases 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.

60 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 >=18
Module format
ESM only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the node-releases README.

// CommonJS
const envs = require('node-releases/data/processed/envs.json');
const schedule = require('node-releases/data/release-schedule/release-schedule.json');

// ESM (Node.js 22+)
import envs from 'node-releases/data/processed/envs.json' with { type: 'json' };
import schedule from 'node-releases/data/release-schedule/release-schedule.json' with { type: 'json' };

node-releases vs the alternatives

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

PackageWeekly downloadsDependentsLicenseLast release
node-releasesthis page186M1MIT13 days ago
sql-escaper4.9M1MIT5 days ago
@opentelemetry/api04Apache-2.05 days ago
@humanwhocodes/retry02Apache-2.05 days ago
fdir03MIT5 days ago
hono04MIT5 days ago

Dependencies

Declared by node-releases v2.0.54. Runtime dependencies are installed with the package; dev dependencies are not.

Used by

Popular packages that depend on node-releases.

Relationship graph

Dependencies (left) and dependents (right) of node-releases.

browserslistnode-releases
node-releases dependencies dependents

Frequently installed together

Release history

22 releases in the last two years, typically about 12 days apart.

Recent versions of node-releases
VersionPublishedSizeLicense
2.0.54latest13 days ago60 KBMIT
2.0.531 month ago60 KBMIT
2.0.521 month ago60 KBMIT
2.0.512 months ago59 KBMIT
2.0.502 months ago59 KBMIT
2.0.492 months ago59 KBMIT
2.0.482 months ago59 KBMIT
2.0.473 months ago59 KBMIT
2.0.463 months ago58 KBMIT
2.0.453 months ago58 KBMIT
2.0.444 months ago41 KBMIT
2.0.424 months ago41 KBMIT
2.0.384 months ago41 KBMIT
2.0.375 months ago41 KBMIT
2.0.366 months ago41 KBMIT

Overview

node-releases is an npm package that node.js releases data. It is extremely widely used, with about 186M downloads per week and 1 known dependents in the graph. The latest version is 2.0.54, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need node.js releases data and value a battle-tested, widely-adopted 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

  • Large, well-established user base (186M weekly downloads).
  • Clear open-source license (MIT).
  • Lean dependency tree (1 direct dependencies).

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 node-releases?

Yes — node-releases scores well across adoption, maintenance, weight, supply chain, and licensing. 186M downloads per week and 1 known dependents. Last published 13 days ago. 22 releases in the last 2 years.

How do I install node-releases?

Run `npm install node-releases` to add node-releases to your npm project.

What license is node-releases released under?

node-releases is distributed under the MIT license.

How popular is node-releases?

node-releases has approximately 186,011,412 downloads per week and 1 known dependent packages.

Is node-releases still maintained?

The most recent release of node-releases (v2.0.54) was published 13 days ago.

Does node-releases run install scripts?

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