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

marionette-client

Package Overview
Dependencies
Maintainers
6
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 1.0.2 to 1.1.0

6

lib/marionette/client.js

@@ -6,2 +6,4 @@ (function(module, ns) {

var DEFAULT_SCRIPT_TIMEOUT = 20000;
var DEFAULT_SEARCH_TIMEOUT = 20000;

@@ -265,4 +267,4 @@ var DEFAULT_WAIT_FOR_INTERVAL = 100;

context: 'content',
scriptTimeout: 5000,
searchTimeout: 5000
scriptTimeout: options.scriptTimeout || DEFAULT_SCRIPT_TIMEOUT,
searchTimeout: options.searchTimeout || DEFAULT_SEARCH_TIMEOUT
};

@@ -269,0 +271,0 @@

{
"name": "marionette-client",
"version": "1.0.2",
"version": "1.1.0",
"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