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

@types/selenium-webdriver

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/selenium-webdriver - npm Package Compare versions

Comparing version 4.0.18 to 4.0.19

9

selenium-webdriver/chrome.d.ts

@@ -25,2 +25,11 @@ import * as http from './http';

opt_service?: remote.DriverService|http.Executor): Driver;
/**
* Sends a DevTools command to change the browser's download directory.
*
* @param {string} path The desired download directory.
* @return {!Promise<void>} A promise that will be resolved when the command
* has finished.
*/
setDownloadPath(path: string): Promise<void>;
}

@@ -27,0 +36,0 @@

6

selenium-webdriver/package.json
{
"name": "@types/selenium-webdriver",
"version": "4.0.18",
"version": "4.0.19",
"description": "TypeScript definitions for Selenium WebDriverJS",

@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver",

"dependencies": {},
"typesPublisherContentHash": "c920b59fe6300a54396fe7f090eb9a6fd3506d384045788497473fbbdad04a06",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "edf3ad203b2f7eb7cbf3e6ffa0391f006a3f05fe58a2f005d8afe2202f6c5c02",
"typeScriptVersion": "3.9"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 09 Feb 2022 12:31:26 GMT
* Last updated: Tue, 19 Apr 2022 16:31:33 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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