You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cypress-pipe

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-pipe - npm Package Versions

2

2.0.1

Diff
n
nicholasboll
published 2.0.1 •
n
nicholasboll
published 2.0.0 •

Changelog

Source

2.0.0

  • feat: Add support for cy.within.

BREAKING CHANGE:

Previously cy.pipe() without a previous chain would fall back to using the body element always. Now, if the cy.pipe is inside a cy.within, the withinSubject will be used instead.

Before:

cy.get('.foobar').within(() => {
  cy.pipe(el => el) // el is the body element
})

After:

cy.get('.foobar').within(() => {
  cy.pipe(el => el) // el is the element with a `foobar` class name
})
n
nicholasboll
published 1.7.0 •
n
nicholasboll
published 1.6.4 •
n
nicholasboll
published 1.6.3 •
n
nicholasboll
published 1.6.2 •
n
nicholasboll
published 1.6.1 •
n
nicholasboll
published 1.6.0 •
n
nicholasboll
published 1.5.0 •
n
nicholasboll
published 1.4.0 •
2