@types/selenium-standalone
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -9,5 +9,5 @@ // Type definitions for selenium-standalone 7.0 | ||
import { ChildProcess, SpawnOptions } from "child_process"; | ||
import * as http from "http"; | ||
import { URL } from "url"; | ||
import { ChildProcess, SpawnOptions } from "child_process"; | ||
@@ -23,3 +23,3 @@ export function install(opts?: InstallOpts): Promise<void>; | ||
drivers?: { | ||
[browser: string]: DriverOptions | ||
[browser: string]: DriverOptions; | ||
} | undefined; | ||
@@ -35,3 +35,3 @@ progressCb?: ((totalLength: number, progressLength: number, chunkLength: number) => void) | undefined; | ||
drivers?: { | ||
[browser: string]: DriverOptions | ||
[browser: string]: DriverOptions; | ||
} | undefined; | ||
@@ -38,0 +38,0 @@ seleniumArgs?: string[] | undefined; |
{ | ||
"name": "@types/selenium-standalone", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "TypeScript definitions for selenium-standalone", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-standalone", | ||
}, | ||
"typesPublisherContentHash": "c6d4e9545f480d689237302f5859321529453d599620af22942baa8ce168fe18", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "2cf81d092a29ddf129675a0973ce84a9e9a0dd76a82f191544a05614be16052e", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -19,5 +19,5 @@ # Installation | ||
import { ChildProcess, SpawnOptions } from "child_process"; | ||
import * as http from "http"; | ||
import { URL } from "url"; | ||
import { ChildProcess, SpawnOptions } from "child_process"; | ||
@@ -33,3 +33,3 @@ export function install(opts?: InstallOpts): Promise<void>; | ||
drivers?: { | ||
[browser: string]: DriverOptions | ||
[browser: string]: DriverOptions; | ||
} | undefined; | ||
@@ -45,3 +45,3 @@ progressCb?: ((totalLength: number, progressLength: number, chunkLength: number) => void) | undefined; | ||
drivers?: { | ||
[browser: string]: DriverOptions | ||
[browser: string]: DriverOptions; | ||
} | undefined; | ||
@@ -90,3 +90,3 @@ seleniumArgs?: string[] | undefined; | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 16:34:29 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -93,0 +93,0 @@ * Global values: none |
7206