Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/component-base

Package Overview
Dependencies
Maintainers
12
Versions
414
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.1 to 24.4.0-alpha1

4

package.json
{
"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;
}
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