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 9.3.2 to 9.3.3

6

lib/compute-download-urls.js

@@ -275,7 +275,3 @@ const got = require('got');

function resolveDownloadUrl(
platform,
buildId,
baseUrl = 'https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing'
) {
function resolveDownloadUrl(platform, buildId, baseUrl = 'https://storage.googleapis.com/chrome-for-testing-public') {
return `${baseUrl}/${resolveDownloadPath(platform, buildId).join('/')}`;

@@ -282,0 +278,0 @@ }

2

lib/default-config.js

@@ -11,3 +11,3 @@ module.exports = () => {

onlyDriverArgs: [],
baseURL: 'https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing',
baseURL: 'https://storage.googleapis.com/chrome-for-testing-public',
},

@@ -14,0 +14,0 @@ firefox: {

{
"name": "selenium-standalone",
"version": "9.3.2",
"version": "9.3.3",
"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