Socket
Socket
Sign inDemoInstall

chromedriver

Package Overview
Dependencies
Maintainers
1
Versions
216
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 74.0.0 to 75.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 = '74.0.3729.6';
exports.version = '75.0.3770.8';
exports.start = function(args, returnPromise) {

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

{
"name": "chromedriver",
"version": "74.0.0",
"version": "75.0.0",
"keywords": [

@@ -28,3 +28,3 @@ "chromedriver",

"dependencies": {
"del": "^3.0.0",
"del": "^4.1.1",
"extract-zip": "^1.6.7",

@@ -31,0 +31,0 @@ "mkdirp": "^0.5.1",

# ChromeDriver
[![Build status](https://travis-ci.org/giggio/node-chromedriver.svg)](https://travis-ci.org/giggio/node-chromedriver/) [![Build status](https://ci.appveyor.com/api/projects/status/wr4c16rs5q113vy3?svg=true)](https://ci.appveyor.com/project/giggio/node-chromedriver) [![Build Status](https://api.shippable.com/projects/5c01ad17718ee50700de68bc/badge?branch=master)](https://app.shippable.com/github/giggio/node-chromedriver/runs?branchName=master)
[![Build Status](https://dev.azure.com/giggio/node-chromedriver/_apis/build/status/giggio.node-chromedriver?branchName=master)](https://dev.azure.com/giggio/node-chromedriver/_build/latest?definitionId=27&branchName=master) [![Build Status](https://api.shippable.com/projects/5c01ad17718ee50700de68bc/badge?branch=master)](https://app.shippable.com/github/giggio/node-chromedriver/runs?branchName=master)
[![npm](https://img.shields.io/npm/dt/chromedriver.svg)](https://www.npmjs.com/package/chromedriver)

@@ -243,7 +243,4 @@

See [nodejs/Release](https://github.com/nodejs/Release) for
the current supported versions. You can also view our build
scripts for
[Windows](https://github.com/giggio/node-chromedriver/blob/master/appveyor.yml)
and
[Linux and Mac](https://github.com/giggio/node-chromedriver/blob/master/.travis.yml).
the current supported versions. You can also view our
[build scripts](https://github.com/giggio/node-chromedriver/blob/master/azure-pipelines.yml) and check the versions there.

@@ -258,2 +255,6 @@ ## Contributing

We have added
[VS Code Remote support with containers](https://code.visualstudio.com/docs/remote/containers).
If you are on Windows, set `git config core.autocrlf input` so you don't get git errors.
## Author

@@ -260,0 +261,0 @@

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