Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/config

Package Overview
Dependencies
Maintainers
3
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/config - npm Package Compare versions

Comparing version 9.0.0-alpha.369 to 9.0.0-alpha.426

LICENSE

2

build/node/ConfigParser.js

@@ -9,3 +9,3 @@ import path from 'node:path';

const log = logger('@wdio/config:ConfigParser');
const MERGE_DUPLICATION = ['services', 'reporters'];
const MERGE_DUPLICATION = ['services', 'reporters', 'capabilities'];
export default class ConfigParser {

@@ -12,0 +12,0 @@ _initialConfig;

import type { Options } from '@wdio/types';
export declare const validObjectOrArray: (object: any) => object is object | any[];
export declare const validObjectOrArray: (object: any) => object is object | Array<any>;
/**

@@ -4,0 +4,0 @@ * remove line numbers from file path, ex:

{
"name": "@wdio/config",
"version": "9.0.0-alpha.369+43868ec82",
"version": "9.0.0-alpha.426+d760644c4",
"description": "A helper utility to parse and validate WebdriverIO options",

@@ -39,5 +39,5 @@ "author": "Christian Bromann <mail@bromann.dev>",

"dependencies": {
"@wdio/logger": "9.0.0-alpha.369+43868ec82",
"@wdio/types": "9.0.0-alpha.369+43868ec82",
"@wdio/utils": "9.0.0-alpha.369+43868ec82",
"@wdio/logger": "9.0.0-alpha.426+d760644c4",
"@wdio/types": "9.0.0-alpha.426+d760644c4",
"@wdio/utils": "9.0.0-alpha.426+d760644c4",
"decamelize": "^6.0.0",

@@ -54,3 +54,3 @@ "deepmerge-ts": "^7.0.3",

},
"gitHead": "43868ec82075db90009f00bb737f6df0f1744ca6"
"gitHead": "d760644c4c6e1ef910c0bee120cb422e25dbbe06"
}

Sorry, the diff of this file is not supported yet

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