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.15.6 to 5.16.0

31

build/index.js

@@ -68,26 +68,2 @@ "use strict";

const environmentPrototype = {
isDevTools: {
value: true
},
isW3C: {
value: true
},
isMobile: {
value: false
},
isIOS: {
value: false
},
isAndroid: {
value: false
},
isChrome: {
value: browserName === 'chrome'
},
isSauce: {
value: false
},
isSeleniumStandalone: {
value: false
},
getPuppeteer: {

@@ -97,2 +73,9 @@ value: () => browser

};
Object.entries((0, _utils.devtoolsEnvironmentDetector)({
browserName
})).forEach(([name, value]) => {
environmentPrototype[name] = {
value
};
});

@@ -99,0 +82,0 @@ const commandWrapper = (_, __, commandInfo) => driver.register(commandInfo);

{
"name": "devtools",
"version": "5.15.6",
"version": "5.16.0",
"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.15.3",
"@wdio/config": "5.16.0",
"@wdio/logger": "5.13.2",
"@wdio/protocols": "5.15.6",
"@wdio/utils": "5.15.1",
"@wdio/protocols": "5.16.0",
"@wdio/utils": "5.16.0",
"chrome-launcher": "^0.11.1",

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

},
"gitHead": "e0eeb62c247e52e762a16b0b77c86c45d2164869"
"gitHead": "ee9cc7ecb606a316ab157c7cef23cd95bc070aec"
}
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