Socket
Socket
Sign inDemoInstall

karma-sauce-launcher

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-sauce-launcher - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

README.md

2

examples/karma.conf-ci.js

@@ -29,3 +29,3 @@ module.exports = function(config) {

],
reporters: ['dots'],
reporters: ['dots', 'saucelabs'],
port: 9876,

@@ -32,0 +32,0 @@ colors: true,

@@ -91,3 +91,3 @@ var wd = require('wd');

.then(
function(jobId) {
function() {
if (pendingCancellations > 0) {

@@ -99,3 +99,3 @@ pendingCancellations--;

jobMapping[self.id] = {
jobId: jobId,
jobId: driver.sessionID,
credentials: {

@@ -102,0 +102,0 @@ username: username,

{
"name": "karma-sauce-launcher",
"version": "0.2.4",
"version": "0.2.5",
"description": "A Karma plugin. Launch any browser on SauceLabs!",

@@ -41,2 +41,3 @@ "main": "index.js",

"Chris Wren <chris@saucelabs.com>",
"Ralf Kistner <ralf@embarkmobile.com>",
"Chris Wren <cthewren@gmail.com>",

@@ -48,3 +49,3 @@ "Santiago Suarez Ordoñez <santiycr@gmail.com>",

"Parashuram N <code@r.nparashuram.com>",
"Ralf Kistner <ralf@embarkmobile.com>",
"Shahar Talmi <shahar.talmi@gmail.com>",
"sebv <seb.vincent@gmail.com>",

@@ -51,0 +52,0 @@ "yhwh <ferrero.nicolas@gmail.com>"

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