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.1 to 7.1.0

index.d.ts

13

CHANGELOG.md

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

## [7.1.0](https://www.github.com/bcoe/c8/compare/v7.0.1...v7.1.0) (2020-02-09)
### Features
* adds TypeScript definitions ([d39801b](https://www.github.com/bcoe/c8/commit/d39801bc9b2713aa56592010e6394a295bd12b0b)), closes [#195](https://www.github.com/bcoe/c8/issues/195)
### Bug Fixes
* **deps:** update dependency furi to v2 ([#193](https://www.github.com/bcoe/c8/issues/193)) ([6b9af6e](https://www.github.com/bcoe/c8/commit/6b9af6ee8cbbacd85eea91dc49bb269fe3651c12))
* **deps:** v8-to-istanbul with patch for crasher ([#200](https://www.github.com/bcoe/c8/issues/200)) ([d4b7d80](https://www.github.com/bcoe/c8/commit/d4b7d80d78f3d1cb2e9a2e9e106af0cef327b446))
### [7.0.1](https://www.github.com/bcoe/c8/compare/v7.0.0...v7.0.1) (2020-01-13)

@@ -7,0 +20,0 @@

11

package.json
{
"name": "c8",
"version": "7.0.1",
"version": "7.1.0",
"description": "output coverage reports using Node.js' built in coverage",
"main": "index.js",
"main": "./index.js",
"types": "./index.d.ts",
"bin": "./bin/c8.js",

@@ -38,3 +39,3 @@ "repository": {

"foreground-child": "^2.0.0",
"furi": "^1.3.0",
"furi": "^2.0.0",
"istanbul-lib-coverage": "^3.0.0",

@@ -45,3 +46,3 @@ "istanbul-lib-report": "^3.0.0",

"test-exclude": "^6.0.0",
"v8-to-istanbul": "^4.0.1",
"v8-to-istanbul": "^4.1.2",
"yargs": "^15.0.0",

@@ -63,2 +64,4 @@ "yargs-parser": "^16.0.0"

"files": [
"index.js",
"index.d.ts",
"lib",

@@ -65,0 +68,0 @@ "bin",

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