Socket
Socket
Sign inDemoInstall

collect-v8-coverage

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    collect-v8-coverage

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


Version published
Weekly downloads
19M
decreased by-0.74%
Maintainers
1
Install size
5.02 kB
Created
Weekly downloads
 

Changelog

Source

1.0.2 (2023-07-05)

Bug Fixes

  • workaround for networked filesystems on Windows (#174) (4de72ea)

Readme

Source

collect-v8-coverage

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

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

const instrumenter = new CoverageInstrumenter();

await instrumenter.startInstrumenting();

// require some modules, run some code

const coverage = await instrumenter.stopInstrumenting();

FAQs

Last updated on 05 Jul 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc