New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

qunit-harness

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qunit-harness - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

3

lib/saucelabs/report.js

@@ -18,2 +18,3 @@ 'use strict';

var platform = [platformResults.platform[0], platformResults.platform[1], platformResults.platform[2] || ''].join(' ');
var url = platformResults.url;

@@ -34,2 +35,4 @@ var runningError = !platformResults.result || typeof platformResults.result === 'string';

msg.push('(' + url + ')');
console.log(msg.join(' '));

@@ -36,0 +39,0 @@

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

var accountUrl = 'https://saucelabs.com/u/' + this.options.username;
console.log('See the progress: ' + accountUrl + ' (session: "' + this.options.testName + '", build: "' + this.options.build + '")');
this._report();
this.reportingInterval = setInterval(function () {

@@ -112,0 +116,0 @@ return _this._report();

2

package.json
{
"name": "qunit-harness",
"version": "0.1.14",
"version": "0.1.15",
"description": "A library for running qunit tests on a local machine and in the SauceLabs environment.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/AlexanderMoskovkin/qunit-harness",

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