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
113
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.3 to 4.1.4

10

selenium-webdriver/chrome.d.ts

@@ -73,2 +73,12 @@ import * as http from './http';

/**
* Sets the address of a Chromium remote debugging server to connect to.
* Address should be of the form "{hostname|IP address}:port"
* (e.g. "localhost:9222").
*
* @param {string} address The address to connect to.
* @return {!Options} A self reference.
*/
debuggerAddress(address: string): Options;
/**
* Configures the chromedriver to start Chrome in headless mode.

@@ -75,0 +85,0 @@ *

6

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

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

},
"typesPublisherContentHash": "ece83aaa0d5041813d8855f84738a557fbc2e41fd522d38f5955645aa4371d91",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "80399dc48b35d57b2bc4680edf51c8b98c29cf0394c536c263d2f6d2c526f5c0",
"typeScriptVersion": "4.1"
}

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

### Additional Details
* Last updated: Mon, 29 Aug 2022 23:32:44 GMT
* Last updated: Wed, 07 Sep 2022 21:02:47 GMT
* Dependencies: [@types/ws](https://npmjs.com/package/@types/ws)

@@ -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