cypress-plugin-tab
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"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(() => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7253
6
126
13