Socket
Socket
Sign inDemoInstall

edgedriver

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edgedriver - npm Package Compare versions

Comparing version 5.3.10 to 5.4.0

2

dist/index.js

@@ -8,3 +8,3 @@ import cp from 'node:child_process';

const { cacheDir, customEdgeDriverPath, ...startArgs } = params;
let binaryFilePath = customEdgeDriverPath;
let binaryFilePath = customEdgeDriverPath || process.env.EDGEDRIVER_PATH;
if (!binaryFilePath) {

@@ -11,0 +11,0 @@ binaryFilePath = await downloadDriver(params.edgeDriverVersion, cacheDir);

@@ -9,2 +9,3 @@ export type LogLevel = 'ALL' | 'DEBUG' | 'INFO' | 'WARNING' | 'SEVERE' | 'OFF';

* Don't download Edgedriver, instead use a custom path to it, e.g. a cached binary.
* @default process.env.EDGEDRIVER_PATH
*/

@@ -11,0 +12,0 @@ customEdgeDriverPath?: string;

{
"name": "edgedriver",
"version": "5.3.10",
"version": "5.4.0",
"description": "Microsofts' EdgeDriver for Node.js",

@@ -49,18 +49,18 @@ "homepage": "https://webdriver.io",

"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.12.7",
"@types/unzipper": "^0.10.9",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitest/coverage-v8": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitest/coverage-v8": "^1.5.2",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unicorn": "^51.0.1",
"husky": "^9.0.10",
"npm-run-all": "^4.1.5",
"release-it": "^17.0.3",
"eslint-plugin-unicorn": "^52.0.0",
"husky": "^9.0.11",
"npm-run-all2": "^6.1.2",
"release-it": "^17.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"typescript": "^5.4.5",
"vitest": "^1.5.2",
"wait-port": "^1.1.0",
"webdriverio": "^8.31.1"
"webdriverio": "^8.36.1"
},

@@ -72,5 +72,5 @@ "dependencies": {

"node-fetch": "^3.3.2",
"unzipper": "^0.10.14",
"unzipper": "^0.11.4",
"which": "^4.0.0"
}
}

@@ -213,3 +213,4 @@ EdgeDriver [![CI](https://github.com/webdriverio-community/node-edgedriver/actions/workflows/ci.yml/badge.svg)](https://github.com/webdriverio-community/node-edgedriver/actions/workflows/ci.yml) [![Audit](https://github.com/webdriverio-community/node-edgedriver/actions/workflows/audit.yml/badge.svg)](https://github.com/webdriverio-community/node-edgedriver/actions/workflows/audit.yml)

Type: `string`
Type: `string`<br />
Default: `process.env.EDGEDRIVER_PATH`

@@ -216,0 +217,0 @@ ---

Sorry, the diff of this file is not supported yet

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