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 Compare versions

Comparing version

to
2.0.0

2

index.js

@@ -69,3 +69,3 @@ /// <reference types="cypress" />

if (!subject) {
subject = Cypress.$('body')
subject = cy.state('withinSubject') || Cypress.$('body')
}

@@ -72,0 +72,0 @@

{
"name": "cypress-pipe",
"version": "1.7.0",
"version": "2.0.0",
"description": "Create custom commands using plain-old functions",

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