Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qunit

Package Overview
Dependencies
Maintainers
6
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qunit - npm Package Compare versions

Comparing version 2.12.0 to 2.13.0

src/cli/find-reporter.js

18

History.md
2.13.0 / 2020-11-29
==================
### Added
* Core: Log test name as part of "Assertion after test" failures. (brandonocasey) [#1517](https://github.com/qunitjs/qunit/pull/1517)
* CLI: Add native support for ESM .mjs files on Node 12+. (Timo Tijhof) [#1465](https://github.com/qunitjs/qunit/issues/1465)
### Deprecated
* HTML Reporter: Deprecate PhantomJS. (Steve McClure)
### Fixed
* Core: Count tests run so that `suiteEnd` emits correctly with active filters. (Stephen Yeung) [#1416](https://github.com/qunitjs/qunit/issues/1416)
* Core: Fix test counter bug when nesting invalid test functions. (Timo Tijhof)
* HTML Reporter: Avoid leaking `Map` global in older browsers. (Timo Tijhof)
2.12.0 / 2020-11-08

@@ -3,0 +21,0 @@ ==================

25

package.json

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

"description": "The powerful, easy-to-use testing framework.",
"version": "2.12.0",
"version": "2.13.0",
"homepage": "https://qunitjs.com",
"author": {
"name": "OpenJS Foundation and other contributors",
"url": "https://github.com/qunitjs/qunit/blob/2.12.0/AUTHORS.txt"
"url": "https://github.com/qunitjs/qunit/blob/2.13.0/AUTHORS.txt"
},

@@ -54,3 +54,2 @@ "repository": {

"@babel/preset-env": "^7.11.0",
"commitplease": "^3.1.0",
"coveralls": "^3.1.0",

@@ -73,3 +72,3 @@ "es6-promise": "^4.2.5",

"grunt-git-authors": "^3.2.0",
"rollup": "^2.26.0",
"rollup": "^2.30.0",
"grunt-search": "^0.1.8",

@@ -82,4 +81,4 @@ "npm-reporter": "file:./test/cli/fixtures/npm-reporter",

"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.3",

@@ -104,16 +103,2 @@ "semver": "^5.4.1",

},
"commitplease": {
"components": [
"All",
"Assert",
"Build",
"CLI",
"Core",
"Docs",
"Dump",
"HTML Reporter",
"Release",
"Tests"
]
},
"nyc": {

@@ -120,0 +105,0 @@ "include": [

qunit/qunit.css

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc