Socket
Socket
Sign inDemoInstall

chromedriver

Package Overview
Dependencies
Maintainers
1
Versions
213
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 127.0.2 to 127.0.3

2

lib/chromedriver.js

@@ -18,3 +18,3 @@ const fs = require('node:fs');

const crpath = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
const version = '127.0.6533.99';
const version = '127.0.6533.119';
let defaultInstance = null;

@@ -21,0 +21,0 @@

{
"name": "chromedriver",
"version": "127.0.2",
"version": "127.0.3",
"keywords": [

@@ -34,3 +34,3 @@ "chromedriver",

"@testim/chrome-version": "^1.1.4",
"axios": "^1.6.7",
"axios": "^1.7.4",
"compare-versions": "^6.1.0",

@@ -37,0 +37,0 @@ "extract-zip": "^2.0.1",

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