Socket
Socket
Sign inDemoInstall

grunt-contrib-qunit

Package Overview
Dependencies
1
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

17

docs/qunit-examples.md

@@ -50,3 +50,10 @@ # Usage examples

qunit: {
all: ['http://localhost:8000/test/foo.html', 'http://localhost:8000/test/bar.html']
all: {
options: {
urls: [
'http://localhost:8000/test/foo.html',
'http://localhost:8000/test/bar.html',
],
},
},
},

@@ -57,6 +64,6 @@ connect: {

port: 8000,
base: '.'
}
}
}
base: '.',
},
},
},
});

@@ -63,0 +70,0 @@

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

@@ -31,3 +31,3 @@ "author": {

"dependencies": {
"grunt-lib-phantomjs": "~0.2.0"
"grunt-lib-phantomjs": "~0.3.0"
},

@@ -34,0 +34,0 @@ "devDependencies": {

@@ -111,3 +111,10 @@ # grunt-contrib-qunit [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-contrib-qunit.png?branch=master)](http://travis-ci.org/gruntjs/grunt-contrib-qunit)

qunit: {
all: ['http://localhost:8000/test/foo.html', 'http://localhost:8000/test/bar.html']
all: {
options: {
urls: [
'http://localhost:8000/test/foo.html',
'http://localhost:8000/test/bar.html',
],
},
},
},

@@ -118,6 +125,6 @@ connect: {

port: 8000,
base: '.'
}
}
}
base: '.',
},
},
},
});

@@ -178,7 +185,8 @@

* 2013-02-27   v0.2.0   Update to use PhantomJS 1.8.1.
* 2013-02-14   v0.1.1   First official release for Grunt 0.4.0.
* 2013-01-17   v0.1.1rc6   Updating grunt/gruntplugin dependencies to rc6. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
* 2013-01-08   v0.1.1rc5   Updating to work with grunt v0.4.0rc5. Switching to this.filesSrc api. Adding "urls" option for specifying absolute test URLs.
* 2012-10-04   v0.1.0   Work in progress, not yet officially released.
* 2013-04-05   v0.2.1   Update to use PhantomJS 1.9.0. Fixes PhantomJS not found errors.
* 2013-02-28   v0.2.0   Update to use PhantomJS 1.8.1.
* 2013-02-15   v0.1.1   First official release for Grunt 0.4.0.
* 2013-01-18   v0.1.1rc6   Updating grunt/gruntplugin dependencies to rc6. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
* 2013-01-09   v0.1.1rc5   Updating to work with grunt v0.4.0rc5. Switching to this.filesSrc api. Adding "urls" option for specifying absolute test URLs.
* 2012-10-05   v0.1.0   Work in progress, not yet officially released.

@@ -189,2 +197,2 @@ ---

*This file was generated on Thu Feb 28 2013 11:58:59.*
*This file was generated on Fri Apr 05 2013 19:55:03.*

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc