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.21.0 to 1.22.0

7

History.md
1.22.0 / 2016-02-23
==================
* Assert: Implement Assert#pushResult
* Assert: Extend Assert methods to QUnit for backwards compatibility
* HTML Reporter: Escape setUrl output
1.21.0 / 2016-02-01

@@ -3,0 +10,0 @@ ==================

6

package.json

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

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

@@ -32,5 +32,7 @@ "repository": {

"devDependencies": {
"async": "1.4.2",
"browserstack-runner": "0.3.7",
"commitplease": "2.0.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-concurrent": "2.0.3",

@@ -37,0 +39,0 @@ "grunt-contrib-concat": "0.3.0",

@@ -30,3 +30,3 @@ [![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)

To submit patches, fork the repository, create a branch for the change. Then implement
the change, run `grunt` to lint and test it, then commit, push and create a pull request.
the change, run `npm test` to lint and test it, then commit, push and create a pull request.

@@ -36,3 +36,3 @@ Include some background for the change in the commit message and `Fixes #nnn`, referring

To run `grunt`, you need [Node.js](https://nodejs.org/download/), which includes `npm`, then `npm install -g grunt-cli`. That gives you a global grunt binary. For additional grunt tasks, also run `npm install`.
To run `npm test`, you need [Node.js](https://nodejs.org/download/), which includes `npm`.

@@ -39,0 +39,0 @@ ## Releases

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