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

h5p-lib-controls

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h5p-lib-controls - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

src/scripts/ui/keys.js

2

package.json
{
"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

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