Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

karma-qunit

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-qunit - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

lib/adapter.js

@@ -28,2 +28,3 @@ (function(window) {

var config = (tc.config && tc.config.qunit) || {}
var qunitOldTimeout = 13

@@ -121,3 +122,5 @@ if (config.showUI) {

if (config.autostart !== false) {
runner.start()
setTimeout(function () {
runner.start()
}, qunitOldTimeout)
}

@@ -124,0 +127,0 @@ }

17

package.json
{
"name": "karma-qunit",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Karma plugin. Adapter for QUnit testing framework.",

@@ -8,3 +8,4 @@ "main": "lib/index.js",

"lint": "grunt eslint",
"test": "grunt"
"test": "grunt",
"test:lib": "mocha test/lib"
},

@@ -27,2 +28,3 @@ "repository": {

"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.18.2",

@@ -45,2 +47,3 @@ "eslint-config-standard": "^11.0.0",

"load-grunt-tasks": "^3.2.0",
"mocha": "^5.0.4",
"qunit": "^2.5.1"

@@ -56,11 +59,11 @@ },

"Matt DuVall <matt@stripe.com>",
"Johann-S <johann.servoire@gmail.com>",
"masubi <justin.masui@gmail.com>",
"Timo Tijhof <krinklemail@gmail.com>",
"Stefan Sechelmann <stefan@sechel.de>",
"Timo Tijhof <krinklemail@gmail.com>",
"masubi <justin.masui@gmail.com>",
"Mark Ethan Trostler <mark@zzo.com>",
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
"Johann-S <johann.servoire@gmail.com>",
"Ulrich Block <u.block@sap.com>",
"masubi <masubi@users.noreply.github.com>",
"Aymeric Beaumet <aymeric@beaumet.me>",
"masubi <masubi@users.noreply.github.com>",
"Ulrich Block <u.block@sap.com>",
"thenickcox <nick@nickcox.me>",

@@ -67,0 +70,0 @@ "Brian Donovan <donovan@squareup.com>",

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