New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cypress-cdp

Package Overview
Dependencies
Maintainers
0
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-cdp - npm Package Compare versions

Comparing version 1.4.34 to 1.5.0

2

package.json
{
"name": "cypress-cdp",
"version": "1.4.34",
"version": "1.5.0",
"description": "A custom Cypress command to wrap the remote debugger protocol low level command",

@@ -5,0 +5,0 @@ "main": "src",

@@ -43,4 +43,5 @@ // Type definitions for cypress-cdp 1.3

interface hasEventListenersFnOptions {
log: LogConfig
type: string
log?: LogConfig
timeout?: number
type?: string
}

@@ -47,0 +48,0 @@ type hasEventListenersFn = (

@@ -92,3 +92,6 @@ /// <reference types="cypress" />

},
{ log: false },
{
log: false,
timeout: options.timeout,
},
)

@@ -95,0 +98,0 @@ .should((v) => {

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