Socket
Socket
Sign inDemoInstall

eslint-plugin-cypress

Package Overview
Dependencies
Maintainers
3
Versions
44
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 2.15.1 to 2.15.2

.husky/pre-commit

13

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

@@ -30,11 +30,9 @@ "main": "index.js",

"@cypress/eslint-plugin-json": "3.2.1",
"condition-circle": "2.0.2",
"eslint": "^5.7.0",
"husky": "^3.0.0",
"husky": "^8.0.3",
"jest": "^24.8.0",
"semantic-release": "15.13.18"
"semantic-release": "19.0.3"
},
"scripts": {
"precommit": "npm run lint",
"lint": "eslint '*.js' '**/**/*.js'",
"lint": "eslint \"*.js\" \"**/**/*.js\"",
"lint-fix": "npm run lint -- --fix",

@@ -46,3 +44,4 @@ "semantic-release": "semantic-release",

"test:v6": "npm i eslint@6.x && npm run test",
"test-watch": "jest --watchAll"
"test-watch": "jest --watchAll",
"prepare": "husky install"
},

@@ -49,0 +48,0 @@ "jest": {

@@ -39,2 +39,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)

"cypress/no-async-tests": "error",
"cypress/no-async-before": "error",
"cypress/no-pause": "error"

@@ -41,0 +42,0 @@ }

Sorry, the diff of this file is not supported yet

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