istanbul-lib-report
npmv3.0.1Base reporting library for istanbul
Not recommended for new projects
No — istanbul-lib-report should not be adopted for new projects. Last published 1142 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- FMaintenance: grade F, Failing.
Last published 1142 days ago.
- AWeight: grade A, Excellent.
Pulls in 3 transitive packages, about 80 KB installed (at least — some of the tree is still being crawled).
- ASupply chain: grade A, Excellent.
No install scripts, 4 maintainers, and a contained dependency surface.
- ALicense: grade A, Excellent.
BSD-3-Clause — 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 istanbul-lib-report to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
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
Every license you inherit by installing istanbul-lib-report, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- node >=10
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the istanbul-lib-report README.
const libReport = require('istanbul-lib-report');
const reports = require('istanbul-reports');
// coverageMap, for instance, obtained from istanbul-lib-coverage
const coverageMap;
const configWatermarks = {
statements: [50, 80],
functions: [50, 80],
branches: [50, 80],
lines: [50, 80]
};
// create a context for report generationistanbul-lib-report vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| istanbul-lib-reportthis page | 0 | 7 | BSD-3-Clause | 3 years ago |
| @vitest/istanbul-lib-report | 496.4K | 4 | MIT | 1 day ago |
| axios | 106.5M | 4 | MIT | 1 day ago |
| express | 92.8M | 17 | MIT | 1 day ago |
| istanbul-lib-source-maps | 55.8M | 5 | BSD-3-Clause | 1 day ago |
| fastify | 8.9M | 4 | MIT | 1 day ago |
Dependencies
Declared by istanbul-lib-report v3.0.1. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (3)
Dev (4)
Used by
Popular packages that depend on istanbul-lib-report.
Jest's reporters
Fire events the same way the user does
AST-aware v8-to-istanbul
Istanbul coverage provider for Vitest
V8 coverage provider for Vitest
istanbul reports
An implementation of WHATWG EventTarget interface.
Relationship graph
Dependencies (left) and dependents (right) of istanbul-lib-report.
Frequently installed together
Data library for istanbul coverage objects
istanbul reports
Source maps support for istanbul
Next generation testing framework powered by Vite
TypeScript definitions for istanbul-lib-coverage
TypeScript definitions for istanbul-reports
TypeScript definitions for istanbul-lib-report
React is a JavaScript library for building user interfaces.
React package for working with the DOM.
TypeScript execution environment and REPL for node.js, with source map support
An extremely fast JavaScript and CSS bundler and minifier.
An AST-based pattern checker for JavaScript.
Release history
No releases in the last two years, typically about 45 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 3.0.1latest | 3 years ago | 37 KB | BSD-3-Clause |
| 3.0.0 | 6 years ago | 37 KB | BSD-3-Clause |
| 3.0.0-alpha.2 | 6 years ago | 36 KB | BSD-3-Clause |
| 3.0.0-alpha.1 | 7 years ago | 36 KB | BSD-3-Clause |
| 3.0.0-alpha.0 | 7 years ago | 35 KB | BSD-3-Clause |
| 2.0.8 | 7 years ago | 35 KB | BSD-3-Clause |
| 2.0.7 | 7 years ago | 35 KB | BSD-3-Clause |
| 2.0.6 | 7 years ago | 35 KB | BSD-3-Clause |
| 2.0.5 | 7 years ago | 34 KB | BSD-3-Clause |
| 2.0.4 | 7 years ago | 35 KB | BSD-3-Clause |
| 2.0.3 | 7 years ago | 34 KB | BSD-3-Clause |
| 2.0.2 | 8 years ago | 34 KB | BSD-3-Clause |
| 1.1.5 | 8 years ago | 33 KB | BSD-3-Clause |
| 2.0.1 | 8 years ago | 33 KB | BSD-3-Clause |
| 2.0.0 | 8 years ago | 33 KB | BSD-3-Clause |
Overview
istanbul-lib-report is an npm package that base reporting library for istanbul. It has 7 known dependents in the graph. The latest version is 3.0.1, released under the BSD-3-Clause license.
Who should use it
Teams working in the npm ecosystem who need base reporting library for istanbul 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 (BSD-3-Clause).
Cons
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use istanbul-lib-report?
No — istanbul-lib-report should not be adopted for new projects. Last published 1142 days ago.
How do I install istanbul-lib-report?
Run `npm install istanbul-lib-report` to add istanbul-lib-report to your npm project.
How many dependencies does istanbul-lib-report have?
istanbul-lib-report declares 7 direct dependencies and pulls in 3 packages in total once its runtime tree is resolved totalling about 80 KB on disk.
What license is istanbul-lib-report released under?
istanbul-lib-report is distributed under the BSD-3-Clause license. Its dependency tree also includes: BSD-3-Clause, MIT.
How popular is istanbul-lib-report?
npm does not publish download counts. Within PackageGraph's crawl, 7 known packages depend on istanbul-lib-report.
Is istanbul-lib-report still maintained?
The most recent release of istanbul-lib-report (v3.0.1) was published 3 years ago.
Does istanbul-lib-report run install scripts?
No. istanbul-lib-report does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.