New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.12 to 4.1.13

14

selenium-webdriver/ie.d.ts

@@ -201,2 +201,16 @@ import * as webdriver from './index';

setProxy(proxy: webdriver.ProxyConfig): Options;
/**
* Sets the IEDriver to drive Chromium-based Edge in Internet Explorer mode.
* @param {boolean} attachEdgeChromium Whether to run in Chromium-based-Edge in IE mode
* @return {!Options} A self reference.
*/
setEdgeChromium(attachEdgeChromium: boolean): Options;
/**
* Sets the path of the EdgeChromium driver.
* @param {string} path The EdgeChromium driver path
* @return {!Options} A self reference.
*/
setEdgePath(path: string): Options;
}

@@ -203,0 +217,0 @@

9

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

@@ -62,2 +62,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver",

"githubUsername": "SinghHrmn"
},
{
"name": "Shubh Sheth",
"url": "https://github.com/shubhsheth",
"githubUsername": "shubhsheth"
}

@@ -76,4 +81,4 @@ ],

},
"typesPublisherContentHash": "8c5bc938a96da0632be504ab0685b28d874d53d5d8dbfffedb71bb5a861484d7",
"typesPublisherContentHash": "2385aa528c41579f95d8b498f847d1200fe3023e63f18b117411c720ec4a47c0",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Fri, 24 Feb 2023 07:02:30 GMT
* Last updated: Mon, 06 Mar 2023 22:02:37 GMT
* Dependencies: [@types/ws](https://npmjs.com/package/@types/ws)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Bill Armstrong](https://github.com/BillArmstrong), [Yuki Kokubun](https://github.com/Kuniwak), [Craig Nishina](https://github.com/cnishina), [Simon Gellis](https://github.com/SupernaviX), [Ben Dixon](https://github.com/bendxn), [Ziyu](https://github.com/oddui), [Johann Wolf](https://github.com/beta-vulgaris), [Aleksey Chemakin](https://github.com/Dzenly), [David Burns](https://github.com/AutomatedTester), [Pirasis Leelatanon](https://github.com/1pete), and [Harmandeep Singh](https://github.com/SinghHrmn).
These definitions were written by [Bill Armstrong](https://github.com/BillArmstrong), [Yuki Kokubun](https://github.com/Kuniwak), [Craig Nishina](https://github.com/cnishina), [Simon Gellis](https://github.com/SupernaviX), [Ben Dixon](https://github.com/bendxn), [Ziyu](https://github.com/oddui), [Johann Wolf](https://github.com/beta-vulgaris), [Aleksey Chemakin](https://github.com/Dzenly), [David Burns](https://github.com/AutomatedTester), [Pirasis Leelatanon](https://github.com/1pete), [Harmandeep Singh](https://github.com/SinghHrmn), and [Shubh Sheth](https://github.com/shubhsheth).

Sorry, the diff of this file is too big to display

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