Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/karma-coverage

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/karma-coverage - npm Package Compare versions

Comparing version 0.5.34 to 1.1.0

23

karma-coverage/index.d.ts

@@ -1,25 +0,20 @@

// Type definitions for karma-coverage v0.5.3
// Type definitions for karma-coverage 1.1
// Project: https://github.com/karma-runner/karma-coverage
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Yaroslav Admin <https://github.com/devoto13>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import * as karma from 'karma';
import 'karma';
import * as istanbul from 'istanbul';
declare namespace karmaCoverage {
interface Karma extends karma.Karma { }
interface Config extends karma.Config {
set: (config: ConfigOptions) => void;
}
interface ConfigOptions extends karma.ConfigOptions {
declare module 'karma' {
interface ConfigOptions {
/**
* See https://github.com/karma-runner/karma-coverage/blob/master/docs/configuration.md
*/
coverageReporter?: (Reporter | Reporter[]);
coverageReporter?: KarmaCoverageReporter & { reporters?: KarmaCoverageReporter[] };
}
interface Reporter {
interface KarmaCoverageReporter {
type?: string;

@@ -36,5 +31,1 @@ dir?: string;

}
declare var karmaCoverage: karmaCoverage.Karma;
export = karmaCoverage;
{
"name": "@types/karma-coverage",
"version": "0.5.34",
"version": "1.1.0",
"description": "TypeScript definitions for karma-coverage",

@@ -11,5 +11,11 @@ "license": "MIT",

"githubUsername": "tkrotoff"
},
{
"name": "Yaroslav Admin",
"url": "https://github.com/devoto13",
"githubUsername": "devoto13"
}
],
"main": "",
"types": "index",
"repository": {

@@ -21,7 +27,7 @@ "type": "git",

"dependencies": {
"@types/karma": "*",
"@types/istanbul": "*"
"@types/istanbul": "*",
"@types/karma": "*"
},
"typesPublisherContentHash": "45180aa5029c09aeaffc4ad59f0e3a6cbee532c7f5a5af45e97a4bacb5820346",
"typesPublisherContentHash": "39fa58a3c2eafd38c2ec492803f50bf308f1a7aeff44e6fc039da006786fa1bc",
"typeScriptVersion": "2.8"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Sat, 14 Jul 2018 01:02:00 GMT
* Dependencies: karma, istanbul
* Last updated: Mon, 03 Dec 2018 00:42:28 GMT
* Dependencies: @types/karma, @types/istanbul
* Global values: none
# Credits
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>.
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>, Yaroslav Admin <https://github.com/devoto13>.

Sorry, the diff of this file is not supported yet

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