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 1.7.0 to 1.7.1

13

karma/index.d.ts

@@ -12,3 +12,2 @@ // Type definitions for karma 1.7

import https = require('https');
import log4js = require('log4js');

@@ -148,2 +147,12 @@ declare namespace karma {

// taken from log4js 1.x typings which are gone...
interface Log4jsAppenderConfigBase {
type: string;
category?: string;
layout?: {
type: string;
[key: string]: any
}
}
interface ConfigOptions {

@@ -288,3 +297,3 @@ /**

*/
loggers?: log4js.AppenderConfigBase[];
loggers?: Log4jsAppenderConfigBase[];
/**

@@ -291,0 +300,0 @@ * @default {}

5

karma/package.json
{
"name": "@types/karma",
"version": "1.7.0",
"version": "1.7.1",
"description": "TypeScript definitions for karma",

@@ -21,7 +21,6 @@ "license": "MIT",

"@types/bluebird": "*",
"@types/log4js": "*",
"@types/node": "*"
},
"typesPublisherContentHash": "7eccd1b346893fe9810d5f01a30c446e1c9276af779d2fced1b3e2cf45bde045",
"typesPublisherContentHash": "3119d39c01e172bbc92ea7852e1536ce2ebb14dcc381f4c850092e525d8c1cdb",
"typeScriptVersion": "2.3"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Tue, 03 Oct 2017 18:20:14 GMT
* Dependencies: bluebird, https, log4js, node
* Last updated: Tue, 17 Oct 2017 00:14:44 GMT
* Dependencies: bluebird, https, node
* Global values: none

@@ -15,0 +15,0 @@

Sorry, the diff of this file is not supported yet

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