Socket
Socket
Sign inDemoInstall

chromedriver

Package Overview
Dependencies
Maintainers
1
Versions
214
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 90.0.0 to 90.0.1

3

install.js

@@ -7,3 +7,2 @@ 'use strict';

const axios = require('axios').default;
const mkdirp = require('mkdirp');
const path = require('path');

@@ -164,3 +163,3 @@ const del = require('del');

try {
mkdirp.sync(candidatePath, '0777');
fs.mkdirSync(candidatePath, { recursive: true });
const testFile = path.join(candidatePath, now + '.tmp');

@@ -167,0 +166,0 @@ fs.writeFileSync(testFile, 'test');

{
"name": "chromedriver",
"version": "90.0.0",
"version": "90.0.1",
"keywords": [

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

"https-proxy-agent": "^5.0.0",
"mkdirp": "^1.0.4",
"proxy-from-env": "^1.1.0",

@@ -37,0 +36,0 @@ "tcp-port-used": "^1.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