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.9 to 4.0.10

4

selenium-webdriver/lib/promise.d.ts

@@ -37,3 +37,2 @@ import { EventEmitter } from '../';

arr: T[]|Promise<T[]>, fn: (element: T, index: number, array: T[]) => V,
// tslint:disable-next-line:no-any The type of archaic `self` adds no
// value

@@ -55,3 +54,2 @@ optSelf?: any): Promise<V[]>;

*/
// tslint:disable-next-line:no-any The type of archaic `self` adds no value
function map<T, V>(

@@ -68,3 +66,2 @@ arr: T[]|Promise<T[]>, fn: (self: any, type: T, index: number, array: T[]) => V,

*/
// tslint:disable-next-line:no-any Variable args have variable types.
function checkedNodeCall<T>(fn: Function, ...varArgs: any[]): Promise<T>;

@@ -87,3 +84,2 @@

*/
// tslint:disable-next-line:no-any Complex relation between input and output
function fullyResolved(value: any): Promise<any>;

@@ -90,0 +86,0 @@

6

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

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

"dependencies": {},
"typesPublisherContentHash": "7db3e6dce80e314ada64aa4700ddab902323300d5972fac330dca6f59426c036",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "d576054ac0a6964c8c92a9b0fdca3a22c31e590eaf7f18d304662a8c7bcae09b",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Mon, 02 Mar 2020 17:51:18 GMT
* Last updated: Wed, 28 Oct 2020 18:56:26 GMT
* Dependencies: none

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

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