Socket
Socket
Sign inDemoInstall

geckodriver

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geckodriver - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

4

dist/index.js

@@ -6,4 +6,4 @@ import cp from 'node:child_process';

export async function start(params) {
const { cacheDir, ...startArgs } = params;
let geckoDriverPath = process.env.GECKODRIVER_FILEPATH || params.customGeckoDriverPath;
const { cacheDir, customGeckoDriverPath, ...startArgs } = params;
let geckoDriverPath = process.env.GECKODRIVER_FILEPATH || customGeckoDriverPath;
if (!geckoDriverPath) {

@@ -10,0 +10,0 @@ geckoDriverPath = await downloadDriver(params.geckoDriverVersion, cacheDir);

{
"name": "geckodriver",
"version": "4.2.0",
"version": "4.2.1",
"description": "Mozilla's Geckodriver for Node.js",

@@ -63,2 +63,3 @@ "homepage": "https://github.com/webdriverio-community/node-geckodriver#readme",

"eslint-plugin-unicorn": "^48.0.0",
"geckodriver": ".",
"husky": "^8.0.3",

@@ -82,4 +83,4 @@ "npm-run-all": "^4.1.5",

"unzipper": "^0.10.14",
"which": "^3.0.1"
"which": "^4.0.0"
}
}

Sorry, the diff of this file is not supported yet

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