Socket
Socket
Sign inDemoInstall

eslint-plugin-cypress

Package Overview
Dependencies
1
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.14.0 to 2.15.1

2

lib/rules/unsafe-to-chain-command.js

@@ -22,3 +22,3 @@ 'use strict'

'each',
'focus',
'focus$',
'rightclick',

@@ -25,0 +25,0 @@ 'screenshot',

{
"name": "eslint-plugin-cypress",
"version": "2.14.0",
"version": "2.15.1",
"description": "An ESLint plugin for projects using Cypress",

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

@@ -17,2 +17,6 @@ 'use strict'

},
{
code: 'cy.focused().should("be.visible");',
parserOptions,
},
],

@@ -32,2 +36,7 @@

{
code: 'cy.get("new-todo").focus().should("have.class", "active");',
parserOptions,
errors,
},
{
code: 'cy.get("new-todo").customType("todo A{enter}").customClick();',

@@ -34,0 +43,0 @@ parserOptions,

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc