Socket
Socket
Sign inDemoInstall

chromedriver

Package Overview
Dependencies
Maintainers
1
Versions
215
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 115.0.0 to 115.0.1

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

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

{
"name": "chromedriver",
"version": "115.0.0",
"version": "115.0.1",
"keywords": [

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

@@ -72,3 +72,3 @@ # ChromeDriver

For metadata use `chromedriver_cdnurl`. The default is `https://googlechromelabs.github.io`.
For binaries use `chromedriver_cdnurl`. The default is `https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing`.
For binaries use `chromedriver_cdnbinariesurl`. The default is `https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing`.

@@ -75,0 +75,0 @@ ```shell

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