@vaadin/component-base
Advanced tools
+4
-4
| { | ||
| "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" | ||
| } |
+1
-1
@@ -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 |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
229126
0.01%