Socket
Socket
Sign inDemoInstall

@vaadin/component-base

Package Overview
Dependencies
Maintainers
12
Versions
373
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.3.13 to 24.3.14

4

package.json
{
"name": "@vaadin/component-base",
"version": "24.3.13",
"version": "24.3.14",
"publishConfig": {

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

},
"gitHead": "a9551e4fcc8b6f2695a2d3099670a9d0729f2c62"
"gitHead": "4954f480ccfb7dca452e736dd67411a9ad992116"
}

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

get() {
return '24.3.13';
return '24.3.14';
},

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

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

}
this.node = node;
this.defaultNode = node;

@@ -121,2 +120,3 @@ }

if (node) {
this.node = node;
host.appendChild(node);

@@ -123,0 +123,0 @@ }

@@ -8,3 +8,3 @@ /**

// https://github.com/vaadin/eslint-config-vaadin/issues/33
import { animationFrame, timeOut } from './async.js';
import { animationFrame, microTask, timeOut } from './async.js';
import { isSafari } from './browser-utils.js';

@@ -354,2 +354,5 @@ import { Debouncer, flush } from './debounce.js';

flush();
// Schedule an update to ensure item positions are correct after subsequent size changes
// Fix for https://github.com/vaadin/flow-components/issues/6269
this._debounce('_update', this._update, microTask);
}

@@ -356,0 +359,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