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.10 to 4.1.11

11

selenium-webdriver/lib/capabilities.d.ts

@@ -9,8 +9,7 @@ import Symbols from './symbols';

export interface IBrowser {
CHROME: string;
EDGE: string;
FIREFOX: string;
IE: string;
INTERNET_EXPLORER: string;
SAFARI: string;
CHROME: 'chrome';
EDGE: 'MicrosoftEdge';
FIREFOX: 'firefox';
INTERNET_EXPLORER: 'internet explorer';
SAFARI: 'safari';
}

@@ -17,0 +16,0 @@

{
"name": "@types/selenium-webdriver",
"version": "4.1.10",
"version": "4.1.11",
"description": "TypeScript definitions for Selenium WebDriverJS",

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

},
"typesPublisherContentHash": "e4c93198749413744eace0d420b1a275e3c878f80824eb4d4858ba402bf1eb4e",
"typesPublisherContentHash": "a3d5790443664120656effcd45df1d84c9be1aa2391ceebb6f64035a91cf125e",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Thu, 29 Dec 2022 20:03:05 GMT
* Last updated: Sun, 12 Feb 2023 15:32:40 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