Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

c8

Package Overview
Dependencies
Maintainers
1
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 5.0.2 to 5.0.3

9

CHANGELOG.md

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

### [5.0.3](https://www.github.com/bcoe/c8/compare/v5.0.2...v5.0.3) (2019-09-06)
### Bug Fixes
* **deps:** update dependency rimraf to v3 ([#132](https://www.github.com/bcoe/c8/issues/132)) ([7601748](https://www.github.com/bcoe/c8/commit/7601748))
* **deps:** update dependency yargs to v14 ([#134](https://www.github.com/bcoe/c8/issues/134)) ([e49737f](https://www.github.com/bcoe/c8/commit/e49737f))
* **deps:** update deps to address warning in cross-spawn ([#141](https://www.github.com/bcoe/c8/issues/141)) ([4b66221](https://www.github.com/bcoe/c8/commit/4b66221))
### [5.0.2](https://www.github.com/bcoe/c8/compare/v5.0.1...v5.0.2) (2019-06-24)

@@ -7,0 +16,0 @@

2

lib/parse-args.js

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

const configPath = findUp.sync(['.c8rc', '.c8rc.json', '.nycrc', `.nycrc.json`])
const configPath = findUp.sync(['.c8rc', '.c8rc.json', '.nycrc', '.nycrc.json'])
const config = configPath ? JSON.parse(readFileSync(configPath)) : {}

@@ -11,0 +11,0 @@

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

}
async run () {

@@ -39,0 +40,0 @@ const map = await this.getCoverageMapFromAllCoverageFiles()

{
"name": "c8",
"version": "5.0.2",
"version": "5.0.3",
"description": "output coverage reports using Node.js' built in coverage",

@@ -37,20 +37,20 @@ "main": "index.js",

"find-up": "^4.0.0",
"foreground-child": "^1.5.6",
"foreground-child": "^2.0.0",
"furi": "^1.3.0",
"istanbul-lib-coverage": "^2.0.1",
"istanbul-lib-report": "^2.0.1",
"istanbul-reports": "^2.2.4",
"rimraf": "^2.6.2",
"test-exclude": "^5.0.0",
"istanbul-lib-coverage": "^2.0.5",
"istanbul-lib-report": "^2.0.8",
"istanbul-reports": "^2.2.6",
"rimraf": "^3.0.0",
"test-exclude": "^5.2.3",
"v8-to-istanbul": "^3.2.3",
"yargs": "^13.1.0",
"yargs": "^14.0.0",
"yargs-parser": "^13.0.0"
},
"devDependencies": {
"chai": "4.2.0",
"chai-jest-snapshot": "2.0.0",
"coveralls": "3.0.4",
"mocha": "6.1.4",
"standard": "12.0.1",
"standard-version": "6.0.1"
"chai": "^4.2.0",
"chai-jest-snapshot": "^2.0.0",
"coveralls": "^3.0.6",
"mocha": "^6.2.0",
"standard": "^14.1.0",
"standard-version": "^7.0.0"
},

@@ -57,0 +57,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