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

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.0.3 to 8.0.4

2

lib/start.js

@@ -111,3 +111,3 @@ module.exports = start;

args.push('-jar', fsPaths.selenium.installPath, ...opts.seleniumArgs, ...opts.javaArgs);
args.push(...opts.javaArgs, '-jar', fsPaths.selenium.installPath, ...opts.seleniumArgs);

@@ -114,0 +114,0 @@ await checkPathsExistence(Object.keys(fsPaths).map((name) => fsPaths[name].installPath));

{
"name": "selenium-standalone",
"version": "8.0.3",
"version": "8.0.4",
"description": "installs a `selenium-standalone` command line to install and start a standalone selenium server",

@@ -5,0 +5,0 @@ "main": "index.js",

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