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

devtools

Package Overview
Dependencies
Maintainers
2
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 6.6.1 to 6.6.2

7

devtools.d.ts

@@ -22,2 +22,9 @@ /// <reference types="node"/>

}
interface MicrosoftEdgeOptions {
/**
* `devtools` only, switch headless mode by either `headless` flag or `--headless` argument but not both
*/
headless?: boolean;
}
}

@@ -24,0 +31,0 @@

4

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

@@ -38,3 +38,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"gitHead": "261c5b333bbf7449f630c195aafa2ce0cf18c216"
"gitHead": "55cf5ddb657554d35f6de9308c69c6d2cd69fcf7"
}
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