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

karma-qunit

Package Overview
Dependencies
Maintainers
3
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.0 to 2.0.1

4

lib/index.js

@@ -14,5 +14,5 @@ var path = require('path')

files.unshift(createPattern(path.join(__dirname, 'adapter.js')))
files.unshift(createPattern(require.resolve('qunitjs')))
files.unshift(createPattern(require.resolve('qunit')))
if (qunit && qunit.showUI) {
files.unshift(createPattern(require.resolve('qunitjs/qunit/qunit.css')))
files.unshift(createPattern(require.resolve('qunit/qunit/qunit.css')))
}

@@ -19,0 +19,0 @@ }

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

@@ -58,5 +58,6 @@ "main": "lib/index.js",

"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
"Johann-S <johann.servoire@gmail.com>",
"Aymeric Beaumet <aymeric@beaumet.me>",
"masubi <masubi@users.noreply.github.com>",
"Ulrich Block <u.block@sap.com>",
"masubi <masubi@users.noreply.github.com>",
"Aymeric Beaumet <aymeric@beaumet.me>",
"thenickcox <nick@nickcox.me>",

@@ -63,0 +64,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