Socket
Socket
Sign inDemoInstall

cypress-plugin-tab

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-plugin-tab - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "cypress-plugin-tab",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "src",

<div align="center">
<img src="docs/readme-logo.png">
<!-- <img src="docs/readme-logo.png"> -->
<h1>cypress-plugin-tab <kbd>beta</kbd></h1>

@@ -5,0 +5,0 @@ <a href="https://www.npmjs.com/package/cypress-plugin-tab"><img src="https://img.shields.io/npm/v/cypress-plugin-tab.svg?style=flat"></a>

/// <reference types="cypress" />
namespace Cypress {
interface Chainable {
tab(options?: Partial<{shift: Boolean}>): Chainable<Subject>
}
}
declare namespace Cypress {
interface Chainable {
tab(options?: Partial<{shift: Boolean}>): Chainable
}
}
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