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

@vaadin/virtual-list

Package Overview
Dependencies
Maintainers
14
Versions
404
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/virtual-list - npm Package Compare versions

Comparing version 23.1.0-alpha3 to 23.1.0-alpha4

14

package.json
{
"name": "@vaadin/virtual-list",
"version": "23.1.0-alpha3",
"version": "23.1.0-alpha4",
"publishConfig": {

@@ -37,10 +37,10 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.1.0-alpha3",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha3",
"@vaadin/vaadin-material-styles": "23.1.0-alpha3",
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha3"
"@vaadin/component-base": "23.1.0-alpha4",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha4",
"@vaadin/vaadin-material-styles": "23.1.0-alpha4",
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha4"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/polymer-legacy-adapter": "23.1.0-alpha3",
"@vaadin/polymer-legacy-adapter": "23.1.0-alpha4",
"@vaadin/testing-helpers": "^0.3.2",

@@ -50,3 +50,3 @@ "lit": "^2.0.0",

},
"gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85"
"gitHead": "aacdb7fe09811894751f0378ff7fb66071892c71"
}

@@ -19,3 +19,3 @@ /**

virtualList: VirtualList<TItem>,
model: VirtualListItemModel<TItem>
model: VirtualListItemModel<TItem>,
) => void;

@@ -22,0 +22,0 @@

@@ -87,3 +87,3 @@ /**

/** @private */
__virtualizer: Object
__virtualizer: Object,
};

@@ -105,3 +105,3 @@ }

scrollTarget: this,
scrollContainer: this.shadowRoot.querySelector('#items')
scrollContainer: this.shadowRoot.querySelector('#items'),
});

@@ -188,3 +188,5 @@

requestContentUpdate() {
this.__virtualizer && this.__virtualizer.update();
if (this.__virtualizer) {
this.__virtualizer.update();
}
}

@@ -191,0 +193,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