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.0.1 to 3.1.0

2

chrome/bridge.js
/*
* grunt-contrib-qunit
* http://gruntjs.com/
* https://gruntjs.com/
*

@@ -5,0 +5,0 @@ * Copyright (c) 2016 "Cowboy" Ben Alman, contributors

{
"name": "grunt-contrib-qunit",
"description": "Run QUnit unit tests in a headless Chrome instance",
"version": "3.0.1",
"version": "3.1.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
"url": "https://gruntjs.com/"
},

@@ -12,3 +12,3 @@ "repository": "gruntjs/grunt-contrib-qunit",

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

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

"p-each-series": "^1.0.0",
"puppeteer": "1.7.0"
"puppeteer": "^1.11.0"
},
"devDependencies": {
"difflet": "^1.0.1",
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-internal": "^3.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-shell": "^1.3.0",
"qunitjs": "^2.3.0"
"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"
},

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

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

# grunt-contrib-qunit v3.0.1 [![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 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)

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

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
If you haven't used [Grunt](https://gruntjs.com/) before, be sure to check out the [Getting Started](https://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](https://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

@@ -28,3 +28,3 @@ ```shell

You have chosen to write your unit tests using [QUnit](http://qunitjs.com/), you have written a
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

@@ -48,3 +48,3 @@ tests, you are happy with this but realize you miss the ability to have your

Please read about specifying task targets, files and options in the grunt [Configuring tasks](http://gruntjs.com/configuring-tasks) guide.
Please read about specifying task targets, files and options in the grunt [Configuring tasks](https://gruntjs.com/configuring-tasks) guide.

@@ -122,3 +122,3 @@ When installed by npm, this plugin will automatically download and install a local

Fail a test when the global namespace is polluted. See the [QUnit cookbook](http://qunitjs.com/cookbook/#discussion-id170) for more information.
Fail a test when the global namespace is polluted. See the [QUnit cookbook](https://qunitjs.com/cookbook/#discussion-id170) for more information.

@@ -274,2 +274,3 @@ ### Command line options

* 2018-12-29   v3.1.0   Updated to puppeteer ^1.11.0.
* 2018-08-12   v3.0.1   Fixed regressions.

@@ -302,2 +303,2 @@ * 2018-07-24   v3.0.0   Switch to using headless chrome / puppeteer instead of phantomjs

*This file was generated on Sun Aug 12 2018 23:44:39.*
*This file was generated on Sat Dec 29 2018 17:19:16.*
/*
* grunt-contrib-qunit
* http://gruntjs.com/
* https://gruntjs.com/
*

@@ -5,0 +5,0 @@ * Copyright (c) 2016 "Cowboy" Ben Alman, contributors

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