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.7 to 5.3.8

3

dist/constants.d.ts

@@ -0,1 +1,2 @@

import { type Logger } from '@wdio/logger';
export declare const TAGGED_VERSIONS: string[];

@@ -9,3 +10,3 @@ export declare const BASE_CDN_URL: string;

export declare const DEFAULT_ALLOWED_IPS: string[];
export declare const log: import("loglevel").Logger;
export declare const log: Logger;
//# sourceMappingURL=constants.d.ts.map

@@ -20,2 +20,5 @@ import path from 'node:path';

const edgePath = findEdgePath();
if (!edgePath) {
throw new Error('Could not find Microsoft Edge binary, please make sure the browser is installed on your system.');
}
log.info(`Trying to detect Microsoft Edge version from binary found at ${edgePath}`);

@@ -22,0 +25,0 @@ edgeVersion = os.platform() === 'win32' ? await getEdgeVersionWin(edgePath) : await getEdgeVersionUnix(edgePath);

{
"name": "edgedriver",
"version": "5.3.7",
"version": "5.3.8",
"description": "Microsofts' EdgeDriver for Node.js",

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

"devDependencies": {
"@types/node": "^20.5.9",
"@types/node": "^20.8.4",
"@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.48.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.51.0",
"eslint-plugin-import": "^2.28.1",

@@ -60,11 +60,11 @@ "eslint-plugin-unicorn": "^48.0.1",

"npm-run-all": "^4.1.5",
"release-it": "^16.1.5",
"release-it": "^16.2.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"wait-port": "^1.0.4",
"webdriverio": "^8.16.0"
"vitest": "^0.34.6",
"wait-port": "^1.1.0",
"webdriverio": "^8.17.0"
},
"dependencies": {
"@wdio/logger": "^8.11.0",
"@wdio/logger": "^8.16.17",
"decamelize": "^6.0.0",

@@ -71,0 +71,0 @@ "edge-paths": "^3.0.5",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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