@vaadin/component-base
Advanced tools
Comparing version 24.3.1 to 24.4.0-alpha1
{ | ||
"name": "@vaadin/component-base", | ||
"version": "24.3.1", | ||
"version": "24.4.0-alpha1", | ||
"publishConfig": { | ||
@@ -45,3 +45,3 @@ "access": "public" | ||
}, | ||
"gitHead": "b81b3535adec8e4371ceb5d1ba5b12fa2a2abf22" | ||
"gitHead": "3e2ed41c99d618ff7def2734fd863c21c85775a3" | ||
} |
@@ -240,2 +240,6 @@ /** | ||
const callback = (items, size) => { | ||
if (cache.pendingRequests[page] !== callback) { | ||
return; | ||
} | ||
if (size !== undefined) { | ||
@@ -242,0 +246,0 @@ cache.size = size; |
@@ -12,3 +12,3 @@ /** | ||
get() { | ||
return '24.3.1'; | ||
return '24.4.0-alpha1'; | ||
}, | ||
@@ -15,0 +15,0 @@ }); |
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
stateTarget: HTMLElement | null; | ||
protected stateTarget: HTMLElement | null; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
208824
6228
6
1