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 101.0.0 to 102.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 = '101.0.4951.41';
exports.version = '102.0.5005.61';
exports.start = function (args, returnPromise) {

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

{
"name": "chromedriver",
"version": "101.0.0",
"version": "102.0.0",
"keywords": [

@@ -30,3 +30,3 @@ "chromedriver",

"@testim/chrome-version": "^1.1.2",
"axios": "^0.24.0",
"axios": "^0.27.2",
"del": "^6.0.0",

@@ -41,2 +41,2 @@ "extract-zip": "^2.0.1",

}
}
}

@@ -57,3 +57,3 @@ # ChromeDriver

```shell
npm install chromedriver --chromedriver_cdnurl=https://npm.taobao.org/mirrors/chromedriver
npm install chromedriver --chromedriver_cdnurl=https://npmmirror.com/mirrors/chromedriver
```

@@ -64,3 +64,3 @@

```
chromedriver_cdnurl=https://npm.taobao.org/mirrors/chromedriver
chromedriver_cdnurl=https://npmmirror.com/mirrors/chromedriver
```

@@ -71,3 +71,3 @@

```shell
CHROMEDRIVER_CDNURL=https://npm.taobao.org/mirrors/chromedriver npm install chromedriver
CHROMEDRIVER_CDNURL=https://npmmirror.com/mirrors/chromedriver npm install chromedriver
```

@@ -74,0 +74,0 @@

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