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.0 to 7.3.1

11

CHANGELOG.md

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

### [7.3.1](https://www.github.com/bcoe/c8/compare/v7.3.0...v7.3.1) (2020-09-10)
### Bug Fixes
* **deps:** update dependency yargs to v16 ([#251](https://www.github.com/bcoe/c8/issues/251)) ([0436816](https://www.github.com/bcoe/c8/commit/0436816ef0ceb4cff25f65dfff1843a2bad80ca1))
* **deps:** update dependency yargs-parser to v20 ([#252](https://www.github.com/bcoe/c8/issues/252)) ([ae845f0](https://www.github.com/bcoe/c8/commit/ae845f0bf52c5b1547263079f210ad99c6bd4d7b))
* add missing space in text ([#245](https://www.github.com/bcoe/c8/issues/245)) ([efe6d04](https://www.github.com/bcoe/c8/commit/efe6d041aa0a1620f9b2e4717ba5d2a96da7a5a3))
* **deps:** update dependency find-up to v5 ([#242](https://www.github.com/bcoe/c8/issues/242)) ([8a0cfd7](https://www.github.com/bcoe/c8/commit/8a0cfd702e35fa9d7e87ef99f0fd08dd92cd9614))
* **deps:** update dependency yargs-parser to v19 ([#241](https://www.github.com/bcoe/c8/issues/241)) ([baa01df](https://www.github.com/bcoe/c8/commit/baa01df3dede86373773acfae086647da2b43549))
## [7.3.0](https://www.github.com/bcoe/c8/compare/v7.2.1...v7.3.0) (2020-08-03)

@@ -7,0 +18,0 @@

2

lib/parse-args.js

@@ -95,3 +95,3 @@ const defaultExclude = require('@istanbuljs/schema/default-exclude')

type: 'boolean',
describe: 'supplying --allowExternal will cause c8 to allow files from outside of your cwd. This applies both to' +
describe: 'supplying --allowExternal will cause c8 to allow files from outside of your cwd. This applies both to ' +
'files discovered in coverage temp files and also src files discovered if using the --all flag.'

@@ -98,0 +98,0 @@ })

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

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

"@istanbuljs/schema": "^0.1.2",
"find-up": "^4.0.0",
"find-up": "^5.0.0",
"foreground-child": "^2.0.0",

@@ -48,4 +48,4 @@ "furi": "^2.0.0",

"v8-to-istanbul": "^5.0.0",
"yargs": "^15.0.0",
"yargs-parser": "^18.0.0"
"yargs": "^16.0.0",
"yargs-parser": "^20.0.0"
},

@@ -55,6 +55,6 @@ "devDependencies": {

"chai-jest-snapshot": "^2.0.0",
"mocha": "^8.0.0",
"mocha": "^8.1.3",
"standard": "^14.1.0",
"ts-node": "^8.4.1",
"typescript": "^3.7.4"
"ts-node": "^9.0.0",
"typescript": "^4.0.0"
},

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