New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 5.0.1 to 6.1.0

6

karma/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for karma 5.0
// Type definitions for karma 6.1
// Project: https://github.com/karma-runner/karma, http://karma-runner.github.io

@@ -642,3 +642,3 @@ // Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>

/** type to use when including a file */
export type FilePatternTypes = 'css' | 'html' | 'js' | 'dart' | 'module' | 'dom';
export type FilePatternTypes = 'css' | 'html' | 'js' | 'module' | 'dom';

@@ -671,3 +671,3 @@ export interface FilePattern {

* @description The type determines the mechanism for including the file.
* The css and html types create link elements; the js, dart, and module elements create script elements.
* The css and html types create link elements; the js and module elements create script elements.
* The dom type includes the file content in the page, used, for example, to test components combining HTML and JS.

@@ -674,0 +674,0 @@ */

{
"name": "@types/karma",
"version": "5.0.1",
"version": "6.1.0",
"description": "TypeScript definitions for karma",

@@ -38,6 +38,6 @@ "license": "MIT",

"@types/node": "*",
"log4js": "^4.0.0"
"log4js": "^6.2.1"
},
"typesPublisherContentHash": "0678488e28f9c21d9ff8ff04d24f0a84b770a5e46c1d88332c850bab49d99df2",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "703c1af7b3713f6d94c9c1120e140fe5bfe36b6076637903a49684d6f53e385c",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Thu, 29 Oct 2020 08:36:19 GMT
* Last updated: Thu, 04 Feb 2021 19:27: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