Socket
Socket
Sign inDemoInstall

chromedriver

Package Overview
Dependencies
7
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 117.0.2 to 117.0.3

1

install.js

@@ -362,2 +362,3 @@ 'use strict';

if (path.extname(downloadedFile) !== '.zip') {
fs.mkdirSync(path.dirname(chromedriverBinaryFilePath), {recursive: true});
fs.copyFileSync(downloadedFile, chromedriverBinaryFilePath);

@@ -364,0 +365,0 @@ console.log('Skipping zip extraction - binary file found.');

2

package.json
{
"name": "chromedriver",
"version": "117.0.2",
"version": "117.0.3",
"keywords": [

@@ -5,0 +5,0 @@ "chromedriver",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc