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

sealights-cypress-plugin

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sealights-cypress-plugin - npm Package Compare versions

Comparing version 2.0.20 to 2.0.23

4

package.json
{
"name": "sealights-cypress-plugin",
"version": "2.0.20",
"version": "2.0.23",
"description": "Support and config files for Cypress to support Sealights integration.",

@@ -36,3 +36,3 @@ "scripts": {

"main": "tsOutputs/index.js",
"gitHead": "d145735ab7d5a60d996a31eaf412ca15a1b78d22"
"gitHead": "9420ba107f08fe2c66c356111f59c43ad4b2cffd"
}

@@ -15,6 +15,6 @@ # sealights-cypress-plugin

This plugin will register multiple types of life-cycle event handlers.
However, only a single event handler can exist for each type of event (due to a limitation in Cypress).
Thus, if you attempt to define any of the same handlers,
your handler will either be overriden by this plugin or you will override this plugin's handler.
This plugin will register multiple types of life-cycle event handlers.
However, only a single event handler can exist for each type of event (due to a limitation in Cypress).
Thus, if you attempt to define any of the same handlers,
your handler will either be overriden by this plugin or you will override this plugin's handler.
Either way, one of the plugins will stop functioning as expected.

@@ -25,6 +25,7 @@

These are the events this plugin will subscribe to:
* before:run
* after:run
For example, if you specify a handler for `before:run` and override this plugin's handler,
- before:run
- after:run
For example, if you specify a handler for `before:run` and override this plugin's handler,
then no test events will be sent to Sealights.

@@ -31,0 +32,0 @@

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