Socket
Socket
Sign inDemoInstall

cypress-network-idle

Package Overview
Dependencies
0
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.14.1 to 1.14.2

2

package.json
{
"name": "cypress-network-idle",
"version": "1.14.1",
"version": "1.14.2",
"description": "A little Cypress.io plugin for waiting for network to be idle before continuing with the test",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -8,2 +8,16 @@ // load type definitions that come with Cypress module

type ResourceType =
| 'document'
| 'fetch'
| 'xhr'
| 'websocket'
| 'stylesheet'
| 'script'
| 'image'
| 'font'
| 'cspviolationreport'
| 'ping'
| 'manifest'
| 'other'
interface BaseMessage {

@@ -10,0 +24,0 @@ /**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc