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.4 to 6.3.5

5

karma/index.d.ts

@@ -13,4 +13,4 @@ // Type definitions for karma 6.3

import https = require("https");
import { EventEmitter } from "events";
import { Appender } from "log4js";
import { EventEmitter } from "events";
import * as constants from "./lib/constants";

@@ -203,3 +203,3 @@

// tslint:disable-next-line:ban-types support for constructor function and classes
export type ConstructorFn = Function | (new (...params: any[]) => any);
export type ConstructorFn = Function | (new(...params: any[]) => any);
export type FactoryFn = (...params: any[]) => any;

@@ -500,3 +500,2 @@ export type ConstructorFnType = ["type", ConstructorFn];

* but your interactive debugging does not.
*
*/

@@ -503,0 +502,0 @@ preprocessors?: { [name: string]: string | string[] } | undefined;

12

karma/lib/constants.d.ts

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

/** The value for disabling logs */
export const LOG_DISABLE: 'OFF';
export const LOG_DISABLE: "OFF";
/** The value for the log `error` level */
export const LOG_ERROR: 'ERROR';
export const LOG_ERROR: "ERROR";
/** The value for the log `warn` level */
export const LOG_WARN: 'WARN';
export const LOG_WARN: "WARN";
/** The value for the log `info` level */
export const LOG_INFO: 'INFO';
export const LOG_INFO: "INFO";
/** The value for the log `debug` level */
export const LOG_DEBUG: 'DEBUG';
export const LOG_LOG: 'LOG';
export const LOG_DEBUG: "DEBUG";
export const LOG_LOG: "LOG";
/** An array of log levels in descending order, i.e. LOG_DISABLE, LOG_ERROR, LOG_WARN, LOG_LOG, LOG_INFO, and LOG_DEBUG */

@@ -22,0 +22,0 @@ export const LOG_PRIORITIES: [

{
"name": "@types/karma",
"version": "6.3.4",
"version": "6.3.5",
"description": "TypeScript definitions for karma",

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

},
"typesPublisherContentHash": "0775a4d21af9a480b49577453c942df8d65645d64ee5c252c2a7e0be1dad8915",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "fd3421731099a28f565e7bccc3ae725a4212928a7c6b1d3861ab495a64a2f09e",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Thu, 25 May 2023 20:34:16 GMT
* Last updated: Thu, 14 Sep 2023 01:49:18 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