Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/types - npm Package Compare versions

Comparing version 8.1.0 to 8.1.2

14

build/Options.d.ts

@@ -5,4 +5,4 @@ /// <reference types="node" resolution-mode="require"/>

/// <reference types="node" resolution-mode="require"/>
import type * as http from 'node:http';
import type * as https from 'node:https';
import type http from 'node:http';
import type https from 'node:https';
import type { URL } from 'node:url';

@@ -19,13 +19,13 @@ import type { W3CCapabilities, DesiredCapabilities, RemoteCapabilities, RemoteCapability, MultiRemoteCapabilities, Capabilities } from './Capabilities.js';

export interface RequestLibOptions {
agent?: Agents | null;
agent?: Agents;
followRedirect?: boolean;
headers?: Record<string, unknown>;
headers?: Record<string, string | string[] | undefined>;
https?: Record<string, unknown>;
json?: Record<string, unknown>;
method?: string;
responseType?: string;
method?: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'HEAD' | 'DELETE' | 'OPTIONS' | 'TRACE' | 'get' | 'post' | 'put' | 'patch' | 'head' | 'delete' | 'options' | 'trace';
responseType?: 'json' | 'buffer' | 'text';
retry?: {
limit: number;
};
searchParams?: Record<string, unknown>;
searchParams?: Record<string, string | number | boolean | null | undefined> | URLSearchParams;
throwHttpErrors?: boolean;

@@ -32,0 +32,0 @@ timeout?: {

{
"name": "@wdio/types",
"version": "8.1.0",
"version": "8.1.2",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

@@ -35,3 +35,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "f505134606f99129c816acb00f22e39032e60820"
"gitHead": "14625257acfd6081b4c9914b214110c0c7bf7218"
}

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