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

2

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

@@ -6,0 +6,0 @@ "name": "Grunt Team",

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

# 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)
# grunt-contrib-qunit v8.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)

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

* 2023-09-16   v8.0.1   Add stack trace to uncaught errors.
* 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.

@@ -278,0 +279,0 @@ * 2023-07-02   v7.0.1   Fix unexpected bridge activation in unrated iframes.

@@ -237,3 +237,3 @@ /*

grunt.log.writeln();
grunt.log.error(msg);
grunt.log.error(msg.stack || msg);
grunt.event.emit('qunit.error.onError', msg);

@@ -240,0 +240,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