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.2 to 1.0.3

2

package.json
{
"name": "cypress-plugin-tab",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

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

@@ -69,3 +69,3 @@ const tabSequence = require('ally.js/query/tabsequence')

// return Promise.try(() => {
return keydown(activeElement, options, simulatedDefault, _.noop)
return keydown(activeElement, options, simulatedDefault, () => doc.activeElement)
}).finally(() => {

@@ -155,4 +155,3 @@ keyup(activeElement, options)

const debug = function () {
// eslint-disable-next-line
// console.log(...arguments)
}
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