Socket
Socket
Sign inDemoInstall

@types/istanbul-reports

Package Overview
Dependencies
2
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

12

istanbul-reports/index.d.ts

@@ -8,3 +8,3 @@ // Type definitions for istanbul-reports 3.0

import { Node, ReportBase } from 'istanbul-lib-report';
import { Node, ReportBase } from "istanbul-lib-report";

@@ -24,6 +24,6 @@ export function create<T extends keyof ReportOptions>(name: T, options?: Partial<ReportOptions[T]>): ReportBase;

cobertura: CoberturaOptions;
'html-spa': HtmlSpaOptions;
"html-spa": HtmlSpaOptions;
html: HtmlOptions;
json: JsonOptions;
'json-summary': JsonSummaryOptions;
"json-summary": JsonSummaryOptions;
lcov: LcovOptions;

@@ -34,4 +34,4 @@ lcovonly: LcovOnlyOptions;

text: TextOptions;
'text-lcov': TextLcovOptions;
'text-summary': TextSummaryOptions;
"text-lcov": TextLcovOptions;
"text-summary": TextSummaryOptions;
}

@@ -46,3 +46,3 @@

export interface HtmlSpaOptions extends HtmlOptions {
metricsToShow: Array<'lines' | 'branches' | 'functions' | 'statements'>;
metricsToShow: Array<"lines" | "branches" | "functions" | "statements">;
}

@@ -49,0 +49,0 @@ export interface HtmlOptions {

{
"name": "@types/istanbul-reports",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for istanbul-reports",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-reports",

},
"typesPublisherContentHash": "b331eb26db90bca3bd6f1e18a10a4f37631f149624847439756763800996e143",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "b31e3fc4b65f2465fdc81c31292339ba5c4e35e949aa0413cccf50698291166d",
"typeScriptVersion": "4.5"
}

@@ -18,3 +18,3 @@ # Installation

import { Node, ReportBase } from 'istanbul-lib-report';
import { Node, ReportBase } from "istanbul-lib-report";

@@ -34,6 +34,6 @@ export function create<T extends keyof ReportOptions>(name: T, options?: Partial<ReportOptions[T]>): ReportBase;

cobertura: CoberturaOptions;
'html-spa': HtmlSpaOptions;
"html-spa": HtmlSpaOptions;
html: HtmlOptions;
json: JsonOptions;
'json-summary': JsonSummaryOptions;
"json-summary": JsonSummaryOptions;
lcov: LcovOptions;

@@ -44,4 +44,4 @@ lcovonly: LcovOnlyOptions;

text: TextOptions;
'text-lcov': TextLcovOptions;
'text-summary': TextSummaryOptions;
"text-lcov": TextLcovOptions;
"text-summary": TextSummaryOptions;
}

@@ -56,3 +56,3 @@

export interface HtmlSpaOptions extends HtmlOptions {
metricsToShow: Array<'lines' | 'branches' | 'functions' | 'statements'>;
metricsToShow: Array<"lines" | "branches" | "functions" | "statements">;
}

@@ -93,3 +93,3 @@ export interface HtmlOptions {

### Additional Details
* Last updated: Tue, 01 Jun 2021 21:02:19 GMT
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT
* Dependencies: [@types/istanbul-lib-report](https://npmjs.com/package/@types/istanbul-lib-report)

@@ -96,0 +96,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc