New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cypress-each

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-each - npm Package Compare versions

Comparing version 1.13.2 to 1.13.3

4

package.json
{
"name": "cypress-each",
"version": "1.13.2",
"version": "1.13.3",
"description": "Simple implementation for describe.each and it.each",

@@ -11,3 +11,3 @@ "main": "src",

"scripts": {
"lint": "tsc --pretty --allowJs --strict --noEmit src/index.js cypress/**/*.ts",
"lint": "tsc --pretty --allowJs --strict --noEmit src/index.js cypress/**/*.js cypress/**/*.ts",
"test": "cypress-expect run --expect cypress/expected.json",

@@ -14,0 +14,0 @@ "semantic-release": "semantic-release"

@@ -60,3 +60,4 @@ # cypress-each ![cypress version](https://img.shields.io/badge/cypress-12.11.0-brightgreen) [![renovate-app badge][renovate-badge]][renovate-app] [![ci](https://github.com/bahmutov/cypress-each/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bahmutov/cypress-each/actions/workflows/ci.yml)

['header', 'be.visible'],
['footer', 'exist'][('.new-todo', 'not.be.visible')],
['footer', 'exist'],
['.new-todo', 'not.be.visible'],
]

@@ -63,0 +64,0 @@ it.each(data)('element %s should %s', (selector, assertion) => {

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