@types/selenium-webdriver
Advanced tools
Comparing version 4.0.9 to 4.0.10
@@ -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 @@ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
198978
5205