marionette-client
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -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", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
92764
3030
2