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.17.1 to 1.18.0

20

History.md

@@ -0,1 +1,21 @@

1.18.0 / 2015-04-03
==================
* Assert: throws uses push method only
* Assert: Fix missing test on exported throws
* Assert: Implements notOk to assert falsy values
* Core: More graceful handling of AMD
* Core: Simplify stack trace methods
* Core: Expose Dump maxDepth property
* Core: Expose QUnit version as QUnit.version property
* Core: Handle multiple testId parameters
* Dump: Fix .name/.property doublettes
* HTML Reporter: New diff using Google's Diff-Patch-Match Library
* HTML Reporter: Make it more obvious why diff is suppressed.
* HTML Reporter: Change display text for bad tests
* HTML Reporter: Fix checkbox and select handling in IE <9
* HTML Reporter: Fix test filter without any module
* HTML Reporter: Retain failed tests numbers
* Test: lowercase the valid test filter before using it
1.17.1 / 2015-01-20

@@ -2,0 +22,0 @@ ==================

7

LICENSE.txt

@@ -33,5 +33,4 @@ Copyright jQuery Foundation and other contributors, https://jquery.org/

All files located in the node_modules and external directories are
externally maintained libraries used by this software which have their
own licenses; we recommend you read them, as their terms may differ from
the terms above.
All files located in the node_modules directory are externally maintained
libraries used by this software which have their own licenses; we
recommend you read them, as their terms may differ from the terms above.

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

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

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

"type": "MIT",
"url": "https://github.com/jquery/qunit/blob/1.17.1/LICENSE.txt"
"url": "https://github.com/jquery/qunit/blob/1.18.0/LICENSE.txt"
}

@@ -38,2 +38,3 @@ ],

"devDependencies": {
"browserstack-runner": "0.3.0",
"commitplease": "2.0.0",

@@ -45,11 +46,12 @@ "grunt": "0.4.2",

"grunt-coveralls": "0.3.0",
"grunt-git-authors": "1.2.0",
"grunt-git-authors": "3.0.0",
"grunt-jscs": "0.8.1",
"grunt-qunit-istanbul": "0.4.5",
"grunt-qunit-istanbul": "0.5.0",
"grunt-search": "0.1.6",
"load-grunt-tasks": "0.3.0",
"requirejs": "2.1.16",
"testswarm": "1.1.0"
},
"scripts": {
"ci": "grunt && grunt coveralls",
"ci": "grunt && grunt coveralls && browserstack-runner",
"test": "grunt",

@@ -56,0 +58,0 @@ "prepublish": "grunt build"

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