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

chromedriver

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromedriver - npm Package Compare versions

Comparing version 121.0.0 to 121.0.1

2

install.js

@@ -66,3 +66,3 @@ 'use strict';

console.log('Current existing ChromeDriver binary is unavailable, proceeding with download and extraction.');
const cdnBinariesUrl = (process.env.npm_config_chromedriver_cdnbinariesurl || process.env.CHROMEDRIVER_CDNBINARIESURL || 'https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing').replace(/\/+$/, '');
const cdnBinariesUrl = (process.env.npm_config_chromedriver_cdnbinariesurl || process.env.CHROMEDRIVER_CDNBINARIESURL || 'https://storage.googleapis.com/chrome-for-testing-public').replace(/\/+$/, '');
downloadedFile = await downloadFile(useLegacyMethod ? legacyCdnUrl : cdnBinariesUrl, useLegacyMethod, downloadedFile, chromedriverVersion, platform);

@@ -69,0 +69,0 @@ await extractDownload(extractDirectory, chromedriverBinaryFilePath, downloadedFile);

{
"name": "chromedriver",
"version": "121.0.0",
"version": "121.0.1",
"keywords": [

@@ -47,2 +47,2 @@ "chromedriver",

}
}
}

@@ -72,3 +72,3 @@ # ChromeDriver

For metadata use `chromedriver_cdnurl`. The default is `https://googlechromelabs.github.io`.
For binaries use `chromedriver_cdnbinariesurl`. The default is `https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing`.
For binaries use `chromedriver_cdnbinariesurl`. The default is `https://storage.googleapis.com/chrome-for-testing-public`.

@@ -75,0 +75,0 @@ ```shell

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