Comparing version 0.0.68 to 0.0.69
@@ -5,4 +5,4 @@ /* | ||
Redistribution and use of this software in source and binary forms, | ||
with or without modification, are permitted provided that the following | ||
Redistribution and use of this software in source and binary forms, | ||
with or without modification, are permitted provided that the following | ||
conditions are met: | ||
@@ -24,12 +24,12 @@ | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS | ||
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | ||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS | ||
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | ||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
@@ -51,3 +51,3 @@ */ | ||
function startSelenium(selID, req, res) { | ||
var webdriverjs = require("webdriverjs"), cb, | ||
var webdriverio = require("webdriverio"), cb, | ||
body = req.body, browser | ||
@@ -58,3 +58,3 @@ , url = 'http://' + (hub.config.host ? hub.config.host + ':' + hub.config.port : req.headers.host) | ||
try { | ||
browser = webdriverjs.remote({ | ||
browser = webdriverio.remote({ | ||
host: body.sel_host, | ||
@@ -95,3 +95,3 @@ port: body.sel_port || 4444, | ||
hub.on(selID + 'snapshot', function(test, component) { | ||
browser.screenshot(function(screenshot) { | ||
browser.screenshot(function(screenshot) { | ||
var path = require('path') | ||
@@ -98,0 +98,0 @@ , filename = path.join(hub.config.outputDir, (common.makeSaneNames(component))[0], 'snapshot.png'); |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.0.68", | ||
"version": "0.0.69", | ||
"author": "Mark Ethan Trostler <mark@zzo.com>", | ||
@@ -45,3 +45,3 @@ "preferGlobal": true, | ||
"optimist": "~0.2", | ||
"webdriverjs": "", | ||
"webdriverio": "^2.1.0", | ||
"daemonize2": "~0.4", | ||
@@ -48,0 +48,0 @@ "jasmine-node": "~1.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
2
1932976
53
+ Addedwebdriverio@^2.1.0
+ Addedcss-parse@1.7.0(transitive)
+ Addedcss-value@0.0.1(transitive)
+ Addedhawk@1.0.0(transitive)
+ Addedq@1.5.1(transitive)
+ Addedrequest@2.34.0(transitive)
+ Addedrgb2hex@0.1.10(transitive)
+ Addedtunnel-agent@0.3.0(transitive)
+ Addedwebdriverio@2.4.5(transitive)
+ Addedwgxpath@0.23.0(transitive)
- Removedwebdriverjs@
- Removedactive-x-obfuscator@0.0.1(transitive)
- Removedarchiver@0.8.1(transitive)
- Removedbase64id@0.1.0(transitive)
- Removedbuffer-crc32@0.2.13(transitive)
- Removedcommander@12.1.02.1.0(transitive)
- Removedcrc32-stream@0.2.0(transitive)
- Removedcrx@0.4.4(transitive)
- Removeddebug@1.0.5(transitive)
- Removeddeflate-crc32-stream@0.1.2(transitive)
- Removedhawk@1.1.1(transitive)
- Removedmime-types@1.0.2(transitive)
- Removedms@2.0.0(transitive)
- Removednan@1.0.0(transitive)
- Removedoptions@0.0.6(transitive)
- Removedpolicyfile@0.0.4(transitive)
- Removedredis@0.7.3(transitive)
- Removedrequest@2.37.0(transitive)
- Removedsocket.io@0.9.19(transitive)
- Removedsocket.io-client@0.9.16(transitive)
- Removedtinycolor@0.0.1(transitive)
- Removedtunnel-agent@0.4.3(transitive)
- Removeduglify-js@1.2.5(transitive)
- Removedwebdriverjs@1.7.5(transitive)
- Removedwrench@1.5.9(transitive)
- Removedws@0.4.32(transitive)
- Removedxmlhttprequest@1.4.2(transitive)
- Removedzeparser@0.0.5(transitive)
- Removedzip-stream@0.3.7(transitive)