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

@vaadin/vaadin-element-mixin

Package Overview
Dependencies
Maintainers
16
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-element-mixin - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

2

package.json

@@ -12,3 +12,3 @@ {

"name": "@vaadin/vaadin-element-mixin",
"version": "2.4.0",
"version": "2.4.1",
"main": "vaadin-element-mixin.js",

@@ -15,0 +15,0 @@ "author": "Vaadin Ltd",

@@ -23,2 +23,3 @@ /**

new(...args: any[]): DirMixin;
finalize(): void;
}

@@ -25,0 +26,0 @@

@@ -13,3 +13,3 @@ import { DirHelper } from './vaadin-dir-helper.js';

const scrollType = DirHelper.detectScrollType();
let scrollType;

@@ -48,2 +48,11 @@ const directionObserver = new MutationObserver(directionUpdater);

/** @protected */
static finalize() {
super.finalize();
if (!scrollType) {
scrollType = DirHelper.detectScrollType();
}
}
/** @protected */
connectedCallback() {

@@ -50,0 +59,0 @@ super.connectedCallback();

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