Socket
Socket
Sign inDemoInstall

grunt-contrib-qunit

Package Overview
Dependencies
Maintainers
8
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 0.5.1 to 0.5.2

2

package.json
{
"name": "grunt-contrib-qunit",
"description": "Run QUnit unit tests in a headless PhantomJS instance.",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/gruntjs/grunt-contrib-qunit",

@@ -6,0 +6,0 @@ "author": {

@@ -46,3 +46,3 @@ /*

QUnit.testDone(function(obj) {
sendMessage('qunit.testDone', obj.name, obj.failed, obj.passed, obj.total);
sendMessage('qunit.testDone', obj.name, obj.failed, obj.passed, obj.total, obj.duration);
});

@@ -49,0 +49,0 @@

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

# grunt-contrib-qunit v0.5.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-qunit.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-qunit) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-qunit"><img src="https://ci.appveyor.com/api/projects/status/3vd43779joyj6qji/branch/master" alt="Build Status: Windows" height="18" /></a>
# grunt-contrib-qunit v0.5.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-qunit.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-qunit) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-qunit"><img src="https://ci.appveyor.com/api/projects/status/3vd43779joyj6qji/branch/master" alt="Build Status: Windows" height="18" /></a>

@@ -216,2 +216,4 @@ > Run QUnit unit tests in a headless PhantomJS instance.

* 2014-07-09   v0.5.2   Added support for reporting the duration of testDone. Other minor fixes.
* 2014-05-31   v0.5.1   Updates grunt-lib-phantomjs.
* 2014-05-31   v0.5.0   Add ability to hide PhantomJS console output. Add option for binding phantomjs console to grunt output. Default is true (do bind). Add httpBase option. Only call jsDump.parse() if a test failed.

@@ -232,2 +234,2 @@ * 2014-01-17   v0.4.0   Update grunt-lib-phantomjs to v0.5.0. Explicitly set files to publish to npm. Ref gruntjs/gruntjs.com#65. Update qunit-overview.md, include CentOS dependencies. Closes gh-49.

*This file was generated on Sat May 31 2014 20:44:40.*
*This file was generated on Wed Jul 09 2014 08:25:34.*

@@ -190,3 +190,2 @@ /*

grunt.util.async.forEachSeries(urls, function(url, next) {
var basename = path.basename(url);
grunt.verbose.subhead('Testing ' + url + ' ').or.write('Testing ' + url + ' ');

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