@types/karma
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -17,3 +17,6 @@ // Type definitions for karma 4.4 | ||
import { EventEmitter } from 'events'; | ||
import * as constants from './lib/constants'; | ||
import { VERSION } from './lib/constants'; | ||
export { constants, VERSION }; | ||
/** | ||
@@ -31,33 +34,5 @@ * `start` method is deprecated since 0.13. It will be removed in 0.14. | ||
export const server: DeprecatedServer; | ||
export const runner: Runner; | ||
export const stopper: Stopper; | ||
export const VERSION: string; | ||
export const constants: Constants; | ||
export interface Constants { | ||
VERSION: string; | ||
DEFAULT_PORT: number; | ||
DEFAULT_HOSTNAME: string; | ||
DEFAULT_LISTEN_ADDR: string; | ||
LOG_DISABLE: string; | ||
LOG_ERROR: string; | ||
LOG_WARN: string; | ||
LOG_INFO: string; | ||
LOG_DEBUG: string; | ||
LOG_LOG: string; | ||
LOG_PRIORITIES: string[]; | ||
COLOR_PATTERN: string; | ||
NO_COLOR_PATTERN: string; | ||
CONSOLE_APPENDER: { | ||
type: string; | ||
layout: { | ||
type: string; | ||
pattern: string; | ||
}; | ||
}; | ||
EXIT_CODE: string; | ||
} | ||
export namespace launcher { | ||
@@ -64,0 +39,0 @@ class Launcher { |
{ | ||
"name": "@types/karma", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "TypeScript definitions for karma", | ||
@@ -41,4 +41,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "8a6fd97eb5d28633331d2ae01d3d7bdb51d4eab3672d60e6e49b92cd543cacbb", | ||
"typesPublisherContentHash": "31601259c49e20a9c2d5fc79a68472304b8c83b3b19800ac9917d3cf48b35518", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 25 Feb 2020 00:30:06 GMT | ||
* Last updated: Mon, 30 Mar 2020 22:24:57 GMT | ||
* Dependencies: [@types/bluebird](https://npmjs.com/package/@types/bluebird), [@types/log4js](https://npmjs.com/package/@types/log4js), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
29884
5
689