🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

c8js

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c8js - npm Package Compare versions

Comparing version

to
0.6.2

12

lib/c8js.d.ts

@@ -139,5 +139,5 @@ import type { Report } from 'c8';

* additional property holding the coverage map.
* If the option {@link report.Options.checkCoverage `checkCoverage`} (or {@link 100 `100`}) is set
* to `true` and code coverage is under the specified thresholds, the promise will reject with a
* {@link LowCoverageError `LowCoverageError`}.
* If the option {@link report.Options.checkCoverage `checkCoverage`} (or {@link
* checkCoverage.Options[100] `100`}) is set to `true` and code coverage is under the specified
* thresholds, the promise will reject with a {@link LowCoverageError `LowCoverageError`}.
*/

@@ -460,5 +460,5 @@ declare const c8js:

* A promise that resolves with a coverage map, and rejects if an error occurs.
* If the option {@link report.Options.checkCoverage `checkCoverage`} (or {@link 100 `100`}) is set
* to `true` and code coverage is under the specified thresholds, the promise will reject with a
* {@link LowCoverageError `LowCoverageError`}.
* If the option {@link report.Options.checkCoverage `checkCoverage`} (or {@link
* checkCoverage.Options[100] `100`}) is set to `true` and code coverage is under the specified
* thresholds, the promise will reject with a {@link LowCoverageError `LowCoverageError`}.
*/

@@ -465,0 +465,0 @@ declare function report(options?: report.Options & Partial<c8js.Options>): Promise<CoverageMap>;

{
"name": "c8js",
"version": "0.6.1",
"version": "0.6.2",
"description": "A modern, asynchronous Node.js API for c8",

@@ -35,3 +35,3 @@ "keywords": [

"@types/node": ">=14",
"c8": "8 || 9.0.0",
"c8": ">=8 <=9.1.0",
"which": "4.0.0"

@@ -38,0 +38,0 @@ },