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 103.0.0 to 104.0.0

2

lib/chromedriver.js

@@ -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 = '103.0.5060.53';
exports.version = '104.0.5112.79';
exports.start = function (args, returnPromise) {

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

{
"name": "chromedriver",
"version": "103.0.0",
"version": "104.0.0",
"keywords": [

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

@@ -304,3 +304,3 @@ # ChromeDriver

the current supported versions. You can also view our
[build scripts](https://github.com/giggio/node-chromedriver/blob/main/azure-pipelines.yml) and check the versions there.
[build scripts](https://github.com/giggio/node-chromedriver/blob/main/.github/workflows/build.yml#L41) and check the versions there.

@@ -307,0 +307,0 @@ ## Contributing

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