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

c8js

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c8js - npm Package Versions

2

0.8.0

Diff
fasttime
published 0.8.0 •

Changelog

Source

v0.8.0 (2024-07-25)

  • Dropped support for Node.js < 16.
  • Added support for c8 versions up until 10.1.2.
  • Backslashes ("\") in Unix file names are no longer replaced with forward slashes ("/") in the Fail objects of a LowCoverageError.

<a name="v0.7.0"></a>

fasttime
published 0.7.0 •

Changelog

Source

v0.7.0 (2024-04-24)

  • On Windows, commands.npm and commands.npx will now resolve to the path of a .js file, not a .cmd file like in previous versions of c8js. This is because new versions of Node.js prevent the execution of .cmd files on Windows when no shell process is spawned (see the announcement).
  • Fixed documentation pages.

<a name="v0.6.2"></a>

fasttime
published 0.6.2 •

Changelog

Source

v0.6.2 (2024-02-06)

  • Added support for c8 9.1.0.

<a name="v0.6.1"></a>

fasttime
published 0.6.1 •

Changelog

Source

v0.6.1 (2024-01-05)

  • Added support for c8 9.0.0.
  • Removed unused transitive dependency foreground-child.
  • Updated documentation.

<a name="v0.6.0"></a>

fasttime
published 0.6.0 •

Changelog

Source

v0.6.0 (2023-07-28)

  • Added CommonJS export.
  • When the option perFile is set to true, a thrown LowCoverageError will contain a list of all fails, not just of the fails in one file.
  • Added type definitions and API documentation for the types LowCoverageError and Fail.
  • Upgraded c8 to version 8.

<a name="v0.5.0"></a>

fasttime
published 0.5.0 •

Changelog

Source

v0.5.0 (2023-06-09)

  • New option mergeAsync, added in c8 7.14.0.
  • Updated npm badge.

<a name="v0.4.0"></a>

fasttime
published 0.4.0 •

Changelog

Source

v0.4.0 (2023-02-17)

  • New option reporterOptions, added in c8 7.13.0.
  • Improved documentation.

<a name="v0.3.0"></a>

fasttime
published 0.3.0 •

Changelog

Source

v0.3.0 (2022-09-26)

  • Fix: c8js works again in Node.js < 14.13.
  • The new option throwExecError has replaced failFast.
  • All c8js functions now throw an exception when passed unknown options.
  • Added lazy validation for the options killSignal, maxBuffer and timeout.
  • Signals sent to the process running c8js are no longer passed down to a subprocess.
  • When a process running c8js exits while a subprocess is still running, the subprocess will be sent the signal specified by the option killSignal. Previously, it would always be sent 'SIGHUP' or 'SIGTERM'.
  • Improved performance when the option maxBuffer is set to Infinity.
  • Extended documentation.
  • Linking to the new homepage.
  • Removed a few unused dependencies.

<a name="v0.2.1"></a>

fasttime
published 0.2.1 •

Changelog

Source

v0.2.1 (2022-06-18)

  • Improved stack traces for errors occurring during subprocess execution.

<a name="v0.2.0"></a>

fasttime
published 0.2.0 •

Changelog

Source

v0.2.0 (2022-06-06)

  • Transferred project to Origin₁.
  • Publishing API documentation on GitHub Pages.
  • Improved readme file.
  • Updated TypeScript type declaration for commands.

<a name="v0.1.0"></a>

2