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

devtools

Package Overview
Dependencies
Maintainers
3
Versions
384
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.24.9 to 8.24.12

2

build/commands/takeScreenshot.js

@@ -13,5 +13,5 @@ /**

encoding: 'base64',
fullPage: false,
fullPage: false, // limit to viewport
type: 'png'
});
}

@@ -0,1 +1,2 @@

/// <reference types="node" resolution-mode="require"/>
import type { EventEmitter } from 'node:events';

@@ -2,0 +3,0 @@ import type { CommandEndpoint } from '@wdio/protocols';

@@ -18,3 +18,3 @@ import fs from 'node:fs/promises';

*/
required: true,
required: true, // always required as they are part of the endpoint
type: 'string' // have to be always type of string

@@ -21,0 +21,0 @@ })), ...parameters];

{
"name": "devtools",
"version": "8.24.9",
"version": "8.24.12",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",

@@ -42,7 +42,7 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@types/node": "^20.1.0",
"@wdio/config": "8.24.9",
"@wdio/logger": "8.24.9",
"@wdio/protocols": "8.24.9",
"@wdio/types": "8.24.9",
"@wdio/utils": "8.24.9",
"@wdio/config": "8.24.12",
"@wdio/logger": "8.24.12",
"@wdio/protocols": "8.24.12",
"@wdio/types": "8.24.12",
"@wdio/utils": "8.24.12",
"chrome-launcher": "^1.0.0",

@@ -60,5 +60,5 @@ "edge-paths": "^3.0.5",

"@types/uuid": "^9.0.0",
"@wdio/globals": "8.24.9"
"@wdio/globals": "8.24.12"
},
"gitHead": "f102df577324d7e09a2e6607888d775b8245afea"
"gitHead": "ebf1ba1875fe210fda7067c1c13944c50cb6a694"
}

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