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

marionette-client

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marionette-client - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

6

lib/marionette/client.js

@@ -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;

6

lib/marionette/drivers/moz-tcp.js
(function(module, ns) {
if (!window.navigator.mozTCPSocket) {
try {
if (!window.navigator.mozTCPSocket) {
return;
}
} catch(e) {
return;

@@ -5,0 +9,0 @@ }

6

package.json
{
"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

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