Socket
Socket
Sign inDemoInstall

grunt-contrib-qunit

Package Overview
Dependencies
Maintainers
10
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-qunit - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

22

package.json
{
"name": "grunt-contrib-qunit",
"description": "Run QUnit unit tests in a headless Chrome instance",
"version": "3.1.0",
"version": "4.0.0",
"author": {

@@ -12,3 +12,3 @@ "name": "Grunt Team",

"engines": {
"node": ">=6"
"node": ">=10"
},

@@ -20,14 +20,14 @@ "main": "tasks/qunit.js",

"dependencies": {
"eventemitter2": "^5.0.1",
"p-each-series": "^1.0.0",
"puppeteer": "^1.11.0"
"eventemitter2": "^6.4.2",
"p-each-series": "^2.1.0",
"puppeteer": "^4.0.0"
},
"devDependencies": {
"difflet": "^1.0.1",
"grunt": "^1.0.3",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-internal": "^3.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-shell": "^2.1.0",
"qunit": "^2.6.2"
"grunt": "^1.1.0",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-internal": "^4.0.1",
"grunt-contrib-jshint": "^2.1.0",
"grunt-shell": "^3.0.1",
"qunit": "^2.10.0"
},

@@ -34,0 +34,0 @@ "keywords": [

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

# grunt-contrib-qunit v3.1.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-qunit.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-qunit) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/3vd43779joyj6qji/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-qunit/branch/master)
# grunt-contrib-qunit v4.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-qunit.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-qunit) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/3vd43779joyj6qji/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-qunit/branch/master)

@@ -28,3 +28,3 @@ > Run QUnit unit tests in a headless Chrome instance

You have chosen to write your unit tests using [QUnit](https://qunitjs.com/), you have written a
html page which reports the summary and indivudual details of your unit
html page which reports the summary and individual details of your unit
tests, you are happy with this but realize you miss the ability to have your

@@ -271,2 +271,3 @@ unit test suite run automatically each time you commit changes to your

* 2020-06-17   v4.0.0   Puppeteer version to v4.0.0. Dependency updates and typo fixes. Minimum node version is now version 10.
* 2018-12-29   v3.1.0   Updated to puppeteer ^1.11.0.

@@ -300,2 +301,2 @@ * 2018-08-12   v3.0.1   Fixed regressions.

*This file was generated on Sat Dec 29 2018 17:19:16.*
*This file was generated on Wed Jun 17 2020 10:57:15.*

Sorry, the diff of this file is not supported yet

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