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.3.3 to 7.3.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [7.3.4](https://www.github.com/bcoe/c8/compare/v7.3.3...v7.3.4) (2020-10-15)
### Bug Fixes
* support node@v15.x.x built-in modules ([#265](https://www.github.com/bcoe/c8/issues/265)) ([1b90a22](https://www.github.com/bcoe/c8/commit/1b90a221d540354c552da10d90ef7d1f7a8e8227))
### [7.3.3](https://www.github.com/bcoe/c8/compare/v7.3.2...v7.3.3) (2020-10-09)

@@ -7,0 +14,0 @@

@@ -261,2 +261,7 @@ const Exclude = require('test-exclude')

for (const v8ScriptCov of v8ProcessCov.result) {
// https://github.com/nodejs/node/pull/35498 updates Node.js'
// builtin module filenames:
if (/^node:/.test(v8ScriptCov.url)) {
v8ScriptCov.url = `${v8ScriptCov.url.replace(/^node:/, '')}.js`
}
if (/^file:\/\//.test(v8ScriptCov.url)) {

@@ -263,0 +268,0 @@ try {

2

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

@@ -5,0 +5,0 @@ "main": "./index.js",

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