Socket
Socket
Sign inDemoInstall

karma

Package Overview
Dependencies
Maintainers
5
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma - npm Package Compare versions

Comparing version 6.4.1 to 6.4.2

2

context/main.js

@@ -15,3 +15,3 @@ // Load in our dependencies

var haveParentAccess = false
try { haveParentAccess = !!parentWindow.window } catch (err) { /* Ignore errors (likely permisison errors) */ }
try { haveParentAccess = !!parentWindow.window } catch (err) { /* Ignore errors (likely permission errors) */ }
if (!haveParentAccess) {

@@ -18,0 +18,0 @@ callParentKarmaMethod = ContextKarma.getPostMessageCallParentKarmaMethod(parentWindow)

@@ -136,2 +136,3 @@ {

"Thomas Parisot <thomas@oncle-tom.net>",
"Tim Gates <tim.gates@iress.com>",
"Tom Erik Støwer <tomerik@getkahoot.com>",

@@ -377,3 +378,2 @@ "Vivek Ganesan <caliberoviv@gmail.com>",

"Thomas Parisot <thomas.parisot@bbc.co.uk>",
"Tim Gates <tim.gates@iress.com>",
"Tim Hartman <tbhartman@gmail.com>",

@@ -393,2 +393,3 @@ "Tim Olshansky <tim.olshansky@gmail.com>",

"XhmikosR <xhmikosr@gmail.com>",
"Yang09701194 <mustnecessity@gmail.com>",
"Yaniv Efraim <yaniv.efraim@gmail.com>",

@@ -506,3 +507,3 @@ "Yi Wang <e@yi-wang.me>",

},
"version": "6.4.1",
"version": "6.4.2",
"license": "MIT",

@@ -509,0 +510,0 @@ "scripts": {

# Karma
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/karma-runner/karma) [![npm version](https://img.shields.io/npm/v/karma.svg?style=flat-square)](https://www.npmjs.com/package/karma) [![npm downloads](https://img.shields.io/npm/dm/karma.svg?style=flat-square)](https://npmcharts.com/compare/karma?minimal=true)
[![Code Climate](https://img.shields.io/codeclimate/github/karma-runner/karma.svg?style=flat-square)](https://codeclimate.com/github/karma-runner/karma) [![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com/) [![Dependency Status](https://img.shields.io/david/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma) [![devDependency Status](https://img.shields.io/david/dev/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma#info=devDependencies) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/karma-runner/karma)](https://codeclimate.com/github/karma-runner/karma) [![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com/) [![Dependency Status](https://img.shields.io/david/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma) [![devDependency Status](https://img.shields.io/david/dev/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma#info=devDependencies) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

@@ -6,0 +6,0 @@ A simple tool that allows you to execute JavaScript code in multiple

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc