Socket
Socket
Sign inDemoInstall

chromedriver

Package Overview
Dependencies
Maintainers
1
Versions
216
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 2.26.0 to 2.26.1

6

install.js

@@ -36,2 +36,8 @@ 'use strict';

}
} else if (platform === 'freebsd') {
if (process.arch === 'x64') {
platform = 'mac64';
} else {
platform = 'mac32';
}
} else if (platform !== 'win32') {

@@ -38,0 +44,0 @@ console.log('Unexpected platform or architecture:', process.platform, process.arch);

2

package.json
{
"name": "chromedriver",
"version": "2.26.0",
"version": "2.26.1",
"keywords": [

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

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