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

marionette-client

Package Overview
Dependencies
Maintainers
3
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.12.0 to 0.12.1

8

lib/marionette/element.js

@@ -45,3 +45,9 @@ /**

this.client._sendCommand(command, responseKey, callback);
var isSync = this.client.isSync;
var result =
this.client._sendCommand(command, responseKey, callback);
if (isSync)
return result;
return this;

@@ -48,0 +54,0 @@ },

2

package.json
{
"name": "marionette-client",
"version": "0.12.0",
"version": "0.12.1",
"main": "lib/marionette/index",

@@ -5,0 +5,0 @@ "description": "Marionette Javascript Client",

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