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 1.7.2 to 1.7.3

14

karma/index.d.ts
// Type definitions for karma 1.7
// Project: https://github.com/karma-runner/karma
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// James Garbutt <https://github.com/43081j>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -417,2 +418,15 @@ // TypeScript Version: 2.3

captureConsole?: boolean;
/**
* @default false
* @description Run the tests on the same window as the client, without using iframe or a new window
*/
runInParent?: boolean;
/**
* @default true
* @description Clear the context window
* If true, Karma clears the context window upon the completion of running the tests.
* If false, Karma does not clear the context window upon the completion of running the tests.
* Setting this to false is useful when embedding a Jasmine Spec Runner Template.
*/
clearContext?: boolean;
}

@@ -419,0 +433,0 @@

9

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

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "tkrotoff"
},
{
"name": "James Garbutt",
"url": "https://github.com/43081j",
"githubUsername": "43081j"
}

@@ -24,4 +29,4 @@ ],

},
"typesPublisherContentHash": "6eadb2adca97a6be1098e335a880a2569fb1f6849b20caad6d0038eb0e576b63",
"typesPublisherContentHash": "0617864b0116806d3058f1edb6d118491d75d3dad17d85ca81d7e4677e6fa047",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Thu, 09 Nov 2017 08:43:08 GMT
* Last updated: Thu, 28 Dec 2017 00:36:00 GMT
* Dependencies: bluebird, https, node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>.
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>, James Garbutt <https://github.com/43081j>.

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