Socket
Socket
Sign inDemoInstall

selenium-standalone

Package Overview
Dependencies
Maintainers
10
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium-standalone - npm Package Compare versions

Comparing version 8.1.3 to 8.1.4

10

lib/start.js

@@ -125,2 +125,12 @@ module.exports = start;

// Add Safari support only when on macOS
// (Safari does exist on Windows, but it is no longer supported. And while it seems like it's possible
// to install Safari on Linux, apparently you need to use a compatability layer like WINE. This code could
// theoretically be updated to support other OSes besides macOS)
if (process.platform === 'darwin') {
// SafariDriver is already bundled with Safari, so there's nothing that needs to be downloaded
opts.seleniumArgs.push('-I');
opts.seleniumArgs.push('safari');
}
args.push(...opts.javaArgs, '-jar', fsPaths.selenium.installPath, ...opts.seleniumArgs);

@@ -127,0 +137,0 @@

8

package.json
{
"name": "selenium-standalone",
"version": "8.1.3",
"version": "8.1.4",
"description": "installs a `selenium-standalone` command line to install and start a standalone selenium server",

@@ -60,7 +60,7 @@ "main": "index.js",

"chai": "4.3.6",
"doctoc": "2.1.0",
"eslint": "8.14.0",
"doctoc": "2.2.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"husky": "7.0.4",
"husky": "8.0.1",
"json": "11.0.0",

@@ -67,0 +67,0 @@ "mocha": "10.0.0",

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