Socket
Socket
Sign inDemoInstall

@vaadin/a11y-base

Package Overview
Dependencies
Maintainers
12
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/a11y-base - npm Package Compare versions

Comparing version 24.2.0-alpha5 to 24.2.0-alpha6

6

package.json
{
"name": "@vaadin/a11y-base",
"version": "24.2.0-alpha5",
"version": "24.2.0-alpha6",
"publishConfig": {

@@ -35,3 +35,3 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.2.0-alpha5",
"@vaadin/component-base": "24.2.0-alpha6",
"lit": "^2.0.0"

@@ -44,3 +44,3 @@ },

},
"gitHead": "73db22a5e8993e3ce48d1e6540d30eff9cb5c257"
"gitHead": "3ef6e6cd66919b3ef7637e42916e4c54656beb51"
}

@@ -6,6 +6,7 @@ /**

*/
import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js';
import { timeOut } from '@vaadin/component-base/src/async.js';
import { Debouncer } from '@vaadin/component-base/src/debounce.js';
import { getNormalizedScrollLeft, setNormalizedScrollLeft } from '@vaadin/component-base/src/dir-utils.js';
import { getFlattenedElements } from '@vaadin/component-base/src/dom-utils.js';
import { SlotObserver } from '@vaadin/component-base/src/slot-observer.js';
import { KeyboardDirectionMixin } from './keyboard-direction-mixin.js';

@@ -138,4 +139,5 @@

this._observer = new FlattenedNodesObserver(this, () => {
this._setItems(this._filterItems(FlattenedNodesObserver.getFlattenedNodes(this)));
const slot = this.shadowRoot.querySelector('slot:not([name])');
this._observer = new SlotObserver(slot, () => {
this._setItems(this._filterItems(getFlattenedElements(this)));
});

@@ -142,0 +144,0 @@ }

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