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 7.0.1 to 8.0.0

10

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

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

"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -22,3 +22,3 @@ "main": "tasks/qunit.js",

"p-each-series": "^2.2.0",
"puppeteer": "^19.7.0"
"puppeteer": "^21.1.0"
},

@@ -28,4 +28,4 @@ "devDependencies": {

"grunt": "^1.6.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-internal": "^8.0.2",
"grunt-contrib-connect": "^4.0.0",
"grunt-contrib-internal": "^9.0.0",
"grunt-contrib-jshint": "^3.2.0",

@@ -32,0 +32,0 @@ "grunt-shell": "^4.0.0",

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

# grunt-contrib-qunit v7.0.1 [![Build Status](https://github.com/gruntjs/grunt-contrib-qunit/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-qunit/actions?workflow=Tests)
# grunt-contrib-qunit v8.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-qunit/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-qunit/actions?workflow=Tests)

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

* 2023-09-04   v8.0.0   Update to Puppeteer 21 (switch to "Chrome for Testing", and "new" Headless mode). Require Node.js 16 or later.
* 2023-07-02   v7.0.1   Fix unexpected bridge activation in unrated iframes.

@@ -278,0 +279,0 @@ * 2023-02-14   v7.0.0   Update to Puppeteer 19. Require Node.js 14 or later. Change actual/expected value to JSON when possible.

@@ -264,3 +264,3 @@ /*

{
headless: true,
headless: 'new',
args: defaultChromiumArgs

@@ -267,0 +267,0 @@ },

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