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 73.0.0 to 74.0.0

2

install.js

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

const skipDownload = process.env.npm_config_chromedriver_skip_download || process.env.CHROMEDRIVER_SKIP_DOWNLOAD;
if (skipDownload) {
if (skipDownload === 'true') {
console.log('Found CHROMEDRIVER_SKIP_DOWNLOAD variable, skipping installation.');

@@ -17,0 +17,0 @@ process.exit(0);

@@ -20,3 +20,3 @@ const fs = require('fs');

exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
exports.version = '73.0.3683.20';
exports.version = '74.0.3729.6';
exports.start = function(args, returnPromise) {

@@ -23,0 +23,0 @@ let command = exports.path;

{
"name": "chromedriver",
"version": "73.0.0",
"version": "74.0.0",
"keywords": [

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

@@ -161,3 +161,3 @@ # ChromeDriver

The package exports a `path` string that contains the path to the
chromdriver binary/executable.
chromedriver binary/executable.

@@ -164,0 +164,0 @@ Below is an example of using this package via node.

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