Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

c8

Package Overview
Dependencies
Maintainers
1
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 3.0.1 to 3.0.2

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="3.0.2"></a>
## [3.0.2](https://github.com/bcoe/c8/compare/v3.0.1...v3.0.2) (2018-09-10)
<a name="3.0.1"></a>

@@ -7,0 +12,0 @@ ## [3.0.1](https://github.com/bcoe/c8/compare/v3.0.0...v3.0.1) (2018-09-10)

7

package.json
{
"name": "c8",
"version": "3.0.1",
"description": "collect test coverage using v8's inspector",
"version": "3.0.2",
"description": "output coverage reports using Node.js' built in coverage",
"main": "index.js",

@@ -24,3 +24,4 @@ "bin": "./bin/c8.js",

"profiler",
"inspector"
"inspector",
"node"
],

@@ -27,0 +28,0 @@ "author": "Ben Coe <ben@npmjs.com>",

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

Code-coverage using [V8's Inspector](https://nodejs.org/dist/latest-v8.x/docs/api/inspector.html)
Code-coverage using [Node.js' build in functionality](https://nodejs.org/dist/latest-v10.x/docs/api/cli.html#cli_node_v8_coverage_dir)
that's compatible with [Istanbul's reporters](https://istanbul.js.org/docs/advanced/alternative-reporters/).

@@ -18,3 +18,3 @@

The above example will collect coverage for `foo.js` using V8's inspector.
The above example will output coverage metrics for `foo.js`.

@@ -21,0 +21,0 @@ ## c8 report

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