@types/karma
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -15,2 +15,3 @@ // Type definitions for karma 3.0 | ||
import { Appender } from 'log4js'; | ||
import { EventEmitter } from 'events'; | ||
@@ -101,3 +102,3 @@ /** | ||
export class Server extends NodeJS.EventEmitter { | ||
export class Server extends EventEmitter { | ||
constructor(options?: ConfigOptions | ConfigFile, callback?: ServerCallback); | ||
@@ -104,0 +105,0 @@ /** |
{ | ||
"name": "@types/karma", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "TypeScript definitions for karma", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "824e62ea88c14141d39c0f8bd9c0fee0c22b87ad48a73be99a145b05eff7dd04", | ||
"typesPublisherContentHash": "c1f4d978f762bdf6699db4781d659d733d8558d3132bf57db1672051674ea529", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 16 Nov 2019 01:18:57 GMT | ||
* Last updated: Mon, 23 Dec 2019 16:40:54 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
20270
448