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.18.0 to 1.19.0

21

History.md

@@ -0,1 +1,22 @@

1.19.0 / 2015-09-01
==================
* Assert: Add support to ES6' Map and Set equiv objects
* Build: Enable IRC notifications for Travis CI
* Build: Add 'Readme' to commitplease components
* Build: Remove unintended QUnit global export on Node
* Build: Remove testSwarm job
* Core: Implement QUnit.stack
* Dump: Escape backslash when quoting strings
* HTML Reporter: Avoid readyState issue with PhantomJS
* HTML Reporter: HTML reporter enhancements for negative asserts
* HTML Reporter: Show diff only when it helps
* Tests: Avoid loosen errors on autostart test
* Tests: HTML Reporter tests are now isolated with reordering disabled
* Tests: Rename stack error tests
* Test: Release module hooks to avoid memory leaks
* Test: Don't pass Promise fulfillment value to QUnit.start
* Test: Source Displayed Even for Passed Test
1.18.0 / 2015-04-03

@@ -2,0 +23,0 @@ ==================

17

package.json

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

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

@@ -24,8 +24,3 @@ "repository": {

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/qunit/blob/1.18.0/LICENSE.txt"
}
],
"license": "MIT",
"files": [

@@ -42,3 +37,3 @@ "qunit/qunit.js",

"grunt-contrib-concat": "0.3.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-watch": "0.5.3",

@@ -51,4 +46,3 @@ "grunt-coveralls": "0.3.0",

"load-grunt-tasks": "0.3.0",
"requirejs": "2.1.16",
"testswarm": "1.1.0"
"requirejs": "2.1.16"
},

@@ -69,2 +63,3 @@ "scripts": {

"HTML Reporter",
"Readme",
"Test",

@@ -71,0 +66,0 @@ "Tests"

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

[![Build Status](http://jenkins.jquery.com/job/QUnit/badge/icon)](http://jenkins.jquery.com/job/QUnit/)
[![Coverage Status](https://coveralls.io/repos/jquery/qunit/badge.png)](https://coveralls.io/r/jquery/qunit)
[![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)

@@ -4,0 +3,0 @@ # [QUnit](http://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