🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

happo-cypress

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

happo-cypress - npm Package Compare versions

Comparing version

to
4.3.1

eslint.config.mjs

7

index.js
const chunked = require('./src/chunked');
const takeDOMSnapshot = require('happo-e2e/takeDOMSnapshot');
Cypress.on('window:before:load', (win) => {
if (takeDOMSnapshot.applyConstructedStylesPatch) {
console.log('[Happo] Applying constructed styles patch');
takeDOMSnapshot.applyConstructedStylesPatch(win);
}
});
before(() => {

@@ -5,0 +12,0 @@ cy.on('window:load', takeDOMSnapshot.init);

8

package.json
{
"name": "happo-cypress",
"version": "4.3.0",
"version": "4.3.1",
"description": "A Happo integration with Cypress.io",

@@ -26,6 +26,8 @@ "main": "index.js",

"devDependencies": {
"@eslint/js": "^9.20.0",
"cypress": "^13.6.0",
"eslint": "^6.8.0",
"eslint": "^9.20.1",
"esprima": "^4.0.1",
"happo-e2e": "^3.3.1",
"globals": "^15.14.0",
"happo-e2e": "^4.1.0",
"happo.io": "^11.0.1",

@@ -32,0 +34,0 @@ "next": "^12.0.8",