Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1 to 1.0.2

src/.eslintrc.json

52

package.json
{
"name": "cypress-plugin-tab",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "src",
"scripts": {
"lint": "eslint --ext .js,.ts,.eslintrc,.json .",
"test-e2e": "cypress run"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"ally.js": "^1.4.1"
},
"devDependencies": {
"@cypress/eslint-plugin-dev": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"cypress": "^3.4.1",
"eslint": "^6.4.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-mocha": "^6.1.1",
"http-server": "^0.11.1",
"husky": "^3.0.5",
"lint-staged": "^9.2.5",
"semantic-release": "^15.13.24",
"typescript": "^3.6.3"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Bkucera/cypress-plugin-tab.git"
},
"author": "Ben Kucera",
"keywords": [

@@ -14,18 +44,8 @@ "cypress",

],
"repository": {
"type": "git",
"url": "git://github.com/Bkucera/cypress-plugin-tab.git"
},
"author": "Ben Kucera",
"license": "MIT",
"devDependencies": {
"cypress": "^3.1.5",
"eslint": "^5.15.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-cypress-dev": "^2.0.0",
"http-server": "^0.11.1"
},
"dependencies": {
"ally.js": "^1.4.1"
"lint-staged": {
"*.{js,jsx,ts,tsx,json,eslintrc}": [
"eslint --fix",
"git add"
]
}
}

@@ -7,2 +7,2 @@ /// <reference types="cypress" />

}
}
}

@@ -1,2 +0,1 @@

const tabSequence = require('ally.js/query/tabsequence')

@@ -66,3 +65,6 @@

return Promise.try(() => {
return new Promise((resolve) => {
doc.defaultView.requestAnimationFrame(resolve)
}).then(() => {
// return Promise.try(() => {
return keydown(activeElement, options, simulatedDefault, _.noop)

@@ -69,0 +71,0 @@ }).finally(() => {

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