h5p-lib-controls
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "h5p-lib-controls", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Library for adding user input to web applications", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -271,2 +271,6 @@ import { setAttribute, removeAttribute, hasAttribute } from './utils/elements'; | ||
setUntabbable(el) { | ||
if (el === document.activeElement) { | ||
return; | ||
} | ||
if(this.negativeTabIndexAllowed) { | ||
@@ -273,0 +277,0 @@ setTabIndexMinusOne(el); |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1378
39597
21
1