Socket
Socket
Sign inDemoInstall

@sitespeed.io/chromedriver

Package Overview
Dependencies
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitespeed.io/chromedriver - npm Package Compare versions

Comparing version 98.0.4758-48 to 98.0.4758-102

5

index.js

@@ -14,3 +14,6 @@ 'use strict';

driverPath = driverPath + '.exe';
} else if (os.platform() === 'linux' && os.arch() === 'arm') {
} else if (
(os.platform() === 'linux' && os.arch() === 'arm') ||
(os.platform() === 'linux' && os.arch() === 'arm64')
) {
// Special handling for making it easy on Raspberry Pis

@@ -17,0 +20,0 @@ try {

2

package.json
{
"name": "@sitespeed.io/chromedriver",
"version": "98.0.4758-48",
"version": "98.0.4758-102",
"chromedriver_version": "98.0.4758.48",

@@ -5,0 +5,0 @@ "description": "Install and launch Chromedriver for Mac, Linux & Windows",

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