Socket
Socket
Sign inDemoInstall

qunitjs

Package Overview
Dependencies
0
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.2.0

23

History.md

@@ -0,1 +1,24 @@

2.2.0 / 2017-03-11
==================
* Core: QUnit.onError now expects error or error-like object
* HTML Reporter: Use QUnit.onError
* HTML Reporter: Ensure window.onerror return values are correct
* HTML Reporter: Moving window.onerror to HTML Reporter
* Core: Extract main onError logic into exported function and add tests
* Core: Fix start on Node when autostart is not set to true (#1105)
* Core: Add todo to assertion event data
* Core: Add remaining js-reporter events
* Core: Fix double begin when calling start in Node
* Core: Rewrite QUnit.equiv to be breadth-first
* Core: Optimize and document the "set" and "map" callbacks
* Core: Implement QUnit.todo
* Core: Add assertion event
* Assert: Use actual values for verifySteps on failed steps
* Assert: Add assert.verifySteps
* Assert: Add assert.step
* Core: Fix console error in IE9 (#1093)
* Core: Ability to run in sandboxed iframe
* Core: Implement event emitter (#1087)
2.1.1 / 2017-01-05

@@ -2,0 +25,0 @@ ==================

9

package.json

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

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

@@ -44,4 +44,5 @@ "repository": {

"grunt-concurrent": "2.3.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-qunit": "1.2.0",
"grunt-contrib-qunit": "1.3.0",
"grunt-contrib-watch": "1.0.0",

@@ -80,4 +81,4 @@ "grunt-coveralls": "1.0.1",

"engines": {
"node": "0.12.* || 4.* || 6.* || 7.*"
"node": "4.* || 6.* || 7.*"
}
}

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