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.7.0 to 7.7.1

7

CHANGELOG.md

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

### [7.7.1](https://www.github.com/bcoe/c8/compare/v7.7.0...v7.7.1) (2021-04-07)
### Bug Fixes
* **types:** add excludeAfterRemap and allowExternal ([#297](https://www.github.com/bcoe/c8/issues/297)) ([e32a53f](https://www.github.com/bcoe/c8/commit/e32a53ff050b5faf740da4e9c3fb08e70e29d60d))
## [7.7.0](https://www.github.com/bcoe/c8/compare/v7.6.0...v7.7.0) (2021-03-30)

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

7

index.d.ts

@@ -5,4 +5,5 @@ export type Watermark = [number, number];

constructor(opts: {
exclude?: any[],
include?: any[],
exclude?: string | string[],
excludeAfterRemap?: boolean,
include?: string | string[],
reporter: string[],

@@ -22,5 +23,5 @@ reportsDirectory?: string,

src?: Array<string>,
allowExternal: boolean
allowExternal?: boolean
})
run(): Promise<void>;
}
{
"name": "c8",
"version": "7.7.0",
"version": "7.7.1",
"description": "output coverage reports using Node.js' built in coverage",

@@ -5,0 +5,0 @@ "main": "./index.js",

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