collect-v8-coverage
npmv1.0.3TypeScriptUse 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.
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.
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)
Used by
Popular packages that depend on collect-v8-coverage.
Relationship graph
Dependencies (left) and dependents (right) of collect-v8-coverage.
Frequently installed together
This package contains shared types of Jest's packages.
No description provided.
This packages is a collection of utilities and helper functions
No description provided.
No description provided.
A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)
No description provided.
TypeScript definitions for node
`jest-haste-map` is a module used by Jest, a popular JavaScript testing framework, to create a fast lookup of files in a project. It helps Jest efficiently locate and track changes in files during testing, making it particularly useful for large projects
Convert Windows backslash paths to slash paths
TypeScript definitions for istanbul-lib-coverage
A drop-in replacement for fs, making various improvements.
Release history
1 release in the last two years, typically about 833 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.0.3latest | 10 months ago | 5.4 KB | MIT |
| 1.0.2 | 3 years ago | 5.0 KB | MIT |
| 1.0.1 | 6 years ago | 4.0 KB | MIT |
| 1.0.0 | 6 years ago | 3.8 KB | MIT |
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.