Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

derby-webdriverio

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derby-webdriverio - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

18

index.js

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

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.5
(function() {

@@ -10,3 +10,4 @@ var _, webdriverDefaultConf;

module.exports = function(customConfig) {
var base, base1, base2, config, e, error, hasCoffee, ref;
var SS_HOST, SS_PATH, SS_PORT, TRAVIS, base, base1, base2, config, e, hasCoffee, ref, ref1;
ref = process.env, TRAVIS = ref.TRAVIS, SS_HOST = ref.SS_HOST, SS_PORT = ref.SS_PORT, SS_PATH = ref.SS_PATH;
config = _.defaults({}, customConfig, webdriverDefaultConf, {

@@ -24,3 +25,3 @@ specs: ['./test/e2e/**/*.js', './test/e2e/**/*.coffee'],

MONGO_URL: 'mongodb://localhost:27017/test',
PORT: ((ref = config.baseUrl.match(/:(\d+)/)) != null ? ref[1] : void 0) || 80
PORT: ((ref1 = config.baseUrl.match(/:(\d+)/)) != null ? ref1[1] : void 0) || 80
},

@@ -51,3 +52,3 @@ waitServer: {

});
if (process.env.TRAVIS) {
if (TRAVIS) {
if ((base = config.desiredCapabilities).chromeOptions == null) {

@@ -64,2 +65,11 @@ base.chromeOptions = {};

}
if (SS_HOST) {
config.host = SS_HOST;
}
if (SS_PORT) {
config.port = SS_PORT;
}
if (SS_PATH) {
config.path = SS_PATH;
}
config.before = require('./lib/before')(config, config.before);

@@ -66,0 +76,0 @@ config.after = require('./lib/after')(config, config.after);

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

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.5
(function() {

@@ -3,0 +3,0 @@ var Bluebird, natural, nounInflector;

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

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.5
(function() {

@@ -3,0 +3,0 @@ var Bluebird, _, addCustomCommands, chai, chaiAsPromised, exec, natural, nounInflector, spawn, waitServer, webdriverio,

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

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.5
(function() {

@@ -3,0 +3,0 @@ module.exports = function(browser) {

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

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.5

@@ -3,0 +3,0 @@ /*

{
"name": "derby-webdriverio",
"version": "3.3.0",
"version": "3.3.1",
"description": "Webdriver.io for Derby.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.5
(function() {

@@ -3,0 +3,0 @@ module.exports = function(app, waitTimeout) {

Sorry, the diff of this file is not supported yet

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