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 114.0.0 to 114.0.1

2

install.js

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

if (thePlatform === 'linux') {
if (process.arch === 'arm64' || process.arch === 'x64') {
if (process.arch === 'arm64' || process.arch === 's390x' || process.arch === 'x64') {
thePlatform += '64';

@@ -89,0 +89,0 @@ } else {

{
"name": "chromedriver",
"version": "114.0.0",
"version": "114.0.1",
"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