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 3.0.5 to 3.0.6

11

selenium-webdriver/chrome.d.ts

@@ -73,2 +73,13 @@ import * as webdriver from './index';

/**
* Configures the chromedriver to start Chrome in headless mode.
*
* > __NOTE:__ Resizing the browser window in headless mode is only supported
* > in Chrome 60. Users are encouraged to set an initial window size with
* > the {@link #windowSize windowSize({width, height})} option.
*
* @return {!Options} A self reference.
*/
headless(): Options;
/**
* List of Chrome command line switches to exclude that ChromeDriver by default

@@ -75,0 +86,0 @@ * passes when starting Chrome. Do not prefix switches with '--'.

0

selenium-webdriver/edge.d.ts

@@ -0,0 +0,0 @@ import * as webdriver from './index';

@@ -0,0 +0,0 @@ import * as webdriver from './index';

@@ -0,0 +0,0 @@ import * as webdriver from './index';

@@ -0,0 +0,0 @@ import * as webdriver from './index';

@@ -0,0 +0,0 @@ import * as webdriver from './index';

4

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

@@ -40,4 +40,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "844e8df993b2b01a47fc412a1a65f5f3772cd337d10695c9c81029d9d28e8d5b",
"typesPublisherContentHash": "2fc504ec0efce74be3ae09e711cf28c73222d527440505d2e919d4cd03139ec2",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 29 Aug 2017 21:33:33 GMT
* Last updated: Thu, 31 Aug 2017 14:05:17 GMT
* Dependencies: none

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

@@ -0,0 +0,0 @@ import * as webdriver from './index';

@@ -0,0 +0,0 @@ import * as webdriver from './index';

@@ -0,0 +0,0 @@ import { promise } from './index';

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

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