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.1.2 to 0.1.3

8

index.js

@@ -103,2 +103,10 @@ // TODO(vojta):

// Adding any other option that was specified in args, but not consumed from above
// Useful for supplying chromeOptions, firefoxProfile, etc.
for (var key in args){
if (typeof options[key] === 'undefined') {
options[key] = args[key];
}
}
url = url + '?id=' + id;

@@ -105,0 +113,0 @@

3

package.json
{
"name": "karma-sauce-launcher",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Karma plugin. Launch any browser on SauceLabs!",

@@ -39,4 +39,5 @@ "main": "index.js",

"Johannes Würbach <johannes.wuerbach@googlemail.com>",
"Parashuram <code@nparashuram.com>",
"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