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

devtools

Package Overview
Dependencies
Maintainers
1
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 5.13.0 to 5.13.2

5

build/devtoolsdriver.js

@@ -144,3 +144,5 @@ "use strict";

async checkPendingNavigations(pendingNavigationStart) {
if (this.activeDialog) {
let page = this.getPageHandle();
if (this.activeDialog || !page) {
return;

@@ -151,3 +153,2 @@ }

const pageloadTimeout = this.timeouts.get('pageLoad');
let page = this.getPageHandle();

@@ -154,0 +155,0 @@ if (!page.mainFrame) {

12

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

@@ -33,6 +33,6 @@ "author": "Christian Bromann <christian@saucelabs.com>",

"dependencies": {
"@wdio/config": "^5.13.0-alpha.0",
"@wdio/logger": "^5.7.0",
"@wdio/protocols": "^5.13.0-alpha.0",
"@wdio/utils": "^5.13.0",
"@wdio/config": "5.13.2",
"@wdio/logger": "5.13.2",
"@wdio/protocols": "5.13.2",
"@wdio/utils": "5.13.2",
"chrome-launcher": "^0.11.1",

@@ -45,3 +45,3 @@ "puppeteer-core": "^1.18.1",

},
"gitHead": "7311f2f71121af768aa638f4e03d559aca2f02a6"
"gitHead": "f646117fb777ab16d7614f2c8e6d896b0f2190ee"
}
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