Socket
Socket
Sign inDemoInstall

@vaadin/component-base

Package Overview
Dependencies
Maintainers
0
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/component-base - npm Package Compare versions

Comparing version 24.5.0-alpha6 to 24.5.0-alpha7

4

package.json
{
"name": "@vaadin/component-base",
"version": "24.5.0-alpha6",
"version": "24.5.0-alpha7",
"publishConfig": {

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

},
"gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12"
"gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
}

@@ -32,5 +32,5 @@ /**

return true;
} catch (e) {
} catch (_) {
return false;
}
})();

@@ -12,3 +12,3 @@ /**

get() {
return '24.5.0-alpha6';
return '24.5.0-alpha7';
},

@@ -15,0 +15,0 @@ });

@@ -48,3 +48,3 @@ /**

return new MouseEvent('test', { buttons: 1 }).buttons === 1;
} catch (e) {
} catch (_) {
return false;

@@ -75,3 +75,3 @@ }

window.removeEventListener('test', null, opts);
} catch (e) {}
} catch (_) {}
})();

@@ -78,0 +78,0 @@

@@ -51,3 +51,3 @@ /**

this.__resizeObserver = new ResizeObserver((entries) => {
this.__resizeObserver = new ResizeObserver(() => {
this.__debounceOverflow = Debouncer.debounce(this.__debounceOverflow, animationFrame, () => {

@@ -54,0 +54,0 @@ this.__updateOverflow();

@@ -59,3 +59,3 @@ /**

this.scrollTarget.addEventListener('virtualizer-element-focused', (e) => this.__onElementFocused(e));
this.elementsContainer.addEventListener('focusin', (e) => {
this.elementsContainer.addEventListener('focusin', () => {
this.scrollTarget.dispatchEvent(

@@ -62,0 +62,0 @@ new CustomEvent('virtualizer-element-focused', { detail: { element: this.__getFocusedElement() } }),

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