🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

node-qunit-phantomjs

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-qunit-phantomjs - npm Package Compare versions

Comparing version
1.5.1
to
1.6.0
+5
-1
index.js

@@ -28,3 +28,7 @@ 'use strict';

if (opt['phantomjs-options'] && opt['phantomjs-options'].length) {
childArgs.push(opt['phantomjs-options']);
if (Array.isArray(opt['phantomjs-options'])) {
childArgs = childArgs.concat(opt['phantomjs-options']);
} else {
childArgs.push(opt['phantomjs-options']);
}
}

@@ -31,0 +35,0 @@

+1
-1
{
"name": "node-qunit-phantomjs",
"version": "1.5.1",
"version": "1.6.0",
"description": "Run QUnit unit tests in a headless PhantomJS instance without using Grunt.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet