Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@vaadin/component-base

Package Overview
Dependencies
Maintainers
12
Versions
556
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.8.13
to
24.8.14
+4
-4
package.json
{
"name": "@vaadin/component-base",
"version": "24.8.13",
"version": "24.8.14",
"publishConfig": {

@@ -41,8 +41,8 @@ "access": "public"

"devDependencies": {
"@vaadin/chai-plugins": "~24.8.13",
"@vaadin/test-runner-commands": "~24.8.13",
"@vaadin/chai-plugins": "~24.8.14",
"@vaadin/test-runner-commands": "~24.8.14",
"@vaadin/testing-helpers": "^1.1.0",
"sinon": "^18.0.0"
},
"gitHead": "3bdf9208b7ad24d55ed3d2ce18be06be71cf3443"
"gitHead": "c673a07d37f5f89d13f85a709ce2a22d64d0d1ba"
}

@@ -16,3 +16,3 @@ /**

export function defineCustomElement(CustomElement, version = '24.8.13') {
export function defineCustomElement(CustomElement, version = '24.8.14') {
Object.defineProperty(CustomElement, 'version', {

@@ -19,0 +19,0 @@ get() {

@@ -761,3 +761,3 @@ /**

_increasePoolIfNeeded(count) {
if (this._physicalCount > 2 && count) {
if (this._physicalCount > 2 && this._physicalAverage > 0 && count > 0) {
// The iron-list logic has already created some physical items and

@@ -764,0 +764,0 @@ // has decided to create more. Since each item creation round is