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

devtools

Package Overview
Dependencies
Maintainers
3
Versions
386
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devtools - npm Package Compare versions

Comparing version 8.8.1 to 8.8.2

2

build/index.js

@@ -20,2 +20,4 @@ import os from 'node:os';

static async newSession(options, modifier, userPrototype = {}, customCommandWrapper) {
const envLogLevel = process.env.WDIO_LOG_LEVEL;
options.logLevel = envLogLevel ?? options.logLevel;
const params = validateConfig(DEFAULTS, options);

@@ -22,0 +24,0 @@ if (params.logLevel && (!options.logLevels || !options.logLevels.devtools)) {

4

package.json
{
"name": "devtools",
"version": "8.8.1",
"version": "8.8.2",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",

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

},
"gitHead": "9119f9fe5ae85b0c399a58e4e09ca3a824daa305"
"gitHead": "6afeb0448e0e627f1cdc8e081caa2c67fde7b2db"
}

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