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

eslint-plugin-cypress

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-cypress - npm Package Compare versions

Comparing version

to
4.2.0

docs/rules/no-xpath.md

1

legacy.js

@@ -15,2 +15,3 @@ const globals = require('globals')

'no-debug': require('./lib/rules/no-debug'),
'no-xpath': require('./lib/rules/no-xpath'),
},

@@ -17,0 +18,0 @@ configs: {

@@ -18,2 +18,3 @@ const globals = require('globals')

'no-debug': require('./rules/no-debug'),
'no-xpath': require('./rules/no-xpath'),
},

@@ -20,0 +21,0 @@ }

3

package.json
{
"name": "eslint-plugin-cypress",
"version": "4.1.0",
"version": "4.2.0",
"description": "An ESLint plugin for projects using Cypress",

@@ -35,3 +35,2 @@ "main": "legacy.js",

"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.11.1",
"husky": "^9.1.6",

@@ -38,0 +37,0 @@ "jest": "^29.7.0",

@@ -57,2 +57,3 @@ # Cypress ESLint Plugin [![CircleCI](https://circleci.com/gh/cypress-io/eslint-plugin-cypress/tree/master.svg?style=svg)](https://circleci.com/gh/cypress-io/eslint-plugin-cypress/tree/master)

| [no-unnecessary-waiting](docs/rules/no-unnecessary-waiting.md) | disallow waiting for arbitrary time periods | ✅ |
| [no-xpath](docs/rules/no-xpath.md) | disallow using `cy.xpath()` calls | |
| [require-data-selectors](docs/rules/require-data-selectors.md) | require `data-*` attribute selectors | |

@@ -59,0 +60,0 @@ | [unsafe-to-chain-command](docs/rules/unsafe-to-chain-command.md) | disallow actions within chains | ✅ |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet