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.7.0 to 1.0.0

27

package.json
{
"name": "grunt-contrib-qunit",
"description": "Run QUnit unit tests in a headless PhantomJS instance",
"version": "0.7.0",
"version": "1.0.0",
"author": {

@@ -10,29 +10,22 @@ "name": "Grunt Team",

"repository": "gruntjs/grunt-contrib-qunit",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-qunit/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"main": "tasks/qunit.js",
"scripts": {
"test": "grunt test"
"test": "grunt test --stack"
},
"dependencies": {
"grunt-lib-phantomjs": "^0.6.0"
"grunt-lib-phantomjs": "^1.0.0"
},
"devDependencies": {
"difflet": "^0.2.3",
"difflet": "^1.0.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-internal": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"qunitjs": "^1.17.1"
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-internal": "^0.4.13",
"grunt-contrib-jshint": "^0.12.0",
"qunitjs": "^1.20.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [

@@ -39,0 +32,0 @@ "gruntplugin"

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2015 "Cowboy" Ben Alman, contributors
* Copyright (c) 2016 "Cowboy" Ben Alman, contributors
* Licensed under the MIT license.

@@ -8,0 +8,0 @@ */

@@ -32,3 +32,3 @@ # grunt-contrib-qunit v0.7.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)

[PhantomJS]: http://www.phantomjs.org/
[PhantomJS]: http://phantomjs.org/
[grunt-lib-phantomjs]: https://github.com/gruntjs/grunt-lib-phantomjs

@@ -227,2 +227,3 @@

* 2016-02-05   v1.0.0   Update grunt-lib-phantomjs to 1.0.0, effectively upgrading to phantomjs 2.x. Remove grunt as a peerDependency.
* 2015-04-03   v0.7.0   Log PhantomJS errors as warnings

@@ -229,0 +230,0 @@ * 2015-03-31   v0.6.0   Add noGlobals option, forwarded to QUnit. Report proper exit code to grunt based on failures. Add support for AMD.

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2013 "Cowboy" Ben Alman, contributors
* Copyright (c) 2016 "Cowboy" Ben Alman, contributors
* Licensed under the MIT license.

@@ -8,0 +8,0 @@ */

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