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 6.3.1 to 6.3.2

9

karma/index.d.ts
// Type definitions for karma 6.3
// Project: https://github.com/karma-runner/karma, http://karma-runner.github.io
// Project: https://github.com/karma-runner/karma
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>

@@ -8,3 +8,2 @@ // James Garbutt <https://github.com/43081j>

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.2

@@ -18,5 +17,6 @@ /// <reference types="node" />

import * as constants from "./lib/constants";
import { VERSION } from "./lib/constants";
export { constants, VERSION };
export { constants };
export const VERSION: typeof constants.VERSION;
export const runner: Runner;

@@ -91,2 +91,3 @@ export const stopper: Stopper;

refreshFiles(): Promise<any>;
refreshFile(path: string): Promise<any>;

@@ -93,0 +94,0 @@ on(event: string, listener: (...args: any[]) => void): this;

@@ -21,3 +21,10 @@ /** The current version of karma */

/** An array of log levels in descending order, i.e. LOG_DISABLE, LOG_ERROR, LOG_WARN, LOG_LOG, LOG_INFO, and LOG_DEBUG */
export const LOG_PRIORITIES: ['OFF', 'ERROR', 'WARN', 'LOG', 'INFO', 'DEBUG'];
export const LOG_PRIORITIES: [
typeof LOG_DISABLE,
typeof LOG_ERROR,
typeof LOG_WARN,
typeof LOG_LOG,
typeof LOG_INFO,
typeof LOG_DEBUG,
];

@@ -24,0 +31,0 @@ /** The default color pattern for log output */

{
"name": "@types/karma",
"version": "6.3.1",
"version": "6.3.2",
"description": "TypeScript definitions for karma",

@@ -39,6 +39,6 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma",

"@types/node": "*",
"log4js": "^6.2.1"
"log4js": "^6.3.0"
},
"typesPublisherContentHash": "29a0baa34dbaf31f58d8437e51de142b07cf6217348f5322939a5d4784b43f99",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "127c75947f32b016be9dc5a650dfd63b793d193f6eda4c61b9379371a67624b1",
"typeScriptVersion": "3.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 06 Jul 2021 22:02:34 GMT
* Last updated: Sat, 08 Jan 2022 18:31:25 GMT
* Dependencies: [@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