Socket
Socket
Sign inDemoInstall

grunt-saucelabs

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-saucelabs - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

2

package.json
{
"name": "grunt-saucelabs",
"description": "Grunt task running tests using Sauce Labs. Supports QUnit, Jasmine, Mocha and YUI tests",
"version": "8.0.2",
"version": "8.0.3",
"homepage": "https://github.com/axemclion/grunt-saucelabs",

@@ -6,0 +6,0 @@ "author": {

@@ -214,2 +214,5 @@ grunt-saucelabs

---------
####8.0.3####
* fixed bug, sauce job urls displayed in log properly again
####8.0.2####

@@ -216,0 +219,0 @@ * fixed bug, `testname` option not working

@@ -129,3 +129,3 @@ 'use strict';

type: 'jobCompleted',
url: url,
url: result.url,
platform: result.platform,

@@ -132,0 +132,0 @@ passed: result.passed,

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