marionette-client
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -320,2 +320,8 @@ (function(module, ns) { | ||
cmd.element = id.id; | ||
} else if ( | ||
id !== null && | ||
typeof(id) === 'object' && | ||
id.ELEMENT | ||
) { | ||
cmd.element = id.ELEMENT; | ||
} else if (id) { | ||
@@ -322,0 +328,0 @@ cmd.value = id; |
(function(module, ns) { | ||
if (!window.navigator.mozTCPSocket) { | ||
try { | ||
if (!window.navigator.mozTCPSocket) { | ||
return; | ||
} | ||
} catch(e) { | ||
return; | ||
@@ -5,0 +9,0 @@ } |
{ | ||
"name": "marionette-client", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"main": "lib/marionette/index", | ||
@@ -9,3 +9,3 @@ "description": "Marionette Javascript Client", | ||
"dependencies" : { | ||
"test-agent": "0.7.0", | ||
"test-agent": "~0.8", | ||
"debug": "~0.6" | ||
@@ -19,3 +19,3 @@ }, | ||
"devDependencies": { | ||
"mocha": "~1.0", | ||
"mocha": "~1.7", | ||
"expect.js": "0.1.2", | ||
@@ -22,0 +22,0 @@ "xpcwindow": "0.4.4", |
Sorry, the diff of this file is too big to display
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
144849
4961
+ Addedtest-agent@0.8.0(transitive)
- Removedcommander@0.5.2(transitive)
- Removeddiff@1.0.2(transitive)
- Removedgrowl@1.5.1(transitive)
- Removedjade@0.20.3(transitive)
- Removedmkdirp@3.0.1(transitive)
- Removedmocha@1.0.3(transitive)
- Removedtest-agent@0.7.0(transitive)
Updatedtest-agent@~0.8