Socket
Socket
Sign inDemoInstall

@types/istanbul-lib-report

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

4

istanbul-lib-report/index.d.ts

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

import { CoverageMap, FileCoverage, CoverageSummary } from 'istanbul-lib-coverage';
import { CoverageMap, CoverageSummary, FileCoverage } from "istanbul-lib-coverage";

@@ -29,3 +29,3 @@ /**

export type Summarizers = 'flat' | 'nested' | 'pkg' | 'defaultSummarizer';
export type Summarizers = "flat" | "nested" | "pkg" | "defaultSummarizer";

@@ -32,0 +32,0 @@ export interface ContextOptions {

{
"name": "@types/istanbul-lib-report",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for istanbul-lib-report",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-report",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "f8b2f5e15a24d9f52a96c5cfadb0f582bf6200ce8643e15422c3c8f1a2bb1c63",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "96df52e277954c084779ad7403454ac3cc4562e6adc84f8f7bd31fb37cc6a6b6",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 21 Jan 2020 01:00:06 GMT
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT
* Dependencies: [@types/istanbul-lib-coverage](https://npmjs.com/package/@types/istanbul-lib-coverage)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Jason Cheatham (https://github.com/jason0x43), and Zacharias Björngren (https://github.com/zache).
These definitions were written by [Jason Cheatham](https://github.com/jason0x43), and [Zacharias Björngren](https://github.com/zache).

Sorry, the diff of this file is not supported yet

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