@types/karma-coverage
Advanced tools
Comparing version 0.5.34 to 1.1.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3639
1
27