New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/grid

Package Overview
Dependencies
Maintainers
19
Versions
416
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/grid - npm Package Compare versions

Comparing version 23.0.0-alpha4 to 23.0.0-alpha5

18

package.json
{
"name": "@vaadin/grid",
"version": "23.0.0-alpha4",
"version": "23.0.0-alpha5",
"publishConfig": {

@@ -44,12 +44,12 @@ "access": "public"

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

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

},
"gitHead": "81e2deee5147bb7c1f4884760f4598613306f1fb"
"gitHead": "74f9294964eb8552d96578c14af6ad214f5257bc"
}

@@ -452,2 +452,6 @@ /**

cells.forEach((cell) => {
if (!cell.parentElement) {
return;
}
const model = this._grid.__getRowModel(cell.parentElement);

@@ -454,0 +458,0 @@

@@ -587,2 +587,5 @@ /**

_recalculateColumnWidths(cols) {
// Flush to make sure DOM is up-to-date when measuring the column widths
this.__virtualizer.flush();
cols.forEach((col) => {

@@ -589,0 +592,0 @@ col.width = `${this.__getDistributedWidth(col)}px`;

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