</>PackageGraphPackageGraph

collect-v8-coverage

npmv1.0.3TypeScript

Use this module to start and stop the V8 inspector manually and collect precise coverage.

Safe to adopt

Yes — collect-v8-coverage scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 329 days ago.

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

    No download data reported for this package yet.

  • BMaintenance: grade B, Good.

    Last published 329 days ago.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 5.4 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 collect-v8-coverage 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.

5.4 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
No constraint declared
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the collect-v8-coverage README.

const {CoverageInstrumenter} = require('collect-v8-coverage');

const instrumenter = new CoverageInstrumenter();

await instrumenter.startInstrumenting();

// require some modules, run some code

const coverage = await instrumenter.stopInstrumenting();

Dependencies

Declared by collect-v8-coverage v1.0.3. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (8)

@commitlint/cli ^19.0.0@commitlint/config-conventional ^19.0.0@semantic-release/changelog ^6.0.0@semantic-release/git ^10.0.0husky ^9.0.0lint-staged ^15.0.0prettier ^3.0.0semantic-release ^25.0.0

Used by

Popular packages that depend on collect-v8-coverage.

Relationship graph

Dependencies (left) and dependents (right) of collect-v8-coverage.

@jest/reportersjest-runtime@jest/test-resultcollect-v8-covera…
collect-v8-coverage dependencies dependents

Frequently installed together

Release history

1 release in the last two years, typically about 833 days apart.

Recent versions of collect-v8-coverage
VersionPublishedSizeLicense
1.0.3latest10 months ago5.4 KBMIT
1.0.23 years ago5.0 KBMIT
1.0.16 years ago4.0 KBMIT
1.0.06 years ago3.8 KBMIT

Overview

collect-v8-coverage is an npm package that use this module to start and stop the V8 inspector manually and collect precise coverage. It has 3 known dependents in the graph. The latest version is 1.0.3, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need use this module to start and stop the V8 inspector manually and collect precise coverage 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

Frequently asked questions

Should I use collect-v8-coverage?

Yes — collect-v8-coverage scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 329 days ago.

How do I install collect-v8-coverage?

Run `npm install collect-v8-coverage` to add collect-v8-coverage to your npm project.

What license is collect-v8-coverage released under?

collect-v8-coverage is distributed under the MIT license.

How popular is collect-v8-coverage?

npm does not publish download counts. Within PackageGraph's crawl, 3 known packages depend on collect-v8-coverage.

Is collect-v8-coverage still maintained?

The most recent release of collect-v8-coverage (v1.0.3) was published 10 months ago.

Does collect-v8-coverage run install scripts?

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