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.0.0-candidate.0 to 7.0.0

21

CHANGELOG.md

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

## [7.0.0](https://www.github.com/bcoe/c8/compare/v6.0.1...v7.0.0) (2019-12-22)
### ⚠ BREAKING CHANGES
* new test-exclude with modified exclude rules (#179)
* **istanbul-reports:** lcov reports now use relative paths (#168)
### Features
* adds --all functionality ([#158](https://www.github.com/bcoe/c8/issues/158)) ([2eb631e](https://www.github.com/bcoe/c8/commit/2eb631e460eba3d06925ee1d128e0db82ec50b6c))
* **istanbul-reports:** lcov reports now use relative paths ([#168](https://www.github.com/bcoe/c8/issues/168)) ([35d9338](https://www.github.com/bcoe/c8/commit/35d9338b69ba803c19a19d16ff601e3ec5692fa6))
* new test-exclude with modified exclude rules ([#179](https://www.github.com/bcoe/c8/issues/179)) ([af7d94d](https://www.github.com/bcoe/c8/commit/af7d94d715ab98d67e6b5bff5dfba19430681c9c))
### Bug Fixes
* **deps:** update dependency v8-to-istanbul to v4 ([#167](https://www.github.com/bcoe/c8/issues/167)) ([97b9769](https://www.github.com/bcoe/c8/commit/97b97699870ddc4af780cedb25cbb3a87e0eb777))
* **deps:** update dependency yargs to v15 ([#164](https://www.github.com/bcoe/c8/issues/164)) ([e41a483](https://www.github.com/bcoe/c8/commit/e41a4831aac92591f303d48038a327e9631affee))
* **deps:** update dependency yargs-parser to v16 ([#157](https://www.github.com/bcoe/c8/issues/157)) ([15746e5](https://www.github.com/bcoe/c8/commit/15746e51640e6e172f27f02c12056e2977342005))
### [6.0.1](https://github.com/bcoe/c8/compare/v6.0.0...v6.0.1) (2019-10-26)

@@ -7,0 +28,0 @@

4

lib/parse-args.js

@@ -1,2 +0,2 @@

const Exclude = require('test-exclude')
const defaultExclude = require('@istanbuljs/schema/default-exclude')
const findUp = require('find-up')

@@ -26,3 +26,3 @@ const { readFileSync } = require('fs')

alias: 'x',
default: Exclude.defaultExclude,
default: defaultExclude,
describe: 'a list of specific files and directories that should be excluded from coverage (glob patterns are supported)'

@@ -29,0 +29,0 @@ })

@@ -31,3 +31,3 @@ const Exclude = require('test-exclude')

this.resolve = resolvePaths
this.exclude = Exclude({
this.exclude = new Exclude({
exclude: exclude,

@@ -34,0 +34,0 @@ include: include

{
"name": "c8",
"version": "7.0.0-candidate.0",
"version": "7.0.0",
"description": "output coverage reports using Node.js' built in coverage",

@@ -35,11 +35,12 @@ "main": "index.js",

"@bcoe/v8-coverage": "^0.2.3",
"@istanbuljs/schema": "^0.1.2",
"find-up": "^4.0.0",
"foreground-child": "^2.0.0",
"furi": "^1.3.0",
"istanbul-lib-coverage": "^3.0.0-alpha.1",
"istanbul-lib-report": "^3.0.0-alpha.1",
"istanbul-reports": "^3.0.0-alpha.5",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.0",
"rimraf": "^3.0.0",
"test-exclude": "^5.2.3",
"v8-to-istanbul": "^4.0.0",
"test-exclude": "^6.0.0",
"v8-to-istanbul": "^4.0.1",
"yargs": "^15.0.0",

@@ -55,3 +56,3 @@ "yargs-parser": "^16.0.0"

"ts-node": "^8.4.1",
"typescript": "^3.6.4"
"typescript": "^3.7.4"
},

@@ -58,0 +59,0 @@ "engines": {

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