Socket
Socket
Sign inDemoInstall

qunitjs

Package Overview
Dependencies
0
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.22.0 to 1.23.0

23

History.md
1.23.0 / 2016-03-25
==================
* Core: Confine URL parameter interactions to browser-specific code
* Core: Reintroduce QUnit.config.module
* Core: Implement moduleId support for nested modules
* Core: Stop splitting URL parameter values by commas
* Core: Introduce moduleId filtering
* Core: Add ability to run tests in pseudo-random order
* Dump: Fix asymmetrical function dump argument spacing.
* HTML Reporter: Fix escaping of diffs
* HTML Reporter: Add message explaining missing diff
* HTML Reporter: DRY out interface initialization
* HTML Reporter: Move module name sort into begin callback
* HTML Reporter: Remove redundant document guards
* HTML Reporter: Fix hidepassed element check
* Assert: Treat Set and Map as unordered in QUnit.equiv
* Build: Introduce AppVeyor for Windows CI
* Build: Update .gitattributes to fix LF on json files
* Build: Fix linefeed to LF on Grunt configuration
* Tests: Fix QUnit.stack test to account different path systems
* Tests: Define setup and tests near each other
1.22.0 / 2016-02-23

@@ -3,0 +26,0 @@ ==================

32

package.json

@@ -5,7 +5,7 @@ {

"description": "An easy-to-use JavaScript Unit Testing framework.",
"version": "1.22.0",
"version": "1.23.0",
"homepage": "https://qunitjs.com",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/qunit/blob/1.22.0/AUTHORS.txt"
"url": "https://github.com/jquery/qunit/blob/1.23.0/AUTHORS.txt"
},

@@ -32,22 +32,22 @@ "repository": {

"devDependencies": {
"async": "1.4.2",
"browserstack-runner": "0.3.7",
"commitplease": "2.0.0",
"async": "1.5.2",
"browserstack-runner": "0.4.3",
"commitplease": "2.3.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-concurrent": "2.0.3",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-watch": "0.5.3",
"grunt-concurrent": "2.2.1",
"grunt-contrib-concat": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-coveralls": "1.0.0",
"grunt-git-authors": "3.0.0",
"grunt-jscs": "0.8.1",
"grunt-qunit-istanbul": "0.5.0",
"grunt-search": "0.1.6",
"load-grunt-tasks": "0.3.0",
"requirejs": "2.1.16"
"grunt-git-authors": "3.1.1",
"grunt-jscs": "2.8.0",
"grunt-qunit-istanbul": "0.6.0",
"grunt-search": "0.1.8",
"load-grunt-tasks": "3.4.1",
"requirejs": "2.2.0"
},
"scripts": {
"browserstack": "sh build/run-browserstack.sh",
"ci": "grunt && grunt coveralls && npm run browserstack",
"ci": "grunt && grunt coveralls",
"test": "grunt",

@@ -54,0 +54,0 @@ "prepublish": "grunt build"

@@ -1,2 +0,2 @@

[![Build Status](https://travis-ci.org/jquery/qunit.svg?branch=master)](https://travis-ci.org/jquery/qunit) [![Coverage Status](https://coveralls.io/repos/jquery/qunit/badge.svg)](https://coveralls.io/github/jquery/qunit)
[![Travis Build Status](https://travis-ci.org/jquery/qunit.svg?branch=master)](https://travis-ci.org/jquery/qunit) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jquery/qunit?svg=true&branch=master)](https://ci.appveyor.com/project/leobalter/qunit) [![Coverage Status](https://coveralls.io/repos/jquery/qunit/badge.svg)](https://coveralls.io/github/jquery/qunit)

@@ -3,0 +3,0 @@ # [QUnit](https://qunitjs.com) - A JavaScript Unit Testing Framework.

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc