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 to 7.0.1

7

CHANGELOG.md

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

### [7.0.1](https://www.github.com/bcoe/c8/compare/v7.0.0...v7.0.1) (2020-01-13)
### Bug Fixes
* all flag not propagated to check-coverage command ([#188](https://www.github.com/bcoe/c8/issues/188)) ([86eaf72](https://www.github.com/bcoe/c8/commit/86eaf72a8c7af93d6ec9699b741d11df50017a8d))
## [7.0.0](https://www.github.com/bcoe/c8/compare/v6.0.1...v7.0.0) (2019-12-22)

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

3

lib/commands/check-coverage.js

@@ -23,3 +23,4 @@ const { relative } = require('path')

omitRelative: argv.omitRelative,
wrapperLength: argv.wrapperLength
wrapperLength: argv.wrapperLength,
all: argv.all
})

@@ -26,0 +27,0 @@ exports.checkCoverages(argv, report)

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

@@ -52,3 +52,3 @@ "main": "index.js",

"coveralls": "^3.0.6",
"mocha": "^6.2.0",
"mocha": "^7.0.0",
"standard": "^14.1.0",

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