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 9.0.2 to 9.0.3

8

lib/compute-download-urls.js

@@ -79,4 +79,8 @@ module.exports = { computeDownloadUrls, resolveDownloadPath, getLastChromedriverVersionFromMajor, getLatestChromium };

if (lastVersionFromMajor) {
const url = lastVersionFromMajor.downloads.chrome
if (
lastVersionFromMajor &&
'downloads' in lastVersionFromMajor &&
'chromedriver' in lastVersionFromMajor.downloads
) {
const url = lastVersionFromMajor.downloads.chromedriver
.map((m) => {

@@ -83,0 +87,0 @@ if (m.platform === detectBrowserPlatform()) {

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

@@ -63,3 +63,3 @@ "main": "index.js",

"doctoc": "2.2.1",
"eslint": "8.46.0",
"eslint": "8.47.0",
"eslint-config-prettier": "9.0.0",

@@ -66,0 +66,0 @@ "eslint-plugin-prettier": "4.2.1",

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