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

@types/karma

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/karma - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

karma/lib/constants.d.ts

31

karma/index.d.ts

@@ -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

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