Socket
Socket
Sign inDemoInstall

chromedriver

Package Overview
Dependencies
77
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.30.1 to 2.31.0

2

lib/chromedriver.js
var path = require('path');
process.env.PATH += path.delimiter + path.join(__dirname, 'chromedriver');
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
exports.version = '2.30';
exports.version = '2.31';
exports.start = function(args) {

@@ -6,0 +6,0 @@ exports.defaultInstance = require('child_process').execFile(exports.path, args);

{
"name": "chromedriver",
"version": "2.30.1",
"version": "2.31.0",
"keywords": [

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

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