Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edgedriver

Package Overview
Dependencies
Maintainers
2
Versions
31
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.5 to 5.3.6

22

package.json
{
"name": "edgedriver",
"version": "5.3.5",
"version": "5.3.6",
"description": "Microsofts' EdgeDriver for Node.js",

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

"devDependencies": {
"@types/node": "^20.5.0",
"@types/unzipper": "^0.10.6",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@types/node": "^20.5.9",
"@types/unzipper": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.47.0",
"eslint-plugin-import": "^2.28.0",
"eslint": "^8.48.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-unicorn": "^48.0.1",

@@ -62,6 +62,6 @@ "husky": "^8.0.3",

"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vitest": "^0.34.2",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"wait-port": "^1.0.4",
"webdriverio": "^8.15.4"
"webdriverio": "^8.16.0"
},

@@ -74,4 +74,4 @@ "dependencies": {

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

@@ -210,4 +210,9 @@ 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)

### customEdgeDriverPath
Don't download EdgeDriver, instead use a custom path to it, e.g. a cached binary.
Type: `string`
---
For more information on WebdriverIO see the [homepage](https://webdriver.io).
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