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.2.0 to 7.2.1

7

CHANGELOG.md

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

### [7.2.1](https://www.github.com/bcoe/c8/compare/v7.2.0...v7.2.1) (2020-07-11)
### Bug Fixes
* ignore missing source maps in raw coverage output ([#233](https://www.github.com/bcoe/c8/issues/233)) ([eed98af](https://www.github.com/bcoe/c8/commit/eed98afae8dc6878c64b157d5007b0d9ce3bd59f))
## [7.2.0](https://www.github.com/bcoe/c8/compare/v7.1.2...v7.2.0) (2020-05-25)

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

2

lib/report.js

@@ -134,2 +134,4 @@ const Exclude = require('test-exclude')

const sourceMapAndLineLengths = this.sourceMapCache[`file://${v8ScriptCov.url}`]
// See: https://github.com/nodejs/node/pull/34305
if (!sourceMapAndLineLengths.data) return
sources.sourceMap = {

@@ -136,0 +138,0 @@ sourcemap: sourceMapAndLineLengths.data

4

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

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

"chai-jest-snapshot": "^2.0.0",
"mocha": "^7.1.2",
"mocha": "^8.0.0",
"standard": "^14.1.0",

@@ -56,0 +56,0 @@ "ts-node": "^8.4.1",

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