Socket
Socket
Sign inDemoInstall

qunit-phantomjs-runner

Package Overview
Dependencies
141
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

.eslintrc.json

10

package.json
{
"name": "qunit-phantomjs-runner",
"version": "2.3.0",
"version": "2.3.1",
"description": "A PhantomJS-powered headless test runner for QUnit",

@@ -27,7 +27,7 @@ "main": "runner.js",

"gulp": "^3.8.10",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.0.0",
"mocha": "^2.4.5",
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"mocha": "^4.0.1",
"phantomjs-prebuilt": "^2.1.7",
"qunitjs": "^1.23.0",
"qunitjs": "^2.4.1",
"xml2js": "^0.4.16"

@@ -34,0 +34,0 @@ },

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

/*global phantom:false, require:false, console:false, window:false, QUnit:false */
/* global phantom:false, require:false, console:false, window:false, QUnit:false */

@@ -34,3 +34,3 @@ (function () {

}
} catch(e) {
} catch (e) {
console.error('Error parsing "' + args[3] + '": ' + e);

@@ -77,2 +77,3 @@ }

});
if (qunitMissing) {

@@ -138,2 +139,3 @@ console.error('The `QUnit` object is not present on this page.');

var exceptions = currentTestAssertions.slice(0)[0].split('\n');
testExceptions[name] = exceptions.map(function (e) {

@@ -140,0 +142,0 @@ return e.trim();

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

/*global phantom:false, require:false, console:false, window:false, QUnit:false */
/* global phantom:false, require:false, console:false, window:false, QUnit:false */

@@ -34,3 +34,3 @@ (function () {

}
} catch(e) {
} catch (e) {
console.error('Error parsing "' + args[3] + '": ' + e);

@@ -77,2 +77,3 @@ }

});
if (qunitMissing) {

@@ -79,0 +80,0 @@ console.error('The `QUnit` object is not present on this page.');

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

/*global phantom:false, require:false, console:false, window:false, QUnit:false */
/* global phantom:false, require:false, console:false, window:false, QUnit:false */

@@ -76,2 +76,3 @@ (function () {

});
if (qunitMissing) {

@@ -78,0 +79,0 @@ console.error('The `QUnit` object is not present on this page.');

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

/*global phantom:false, require:false, console:false, window:false, QUnit:false */
/* global phantom:false, require:false, console:false, window:false, QUnit:false */

@@ -34,3 +34,3 @@ (function () {

}
} catch(e) {
} catch (e) {
console.error('Error parsing "' + args[3] + '": ' + e);

@@ -77,2 +77,3 @@ }

});
if (qunitMissing) {

@@ -79,0 +80,0 @@ console.error('The `QUnit` object is not present on this page.');

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc