Socket
Socket
Sign inDemoInstall

wct-local

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wct-local - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

1

lib/browsers.js

@@ -117,2 +117,3 @@ /**

'binary': browser.binPath,
'args': ['start-maximized']
},

@@ -119,0 +120,0 @@ };

@@ -93,2 +93,13 @@ /**

wct.on('browser-start', function(def, data, stats, browser) {
if (!browser) return;
browser.maximize(function(err) {
if (err) {
wct.emit('log:error', def.browserName + ' failed to maximize');
} else {
wct.emit('log:debug', def.browserName + ' maximized');
}
});
});
};

@@ -95,0 +106,0 @@

9

package.json
{
"name": "wct-local",
"version": "1.6.0",
"version": "1.7.0",
"description": "WCT plugin that enables support for local browsers via Selenium",

@@ -33,2 +33,7 @@ "keywords": [

"full": "selenium-port"
},
"skipSeleniumInstall": {
"help": "Skip trying to install selenium.",
"full": "skip-selenium-install",
"flag": true
}

@@ -40,3 +45,3 @@ }

"gulp-jshint": "^1.9.0",
"jshint-stylish": "^1.0.0"
"jshint-stylish": "^2.0.1"
},

@@ -43,0 +48,0 @@ "dependencies": {

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