Socket
Socket
Sign inDemoInstall

c8

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c8 - npm Package Compare versions

Comparing version 7.14.0 to 8.0.0

4

package.json
{
"name": "c8",
"version": "7.14.0",
"version": "8.0.0",
"description": "output coverage reports using Node.js' built in coverage",

@@ -60,3 +60,3 @@ "main": "./index.js",

"engines": {
"node": ">=10.12.0"
"node": ">=12"
},

@@ -63,0 +63,0 @@ "files": [

@@ -170,3 +170,3 @@ # c8 - native V8 code-coverage

c8 uses [native V8 coverage](https://github.com/nodejs/node/pull/22527),
make sure you're running Node.js `>= 10.12.0`.
make sure you're running Node.js `>= 12`.

@@ -173,0 +173,0 @@ ## Contributing to `c8`

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc